Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/test/Analysis/
Dstream-error.c42 clearerr(F); in stream_error_feof()
55 clearerr(F); in stream_error_ferror()
196 clearerr(F); in error_indeterminate_clearerr()
199 clearerr(F); in error_indeterminate_clearerr()
202 clearerr(F); in error_indeterminate_clearerr()
Dstream.c51 clearerr(fp); // expected-warning {{Stream pointer might be NULL}} in check_clearerr()
111 clearerr(p); // expected-warning {{Stream might be already closed}} in f_use_after_close()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfeof_fileno_ferror.cpp24 clearerr(fp); in main()
39 clearerr(fp); in main()
/external/python/cpython2/Objects/
Dfileobject.c809 clearerr(f->f_fp); in file_seek()
926 clearerr(f->f_fp); in file_truncate()
945 clearerr(f->f_fp); in file_tell()
985 clearerr(f->f_fp); in file_flush()
1041 clearerr(f->f_fp); in new_buffersize()
1110 clearerr(f->f_fp); in file_read()
1121 clearerr(f->f_fp); in file_read()
1134 clearerr(f->f_fp); in file_read()
1182 clearerr(f->f_fp); in file_readinto()
1194 clearerr(f->f_fp); in file_readinto()
[all …]
/external/python/cpython2/Parser/
Dmyreadline.c51 clearerr(fp); in my_fgets()
77 clearerr(fp); in my_fgets()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp23 #ifdef clearerr
24 #error clearerr is defined
168 static_assert((std::is_same<decltype(clearerr(fp)), void>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp24 #ifdef clearerr
25 #error clearerr is defined
165 static_assert((std::is_same<decltype(clearerr(fp)), void>::value), ""); in main()
/external/python/cpython3/Parser/
Dmyreadline.c50 clearerr(fp); in my_fgets()
84 clearerr(fp); in my_fgets()
288 clearerr(sys_stdin); in PyOS_StdioReadline()
/external/llvm-project/libcxx/include/
Dstdio.h113 #undef clearerr
Dcstdio90 void clearerr(FILE* stream);
143 using ::clearerr;
/external/libcxx/include/
Dstdio.h114 #undef clearerr
Dcstdio91 void clearerr(FILE* stream);
140 using ::clearerr;
/external/llvm-project/clang-tools-extra/clangd/
DJSONTransport.cpp203 clearerr(In); in readLine()
279 clearerr(In); // If we're done, the error was transient. If we're not done, in readStandardMessage()
/external/libwebm/webm_parser/src/
Dfile_reader.cc90 std::clearerr(file_.get()); in Skip()
/external/ltp/testcases/kernel/fs/stream/
Dstream05.c164 clearerr(stream); in main()
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h57 void clearerr(FILE *stream);
/external/ltp/testscripts/
DReadme_ROBind80 feof, clearerr and fileno.
/external/blktrace/
Dblkiomon.c470 clearerr(ifp); in blkiomon_do_fifo()
491 clearerr(ifp); in blkiomon_do_fifo()
Dblkrawverify.c177 clearerr(ifp); in process()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp129 static_assert((std::is_same<decltype(std::clearerr(fp)), void>::value), ""); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp134 static_assert((std::is_same<decltype(std::clearerr(fp)), void>::value), ""); in main()
/external/vboot_reference/futility/
Dcmd_vbutil_kernel.c166 clearerr(fp); in error_fread()
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c4606 void clearerr();
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll135 ; CHECK: declare void @clearerr(...)
136 declare void @clearerr(...)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def362 /// void clearerr(FILE *stream);
363 TLI_DEFINE_ENUM_INTERNAL(clearerr)
364 TLI_DEFINE_STRING_INTERNAL("clearerr")

123