Searched refs:vfwscanf (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | vwscanf.c | 46 return (vfwscanf(stdin, fmt, ap));
|
H A D | fwscanf.c | 49 r = vfwscanf(fp, fmt, ap);
|
H A D | wscanf.c | 49 r = vfwscanf(stdin, fmt, ap);
|
H A D | vfwscanf.c | 45 FreeBSD: src/lib/libc/stdio/vfwscanf.c,v 1.12 2004/05/02 20:13:29 obrien Exp 46 NetBSD: vfwscanf.c,v 1.2 2005/06/12 05:48:41 lukem Exp 124 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, va_list ap) function
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | wchar.h | 42 int vfwscanf (FILE * __restrict stream, 741 The vfwscanf function is equivalent to fwscanf, with the variable argument 743 macro (and possibly subsequent va_arg calls). The vfwscanf function does 754 @return The vfwscanf function returns the value of the macro EOF if an 756 vfwscanf function returns the number of input items assigned, 760 int vfwscanf(FILE * __restrict Stream, const wchar_t * __restrict Format, va_list Args); 1029 vfwscanf, vwscanf, or wscanf. If the ungetwc function is called too many times
|
Completed in 77 milliseconds