Searched refs:BUFSIZ (Results 1 – 3 of 3) sorted by relevance
6 #ifndef BUFSIZ7 # define BUFSIZ 4096 macro10 #undef BUFSIZ11 # define BUFSIZ 64 macro14 short ibuff[BUFSIZ], obuff[BUFSIZ]; in main()
646 if (cnt > BUFSIZ - 5) /* Prosanity check */
751 char string[BUFSIZ]; in builtin_read()1003 static char the_command[BUFSIZ]; in get_user_input()1375 thejob->text = xmalloc(BUFSIZ); /* cmdedit buffer size */
Completed in 12 milliseconds