HomeSort by relevance Sort by last modified time
    Searched refs:clearerr (Results 1 - 25 of 64) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
clrerr.c 2 Implementation of clearerr as declared in <stdio.h>.
54 #undef clearerr macro
57 clearerr(FILE *fp) function
  /external/libcxx/include/
stdio.h 96 void clearerr(FILE* stream);
114 #undef clearerr macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
stdio.h 96 void clearerr(FILE* stream);
121 #undef clearerr macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
myreadline.c 51 clearerr(fp);
77 clearerr(fp);
  /external/python/cpython2/Parser/
myreadline.c 51 clearerr(fp);
77 clearerr(fp);
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 45 using ::clearerr;
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 24 #ifdef clearerr
25 #error clearerr is defined
165 static_assert((std::is_same<decltype(clearerr(fp)), void>::value), "");
  /external/python/cpython3/Parser/
myreadline.c 43 clearerr(fp);
74 clearerr(fp);
238 clearerr(sys_stdin);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 24 #ifdef clearerr
25 #error clearerr is defined
165 static_assert((std::is_same<decltype(clearerr(fp)), void>::value), "");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
myreadline.c 80 clearerr(fp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 801 clearerr(f->f_fp);
918 clearerr(f->f_fp);
937 clearerr(f->f_fp);
977 clearerr(f->f_fp);
1025 clearerr(f->f_fp);
1091 clearerr(f->f_fp);
1102 clearerr(f->f_fp);
1115 clearerr(f->f_fp);
    [all...]

Completed in 1262 milliseconds

1 2 3