Searched refs:fgetws (Results 1 – 9 of 9) sorted by relevance
/libio/ |
A 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()
|
A D | iofgetws.c | 31 fgetws (wchar_t *buf, int n, FILE *fp) in fgetws() function
|
A D | tst-bz24051.c | 69 TEST_VERIFY_EXIT (fgetws (buf, array_length (buf), stdout) != NULL); in do_test_wide()
|
A D | tst-fopenloc2.c | 88 if (fgetws (line, LINELEN, fp) != line) in do_test()
|
A D | tst-ftell-append.c | 162 fgets_func = (fgets_func_t) fgetws; in do_test()
|
A D | tst-widetext.c | 291 if (fgetws (wcp, &wc2buf[wcsize] - wcp + 1, fp) == NULL) in do_test()
|
A D | Versions | 129 fgetpos; fgetpos64; fgetwc; fgetwc_unlocked; fgetws; fgetws_unlocked;
|
A D | Makefile | 56 tst-fgetws tst-ungetwc1 tst-ungetwc2 tst-swscanf tst-sscanf \
|
A D | tst-ftell-active-handler.c | 678 fgets_func = (fgets_func_t) fgetws; in do_test()
|
Completed in 15 milliseconds