Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 3 of 3) sorted by relevance

/u-boot/tools/
A Dxway-swap-bytes.c6 #ifndef BUFSIZ
7 # define BUFSIZ 4096 macro
10 #undef BUFSIZ
11 # define BUFSIZ 64 macro
14 short ibuff[BUFSIZ], obuff[BUFSIZ]; in main()
/u-boot/tools/gdb/
A Dremote.c646 if (cnt > BUFSIZ - 5) /* Prosanity check */
/u-boot/common/
A Dcli_hush.c751 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