Home
last modified time | relevance | path

Searched refs:fgetws (Results 1 – 25 of 59) sorted by relevance

123

/glibc-2.36/localedata/
Dtst-wctype.c40 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
61 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
82 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
103 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
124 if (fgetws (buf, sizeof (buf) / sizeof (buf[0]), stdin) != NULL) in do_test()
/glibc-2.36/libio/
Dtst-fgetws.c76 ret = fgetws (wcs, WIDE_STR_LEN, fp); in main()
111 ret = fgetws (wcs, WIDE_STR_LEN, fp); in main()
157 ret = fgetws (wcs, WIDE_STR_LEN, fp); in main()
Diofgetws.c31 fgetws (wchar_t *buf, int n, FILE *fp) in fgetws() function
Dtst-bz24051.c69 TEST_VERIFY_EXIT (fgetws (buf, array_length (buf), stdout) != NULL); in do_test_wide()
Dtst-fopenloc2.c88 if (fgetws (line, LINELEN, fp) != line) in do_test()
Dtst-ftell-append.c162 fgets_func = (fgets_func_t) fgetws; in do_test()
Dtst-widetext.c291 if (fgetws (wcp, &wc2buf[wcsize] - wcp + 1, fp) == NULL) in do_test()
DVersions129 fgetpos; fgetpos64; fgetwc; fgetwc_unlocked; fgetws; fgetws_unlocked;
DMakefile56 tst-fgetws tst-ungetwc1 tst-ungetwc2 tst-swscanf tst-sscanf \
Dtst-ftell-active-handler.c678 fgets_func = (fgets_func_t) fgetws; in do_test()
/glibc-2.36/wcsmbs/bits/
Dwchar2.h335 __FILE *__restrict __stream), fgetws) __wur;
343 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) in fgetws() function
/glibc-2.36/conform/data/
Dwchar.h-data37 function {wchar_t*} fgetws (wchar_t*, int, FILE*)
/glibc-2.36/wcsmbs/
Dwchar.h773 extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist778 GLIBC_2.35 fgetws F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist786 GLIBC_2.36 fgetws F
/glibc-2.36/manual/
Dstdio.texi1325 @deftypefun {wchar_t *} fgetws (wchar_t *@var{ws}, int @var{count}, FILE *@var{stream})
1328 The @code{fgetws} function reads wide characters from the stream
1336 If the system is already at end of file when you call @code{fgetws}, then
1343 @code{fgetws} unless you know the data cannot contain a null. Don't use
1362 The @code{fgetws_unlocked} function is equivalent to the @code{fgetws}
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist817 GLIBC_2.33 fgetws F
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist862 GLIBC_2.2.6 fgetws F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist824 GLIBC_2.32 fgetws F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/
Dlibc.abilist860 GLIBC_2.27 fgetws F
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dlibc.abilist880 GLIBC_2.17 fgetws F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/
Dlibc.abilist884 GLIBC_2.16 fgetws F
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlibc.abilist863 GLIBC_2.29 fgetws F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/
Dlibc.abilist820 GLIBC_2.2.5 fgetws F
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/
Dlibc.abilist830 GLIBC_2.2 fgetws F

123