Home
last modified time | relevance | path

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

/glibc-2.36/include/
Dargp-fmtstream.h15 extern __typeof (__argp_make_fmtstream) __argp_make_fmtstream
/glibc-2.36/argp/
Dargp-namefrob.h48 #undef __argp_make_fmtstream
49 #define __argp_make_fmtstream argp_make_fmtstream macro
Dargp-fmtstream.h48 #define __argp_make_fmtstream line_wrap_stream macro
107 extern argp_fmtstream_t __argp_make_fmtstream (FILE *__stream,
Dargp-fmtstream.c57 __argp_make_fmtstream (FILE *stream, in __argp_make_fmtstream() function
91 weak_alias (__argp_make_fmtstream, argp_make_fmtstream)
Dargp-help.c1676 fs = __argp_make_fmtstream (stream, 0, uparams.rmargin, 0); in _help()