/external/webkit/Source/JavaScriptCore/API/tests/ |
minidom.c | 112 while (!feof(f) && !ferror(f)) {
|
/external/webkit/Source/WebCore/platform/network/curl/ |
FormDataStreamCurl.cpp | 77 if (!blockSize && ferror(m_file)) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
mntent.h | 70 reused on the next call, or null for EOF or error (use feof/ferror to
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libcrypt-2.7.so | |
libcrypt.so | |
libcrypt.so.1 | |
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 108 using std::ferror;
|
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 232 *Disable = createCXString("-ferror-limit=0"); 233 return createCXString("-ferror-limit=");
|
/external/elfutils/src/ |
ldlex.l | 37 #undef ferror 38 #define ferror(s) ferror_unlocked (s)
|
/external/bzip2/ |
bzip2.c | 341 if (ferror(stream)) goto errhandler_io; 342 if (ferror(zStream)) goto errhandler_io; 354 if (ferror(stream)) goto errhandler_io; 365 if (ferror(zStream)) goto errhandler_io; 377 if (ferror(stream)) goto errhandler_io; 449 if (ferror(stream)) goto errhandler_io; 450 if (ferror(zStream)) goto errhandler_io; 466 if (ferror(stream)) goto errhandler_io; 483 if (ferror(zStream)) goto errhandler_io; 492 if (ferror(stream)) goto errhandler_io [all...] |
/bionic/libc/include/ |
stdio.h | 228 int ferror(FILE *); 413 #define ferror(p) (!__isthreaded ? __sferror(p) : (ferror)(p)) macro
|
/external/zlib/examples/ |
zran.c | 168 if (ferror(in)) { 278 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR; 311 if (ferror(in)) {
|
zlib_how.html | 38 <tt>feof()</tt>, <tt>ferror()</tt>, and <tt>fclose()</tt> for file i/o, and 176 if (ferror(source)) { 256 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { 380 if (ferror(source)) { 435 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { 484 if (ferror(stdin)) 486 if (ferror(stdout))
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 260 if (size && (nmemb=fread(ptr, size, nmemb, stream)) <= 0 && ferror(stream)) 273 if (!ferror (stream)) 276 if (ferror (stream))
|
/sdk/emulator/qtools/ |
decoder.cpp | 125 if (ferror(fstream_)) { 153 if (ferror(fstream_)) {
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 410 ferror
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 445 ferror
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 342 ferror
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 314 if (ferror(input_file_)) { 328 if (ferror(output_file_)) { 350 if (ferror(output_file_)) { 564 if (ferror(output_file_)) {
|
/external/clang/lib/Frontend/ |
Warnings.cpp | 41 // Handle -ferror-limit
|
/external/jpeg/ |
jdatadst.c | 118 if (ferror(dest->outfile))
|
/external/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 104 'fgetpos', 'fsetpos', 'clearerr', 'feof', 'ferror', 'perror', 'abs', 'labs',
|
verilog.php | 77 '$fseek', '$frewind', '$ferror', '$fflush', '$feof',
|
/external/protobuf/src/google/protobuf/testing/ |
file.cc | 76 int error = ferror(file);
|
/external/zlib/contrib/minizip/ |
ioapi.c | 208 ret = ferror((FILE *)stream);
|