Searched refs:vswscanf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dswscanf.c43 r = vswscanf(str, fmt, ap);
H A Dvswscanf.c36 FreeBSD: src/lib/libc/stdio/vswscanf.c,v 1.3 2004/04/07 09:55:05 tjr Exp
37 NetBSD: vswscanf.c,v 1.3 2005/12/02 13:51:22 yamt Exp
62 vswscanf( function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h46 int vswscanf (const wchar_t * __restrict s,
787 The vswscanf function is equivalent to swscanf, with the variable argument
789 macro. The vswscanf function does not invoke the va_end macro.
799 @return The vswscanf function returns the value of the macro EOF if an
801 vswscanf function returns the number of input items assigned,
805 int vswscanf(const wchar_t * __restrict S, const wchar_t * __restrict Format, va_list Args);

Completed in 876 milliseconds