Searched refs:__vfwscanf_unlocked (Results 1 – 3 of 3) sorted by relevance
96 r = __vfwscanf_unlocked(&f, fmt, ap); in vswscanf()
84 extern int __vfwscanf_unlocked(FILE * __restrict, const wchar_t * __restrict, va_list);
132 ret = __vfwscanf_unlocked(fp, fmt, ap); in vfwscanf()141 __vfwscanf_unlocked(FILE * __restrict fp, const wchar_t * __restrict fmt, va_list ap) in __vfwscanf_unlocked() function