Searched refs:BUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c70 #define BUF_SIZE 32256 macro
78 static char buf[BUF_SIZE];
100 len = (leng > BUF_SIZE) ? BUF_SIZE : leng;
146 sz = grub_file_read (file, buf, (len > BUF_SIZE) ? BUF_SIZE : len);
218 static char buf_1[BUF_SIZE];
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c230 #define BUF_SIZE 2048 macro
235 bptr = malloc (BUF_SIZE);
245 if (fgets(bptr, BUF_SIZE, f) == NULL)
261 if (strlen(bptr) >= BUF_SIZE - 1) {
268 for (offset = 0; offset > -BUF_SIZE; offset--) {

Completed in 24 milliseconds