Searched refs:__argp_fmtstream_ensure (Results 1 – 5 of 5) sorted by relevance
172 extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);186 #define __argp_fmtstream_ensure _argp_fmtstream_ensure macro196 if (__fs->p + __len <= __fs->end || __argp_fmtstream_ensure (__fs, __len)) in __argp_fmtstream_write()222 if (__fs->p < __fs->end || __argp_fmtstream_ensure (__fs, 1)) in __argp_fmtstream_putc()282 #undef __argp_fmtstream_ensure
70 #undef __argp_fmtstream_ensure71 #define __argp_fmtstream_ensure _argp_fmtstream_ensure macro
349 __argp_fmtstream_ensure (struct argp_fmtstream *fs, size_t amount) in __argp_fmtstream_ensure() function410 if (! __argp_fmtstream_ensure (fs, size_guess)) in __argp_fmtstream_printf()
5 extern __typeof (__argp_fmtstream_ensure) __argp_fmtstream_ensure
4847 * argp/argp-fmtstream.c (__argp_fmtstream_ensure): Check for