Home
last modified time | relevance | path

Searched refs:__argp_fmtstream_ensure (Results 1 – 3 of 3) sorted by relevance

/argp/
A Dargp-fmtstream.h172 extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
186 #define __argp_fmtstream_ensure _argp_fmtstream_ensure macro
196 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
A Dargp-namefrob.h70 #undef __argp_fmtstream_ensure
71 #define __argp_fmtstream_ensure _argp_fmtstream_ensure macro
A Dargp-fmtstream.c349 __argp_fmtstream_ensure (struct argp_fmtstream *fs, size_t amount) in __argp_fmtstream_ensure() function
410 if (! __argp_fmtstream_ensure (fs, size_guess)) in __argp_fmtstream_printf()

Completed in 8 milliseconds