Searched defs:argp (Results 1 - 7 of 7) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
H A Dargp.h80 these is passed in the OPTIONS field of an argp structure. Each option
142 completely documented in an argp's ARGS_DOC field, in which case including
150 struct argp; /* fwd declare this type */
154 /* The type of a pointer to an argp parsing function. */
180 If an error occurs (either detected by argp, or because the parsing
218 /* An argp structure contains a set of options declarations, a function to
220 argp's, and perhaps a function to filter help output. When actually
221 parsing options, getopt is called with the union of all the argp
224 struct argp
252 argp fiel
222 struct argp struct
291 __const struct argp *argp; member in struct:argp_child
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dargp.h80 these is passed in the OPTIONS field of an argp structure. Each option
142 completely documented in an argp's ARGS_DOC field, in which case including
150 struct argp; /* fwd declare this type */
154 /* The type of a pointer to an argp parsing function. */
180 If an error occurs (either detected by argp, or because the parsing
218 /* An argp structure contains a set of options declarations, a function to
220 argp's, and perhaps a function to filter help output. When actually
221 parsing options, getopt is called with the union of all the argp
224 struct argp
252 argp fiel
222 struct argp struct
291 __const struct argp *argp; member in struct:argp_child
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdio.h144 int __cdecl __mingw_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
150 int __cdecl __mingw_vscanf(const char * __restrict__ Format, va_list argp);
156 int __cdecl __mingw_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
393 int __cdecl __ms_vscanf(const char * __restrict__ Format, va_list argp);
394 int __cdecl __ms_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
395 int __cdecl __ms_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
590 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
594 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
598 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
818 va_list argp; local
[all...]
H A Dwchar.h428 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
432 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
436 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
665 va_list argp; local
666 __builtin_va_start (argp, format);
667 r = _vsnwprintf (s, n, format, argp);
668 __builtin_va_end (argp);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdio.h144 int __cdecl __mingw_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
150 int __cdecl __mingw_vscanf(const char * __restrict__ Format, va_list argp);
156 int __cdecl __mingw_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
393 int __cdecl __ms_vscanf(const char * __restrict__ Format, va_list argp);
394 int __cdecl __ms_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
395 int __cdecl __ms_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
590 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
594 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
598 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
818 va_list argp; local
[all...]
H A Dwchar.h428 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
432 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
436 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
665 va_list argp; local
666 __builtin_va_start (argp, format);
667 r = _vsnwprintf (s, n, format, argp);
668 __builtin_va_end (argp);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
H A Dlibgcov.c114 va_list argp; local
115 va_start (argp, fmt);
117 ret = vprintk (fmt, argp);
119 ret = vfprintf (stderr, fmt, argp);
121 va_end (argp);

Completed in 157 milliseconds