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

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c193 #define PREALLOC_SIZE 255 macro
199 static char buf[PREALLOC_SIZE + 1];
204 s = grub_vsnprintf_real (buf, PREALLOC_SIZE, fmt, args);
205 if (s > PREALLOC_SIZE)
211 buf[PREALLOC_SIZE - 3] = '.';
212 buf[PREALLOC_SIZE - 2] = '.';
213 buf[PREALLOC_SIZE - 1] = '.';
214 buf[PREALLOC_SIZE] = 0;
1079 grub_size_t s, as = PREALLOC_SIZE;

Completed in 48 milliseconds