/titanic_44/usr/src/head/iso/ |
H A D | wchar_c99.h | 51 #pragma redefine_extname vfwscanf _vfwscanf_c89 55 #define vfwscanf _vfwscanf_c89 64 extern int vfwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
|
/titanic_44/usr/src/lib/libast/common/stdio/ |
H A D | vwscanf.c | 29 return vfwscanf(sfstdin, fmt, args); in vwscanf()
|
H A D | wscanf.c | 33 v = vfwscanf(sfstdin, fmt, args); in wscanf()
|
H A D | fwscanf.c | 36 v = vfwscanf(f, fmt, args); in fwscanf()
|
H A D | vswscanf.c | 50 return vfwscanf(&f, fmt, args); in vswscanf()
|
H A D | vfwscanf.c | 88 vfwscanf(Sfio_t* f, const wchar_t* fmt, va_list args) in vfwscanf() function
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_wchar.h | 147 #define vfwscanf _ast_vfwscanf macro 198 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_wchar.h | 126 #define vfwscanf _ast_vfwscanf macro 177 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_wchar.h | 147 #define vfwscanf _ast_vfwscanf macro 198 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_wchar.h | 147 #define vfwscanf _ast_vfwscanf macro 198 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_wchar.h | 126 #define vfwscanf _ast_vfwscanf macro 177 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_wchar.h | 147 #define vfwscanf _ast_vfwscanf macro 198 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_wchar.h | 126 #define vfwscanf _ast_vfwscanf macro 177 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_wchar.h | 126 #define vfwscanf _ast_vfwscanf macro 177 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | wchar | 51 #define vfwscanf _ast_vfwscanf 101 extern int vfwscanf(FILE*, const wchar_t*, va_list);
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | wscanf.c | 65 ret = vfwscanf(iop, fmt, ap); in fwscanf()
|
H A D | vwscanf.c | 73 vfwscanf(FILE *iop, const wchar_t *fmt, va_list ap) in _vfwscanf_c89()
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | wchar | 126 #define vfwscanf _ast_vfwscanf 177 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | wchar | 126 #define vfwscanf _ast_vfwscanf 177 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | wchar | 126 #define vfwscanf _ast_vfwscanf 177 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | wchar | 126 #define vfwscanf _ast_vfwscanf 177 extern __MANGLE__ int vfwscanf __PROTO__((FILE*, const wchar_t*, va_list));
|
/titanic_44/usr/src/lib/libast/ |
H A D | Makefile.com | 444 common/stdio/vfwscanf.o \
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 1304 vfwscanf.3c \ 1730 vfwscanf.3c := LINKSRC = fwscanf.3c
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1125 vfwscanf;
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 777 02-06-24 sfio: kpv sync, vfwscanf(),fputw() fix (wcslen(x)*sizeof(wchar_t)!!)
|