Home
last modified time | relevance | path

Searched refs:vswscanf (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dvswscanf.texi1 @node vswscanf
2 @section @code{vswscanf}
3 @findex vswscanf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/vswscanf.htm…
7 …l{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-vswscanf.html}
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dvswscanf.texi1 @node vswscanf
2 @section @code{vswscanf}
3 @findex vswscanf
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vswscanf.html}
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dwchar-ldbl.h59 __LDBL_REDIR1_DECL (vswscanf, __nldbl___isoc99_vswscanf)
63 __LDBL_REDIR1_DECL (vswscanf, __isoc99_vswscanfieee128)
70 __LDBL_REDIR_DECL (vswscanf);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dwchar-ldbl.h59 __LDBL_REDIR1_DECL (vswscanf, __nldbl___isoc99_vswscanf)
63 __LDBL_REDIR1_DECL (vswscanf, __isoc99_vswscanfieee128)
70 __LDBL_REDIR_DECL (vswscanf);
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dvswscanf.c27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
38 weak_alias(vswscanf,__isoc99_vswscanf);
H A Dswscanf.c9 ret = vswscanf(s, fmt, ap); in swscanf()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dvswscanf.c27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
38 weak_alias(vswscanf,__isoc99_vswscanf);
H A Dswscanf.c9 ret = vswscanf(s, fmt, ap); in swscanf()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdio/
H A Dvswscanf.c28 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
39 weak_alias(vswscanf,__isoc99_vswscanf);
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/stdio/
H A Dvswscanf.c27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
42 weak_alias(vswscanf,__isoc99_vswscanf);
H A Dswscanf.c9 ret = vswscanf(s, fmt, ap); in swscanf()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A Dvswscanf.c27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
42 weak_alias(vswscanf,__isoc99_vswscanf);
H A Dswscanf.c9 ret = vswscanf(s, fmt, ap); in swscanf()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A Dvswscanf.c27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
42 weak_alias(vswscanf,__isoc99_vswscanf);
H A Dswscanf.c9 ret = vswscanf(s, fmt, ap); in swscanf()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/stdio/
H A Dvswscanf.c27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
42 weak_alias(vswscanf,__isoc99_vswscanf);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dwxcrt.cpp39 extern "C" int vswscanf(const wchar_t *, const wchar_t *, va_list);
299 static int vswscanf(const wchar_t *ws, const wchar_t *format, va_list argptr) in vswscanf() function
405 int ret = std::vswscanf(str, format, argptr); in wxCRT_SscanfW()
407 int ret = vswscanf(str, format, argptr); in wxCRT_SscanfW()
410 int ret = vswscanf(str, format, argptr); in wxCRT_SscanfW()
445 return std::vswscanf(str, format, argptr); in wxCRT_VsscanfW()
447 return vswscanf(str, format, argptr); in wxCRT_VsscanfW()
450 return vswscanf(str, format, argptr); in wxCRT_VsscanfW()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dwxcrt.cpp36 extern "C" int vswscanf(const wchar_t *, const wchar_t *, va_list);
264 static int vswscanf(const wchar_t *ws, const wchar_t *format, va_list argptr) in vswscanf() function
370 int ret = std::vswscanf(str, format, argptr); in wxCRT_SscanfW()
372 int ret = vswscanf(str, format, argptr); in wxCRT_SscanfW()
375 int ret = vswscanf(str, format, argptr); in wxCRT_SscanfW()
410 return std::vswscanf(str, format, argptr); in wxCRT_VsscanfW()
412 return vswscanf(str, format, argptr); in wxCRT_VsscanfW()
415 return vswscanf(str, format, argptr); in wxCRT_VsscanfW()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dwxcrt.cpp39 extern "C" int vswscanf(const wchar_t *, const wchar_t *, va_list);
299 static int vswscanf(const wchar_t *ws, const wchar_t *format, va_list argptr) in vswscanf() function
405 int ret = std::vswscanf(str, format, argptr); in wxCRT_SscanfW()
407 int ret = vswscanf(str, format, argptr); in wxCRT_SscanfW()
410 int ret = vswscanf(str, format, argptr); in wxCRT_SscanfW()
445 return std::vswscanf(str, format, argptr); in wxCRT_VsscanfW()
447 return vswscanf(str, format, argptr); in wxCRT_VsscanfW()
450 return vswscanf(str, format, argptr); in wxCRT_VsscanfW()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/stdio/
H A Dvswscanf2.S8 #define FCT __MINGW_USYMBOL(vswscanf)
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/stdio/
H A Dvswscanf2.S8 #define FCT __MINGW_USYMBOL(vswscanf)
/dports/shells/ksh93/ast-93u/src/lib/libast/stdio/
H A Dswscanf.c33 v = vswscanf(s, fmt, args); in swscanf()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/stdio/
H A Dswscanf.c33 v = vswscanf(s, fmt, args); in swscanf()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/stdio/
H A Dswscanf.c33 v = vswscanf(s, fmt, args); in swscanf()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Stdio/
H A Dswscanf.c43 r = vswscanf(str, fmt, ap); in swscanf()

12345678910>>...20