Searched refs:buffer_start (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1037 if (silent.buffer_start - silent.buffer + len + 1 >=
1039 silent.buffer_start = silent.buffer;
1043 silent.buffer_start +=
1044 grub_vsprintf(silent.buffer_start, format, dataptr);
H A Dstage2.c887 silent.buffer_start = silent.buffer;
H A Dshared.h765 char *buffer_start; member in struct:silentbuf
H A Dbuiltins.c1078 printf("%s", silent.buffer_start + 1);

Completed in 80 milliseconds