Searched defs:__argp_fmtstream_ensure (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-fmtstream.c354 __argp_fmtstream_ensure (struct argp_fmtstream *fs, size_t amount)
416 if (! __argp_fmtstream_ensure (fs, size_guess))
351 __argp_fmtstream_ensure (struct argp_fmtstream *fs, size_t amount) function
H A Dargp-fmtstream.h187 extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
202 #define __argp_fmtstream_ensure _argp_fmtstream_ensure
264 if (__fs->p + __len <= __fs->end || __argp_fmtstream_ensure (__fs, __len))
290 if (__fs->p < __fs->end || __argp_fmtstream_ensure (__fs, 1))
350 #undef __argp_fmtstream_ensure
199 #define __argp_fmtstream_ensure macro
347 #undef __argp_fmtstream_ensure macro
H A Dargp-namefrob.h69 #undef __argp_fmtstream_ensure macro
70 #define __argp_fmtstream_ensure _argp_fmtstream_ensure macro

Completed in 21 milliseconds