Searched refs:fgetws (Results 1 – 25 of 59) sorted by relevance
123
/glibc-2.36/localedata/ |
D | tst-wctype.c | 40 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/ |
D | tst-fgetws.c | 76 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()
|
D | iofgetws.c | 31 fgetws (wchar_t *buf, int n, FILE *fp) in fgetws() function
|
D | tst-bz24051.c | 69 TEST_VERIFY_EXIT (fgetws (buf, array_length (buf), stdout) != NULL); in do_test_wide()
|
D | tst-fopenloc2.c | 88 if (fgetws (line, LINELEN, fp) != line) in do_test()
|
D | tst-ftell-append.c | 162 fgets_func = (fgets_func_t) fgetws; in do_test()
|
D | tst-widetext.c | 291 if (fgetws (wcp, &wc2buf[wcsize] - wcp + 1, fp) == NULL) in do_test()
|
D | Versions | 129 fgetpos; fgetpos64; fgetwc; fgetwc_unlocked; fgetws; fgetws_unlocked;
|
D | Makefile | 56 tst-fgetws tst-ungetwc1 tst-ungetwc2 tst-swscanf tst-sscanf \
|
D | tst-ftell-active-handler.c | 678 fgets_func = (fgets_func_t) fgetws; in do_test()
|
/glibc-2.36/wcsmbs/bits/ |
D | wchar2.h | 335 __FILE *__restrict __stream), fgetws) __wur; 343 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) in fgetws() function
|
/glibc-2.36/conform/data/ |
D | wchar.h-data | 37 function {wchar_t*} fgetws (wchar_t*, int, FILE*)
|
/glibc-2.36/wcsmbs/ |
D | wchar.h | 773 extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 778 GLIBC_2.35 fgetws F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 786 GLIBC_2.36 fgetws F
|
/glibc-2.36/manual/ |
D | stdio.texi | 1325 @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/ |
D | libc.abilist | 817 GLIBC_2.33 fgetws F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 862 GLIBC_2.2.6 fgetws F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 824 GLIBC_2.32 fgetws F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 860 GLIBC_2.27 fgetws F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 880 GLIBC_2.17 fgetws F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 884 GLIBC_2.16 fgetws F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 863 GLIBC_2.29 fgetws F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 820 GLIBC_2.2.5 fgetws F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 830 GLIBC_2.2 fgetws F
|
123