Searched refs:vwscanf (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvwscanf.c1 /* $NetBSD: vwscanf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */
32 __FBSDID("$FreeBSD: src/lib/libc/stdio/vwscanf.c,v 1.1 2002/09/23 12:40:06 tjr Exp $");
34 __RCSID("$NetBSD: vwscanf.c,v 1.1 2005/05/14 23:51:02 christos Exp $");
43 vwscanf(const wchar_t * __restrict fmt, va_list ap) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h49 int vwscanf (const wchar_t * __restrict format, va_list arg);
828 The vwscanf function is equivalent to wscanf, with the variable argument
830 macro. The vwscanf function does not invoke the va_end macro.
839 @return The vwscanf function returns the value of the macro EOF if an
841 vwscanf function returns the number of input items assigned,
845 int vwscanf(const wchar_t * __restrict Format, va_list Args);
1029 vfwscanf, vwscanf, or wscanf. If the ungetwc function is called too many times

Completed in 249 milliseconds