Searched refs:tempbuf2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.bin/top/ |
| H A D | top.c | 232 static char tempbuf2[50]; in main() local 933 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main() 935 if ((errmsg = kill_procs(tempbuf2)) != NULL) in main() 950 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main() 952 if ((errmsg = renice_procs(tempbuf2)) != NULL) in main() 982 if (handle_user(tempbuf2, sizeof(tempbuf2))) in main() 1041 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main() 1045 if ((new_sort_info = get_sort_info(tempbuf2)) == NULL) in main() 1048 " %s: unrecognized sorting order", tempbuf2); in main() 1075 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main() [all …]
|