HomeSort by: relevance | last modified time | path
    Searched refs:vfwscanf_l (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/stdio/
vwscanf.c 57 return vfwscanf_l(stdin, loc, fmt, ap);
wscanf.c 66 r = vfwscanf_l(stdin, loc, fmt, ap);
fwscanf.c 67 r = vfwscanf_l(fp, loc, fmt, ap);
vfwscanf.c 119 return vfwscanf_l(fp, _current_locale(), fmt, ap);
123 vfwscanf_l(FILE * __restrict fp, locale_t loc, const wchar_t * __restrict fmt, function in typeref:typename:int
  /src/include/
wchar.h 299 int vfwscanf_l(FILE * __restrict, locale_t, const wchar_t * __restrict,

Completed in 15 milliseconds