char *processes;


                        if (buf[count] == 'p'){
                                if (buf[count+1] == 'r'){
                                        if (buf[count+2] == 'o'){
                                                if (buf[count+3] == 'c'){
                                                        if (buf[count+4] == 'e'){
                                                                if (buf[count+5] == 's'){
                                                                        if (buf[count+6] == 's'){
                                                                                if (buf[count+7] == 'e'){
                                                                                        if (buf[count+8] == 's'){

                                                                                                        //for(counter = 10; counter <= sizeof(buf); counter++)
                                                                                                        //{
                                                                                                                //char *character = 'buf[counter]';
                                                                        //str3 = (char *)calloc(strlen(character) + strlen(str2) + 1,
                                                                                                                //strcpy(processes, buf);
                                                                                                                //strcpy(st, str1);
                                                                                                                //strcat(str3, str2);
                                                                                                                processes = (char *)calloc(strlen(buf), sizeof(char));
                                                                                                                //strcat(processes, character);
                                                                                                        strcpy(processes, buf);
                                                                                                        //strncat(processes, buf+11, EOF);
         
                        }
                                }
                                        }
                                                }
                                                        }
                                                                }
                                                                        }
                                                                                }
                                                                                        }

%s\n", processes );

