Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 13 of 13) sorted by relevance

/libio/
A Diogetwline.c61 wint_t wc = __wuflow (fp); in _IO_getwline_info() local
62 if (wc == WEOF) in _IO_getwline_info()
65 *eof = wc; in _IO_getwline_info()
68 if (wc == delim) in _IO_getwline_info()
71 *ptr++ = wc; in _IO_getwline_info()
73 _IO_sputbackc (fp, wc); in _IO_getwline_info()
78 *ptr++ = wc; in _IO_getwline_info()
A Dtst-ungetwc1.c15 wint_t ret, wc, ungetone = 0x00E4; /* 0x00E4 means `a umlaut'. */ in do_test() local
61 wc = getwc (fp); in do_test()
62 printf ("Reget a character (0x%04x)\n", (unsigned int) wc); in do_test()
64 if (wc == ungetone) in do_test()
72 printf ("ungotten one: %04x, regetone: %04x", ungetone, wc); in do_test()
A Dputwchar_u.c22 putwchar_unlocked (wchar_t wc) in putwchar_unlocked() argument
25 return _IO_putwc_unlocked (wc, stdout); in putwchar_unlocked()
A Dputwc_u.c22 putwc_unlocked (wchar_t wc, FILE *fp) in putwc_unlocked() argument
25 return _IO_putwc_unlocked (wc, fp); in putwc_unlocked()
A Dbug-ungetwc2.c28 wint_t wc; in do_test() local
77 wc = getwc (fp); in do_test()
78 printf ("> `%lc' is gotten.\n", wc); in do_test()
86 wc = getwc (fp); in do_test()
87 printf ("> `%lc' is regotten.\n", wc); in do_test()
A Dputwchar.c22 putwchar (wchar_t wc) in putwchar() argument
26 result = _IO_putwc_unlocked (wc, stdout); in putwchar()
A Dfputwc_u.c33 fputwc_unlocked (wchar_t wc, FILE *fp) in fputwc_unlocked() argument
38 return _IO_putwc_unlocked (wc, fp); in fputwc_unlocked()
A Dbug-ungetwc1.c22 wint_t wc; in do_test() local
59 wc = getwc (fp); in do_test()
65 else if (wc != (write_chars[i] ? write_chars[i] : WEOF)) in do_test()
67 printf ("Unexpected %lu from getwc.\n", (unsigned long int) wc); in do_test()
A Dbug-ftell.c35 wint_t wc = fgetwc (fp); in do_test() local
36 if (wc != (wint_t) *cp) in do_test()
39 wc, (wint_t) *cp); in do_test()
A Dtst-ungetwc2.c15 wint_t ret, wc; in do_test() local
51 wc = getwc (fp); in do_test()
58 ret = ungetwc (wc, fp); in do_test()
70 wc = getwc (fp); in do_test()
A Dputwc.c22 putwc (wchar_t wc, FILE *fp) in putwc() argument
27 result = _IO_putwc_unlocked (wc, fp); in putwc()
A Dfputwc.c31 fputwc (wchar_t wc, FILE *fp) in fputwc() argument
39 result = _IO_putwc_unlocked (wc, fp); in fputwc()
A Dtest-freopen.sh29 Hello world (wc)

Completed in 18 milliseconds