Home
last modified time | relevance | path

Searched refs:clearerr (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd/src/lib/libc/stdio/
Dclrerr.c48 #undef clearerr
51 clearerr(FILE *fp) in clearerr() function
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dunlocked-io.h38 # undef clearerr
39 # define clearerr(x) clearerr_unlocked (x) macro
41 # define clearerr_unlocked(x) clearerr (x)
/netbsd/src/lib/libcurses/
Dget_wch.c97 clearerr(infd); in inkey()
139 clearerr(infd); in inkey()
150 clearerr(infd); in inkey()
183 clearerr(infd); in inkey()
195 clearerr(infd); in inkey()
522 clearerr(infd); in wget_wch()
Dgetch.c552 clearerr(infd); in inkey()
594 clearerr(infd); in inkey()
605 clearerr(infd); in inkey()
885 clearerr(infd); in wgetch()
/netbsd/src/bin/sh/bltin/
Decho.c71 clearerr(stdout); in main()
122 clearerr(stdout); in main()
Dbltin.h61 #undef clearerr
78 #define clearerr(f) ((f)->flags &= ~OUTPUT_ERR) macro
/netbsd/src/tests/lib/libc/stdio/
Dt_clearerr.c58 clearerr(fp); in ATF_TC_BODY()
81 clearerr(fp); in ATF_TC_BODY()
Dh_intr.c253 clearerr(fp); in maxread()
309 clearerr(fp); in maxwrite()
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dsystem.h82 # undef clearerr
83 # define clearerr(Stream) clearerr_unlocked (Stream) macro
/netbsd/src/external/lgpl3/mpc/dist/tests/
Dtio_str.c177 clearerr (stdout); in check_stdout()
205 clearerr (stdin); in check_stdout()
/netbsd/src/bin/cat/
Dcat.c166 clearerr(fp); in cook_args()
228 clearerr(fp); in cook_buf()
/netbsd/src/usr.bin/lock/
Dlock.c265 clearerr(stdin); in main()
317 clearerr(stdin); in skey_auth()
/netbsd/src/usr.bin/mail/
Dtty.c127 clearerr(stdin); in readtty()
145 clearerr(stdin); in readtty()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dsystem.h103 # undef clearerr
104 # define clearerr(Stream) clearerr_unlocked (Stream) macro
/netbsd/src/bin/ed/
Dio.c284 clearerr(stdin); in get_tty_line()
288 clearerr(stdin); in get_tty_line()
/netbsd/src/games/battlestar/
Dgetcom.c51 clearerr(stdin); in getcom()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
Dcstdio52 #undef clearerr
101 using ::clearerr;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dcstdio52 #undef clearerr
101 using ::clearerr;
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dinterf.c121 clearerr(stdin); in run_sim()
141 clearerr(stdin); in run_sim()
/netbsd/src/games/boggle/boggle/
Dbog.c335 clearerr(stdin); in playgame()
532 clearerr(dictfp); in validword()
/netbsd/src/crypto/external/bsd/openssl/dist/ms/
Dapplink.c74 clearerr(fp); in app_clearerr()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dstdio.h80 using std::clearerr;
/netbsd/src/include/
Dstdio.h224 void clearerr(FILE *);
492 #define clearerr(p) __sclearerr(p) macro
/netbsd/src/usr.bin/printf/
Dprintf.c150 clearerr(stdout); /* for the builtin version */ in main()
419 clearerr(stdout); in main()
/netbsd/src/external/bsd/nvi/dist/ex/
Dex_util.c79 clearerr(fp); in ex_getline()

1234