Home
last modified time | relevance | path

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

/glibc-2.36/argp/
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
Dargp-namefrob.h70 #undef __argp_fmtstream_ensure
71 #define __argp_fmtstream_ensure _argp_fmtstream_ensure macro
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()
/glibc-2.36/include/
Dargp-fmtstream.h5 extern __typeof (__argp_fmtstream_ensure) __argp_fmtstream_ensure
/glibc-2.36/ChangeLog.old/
DChangeLog.144847 * argp/argp-fmtstream.c (__argp_fmtstream_ensure): Check for