Home | History | Annotate | Download | only in include

Lines Matching defs:argp

432   int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
436 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
440 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
669 va_list argp;
670 __builtin_va_start (argp, format);
671 r = _vsnwprintf (s, n, format, argp);
672 __builtin_va_end (argp);