Home
last modified time | relevance | path

Searched refs:__vfwscanf_unlocked (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvswscanf.c96 r = __vfwscanf_unlocked(&f, fmt, ap); in vswscanf()
Dlocal.h84 extern int __vfwscanf_unlocked(FILE * __restrict, const wchar_t * __restrict, va_list);
Dvfwscanf.c132 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