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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dvwscanf.c61 ret = __wdoscan_u(stdin, fmt, ap, _F_INTMAX32);
63 ret = __wdoscan_u(stdin, fmt, ap, 0);
86 ret = __wdoscan_u(iop, fmt, ap, _F_INTMAX32);
88 ret = __wdoscan_u(iop, fmt, ap, 0);
135 ret = __wdoscan_u(&strbuf, fmt, ap, _F_INTMAX32);
137 ret = __wdoscan_u(&strbuf, fmt, ap, 0);
H A Ddoscan.c127 __wdoscan_u(FILE *iop, const wchar_t *fmt, va_list va_Alist, int scflag) function
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h251 extern int __wdoscan_u(FILE *, const wchar_t *, va_list, int);

Completed in 68 milliseconds