Searched refs:__svfscanf (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfscanf.c63 ret = __svfscanf(fp, fmt, ap);
H A Dvscanf.c59 return (__svfscanf(stdin, fmt, ap));
H A Dscanf.c61 ret = __svfscanf(stdin, fmt, ap);
H A Dlocal.h67 extern int __svfscanf(FILE * __restrict, const char * __restrict, va_list)
H A Dvfscanf.c73 * __svfscanf.
76 __weak_alias(vfscanf,__svfscanf)
136 * __svfscanf - MT-safe version
139 __svfscanf(FILE *fp, char const *fmt0, va_list ap) function
154 * __svfscanf_unlocked - non-MT-safe version of __svfscanf
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h51 #define vfscanf __svfscanf

Completed in 63 milliseconds