OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ferror
(Results
151 - 175
of
294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/android/support/src/stdio/
vfwprintf.c
113
return
ferror
(out->file);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp
134
static_assert((std::is_same<decltype(
ferror
(fp)), int>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp
135
static_assert((std::is_same<decltype(std::
ferror
(fp)), int>::value), "");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h
150
#pragma redefine_extname
ferror
__mfwrap_ferror
/external/harfbuzz_ng/util/
options.cc
421
if (
ferror
(stdin))
543
if (
ferror
(fp))
/external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c
337
if ( nread == 0 &&
ferror
(context->hidden.stdio.fp) ) {
347
if ( nwrote == 0 &&
ferror
(context->hidden.stdio.fp) ) {
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h
143
# undef
ferror
macro
144
# define
ferror
(Stream) ferror_unlocked (Stream)
macro
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
143
# undef
ferror
macro
144
# define
ferror
(Stream) ferror_unlocked (Stream)
macro
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h
143
# undef
ferror
macro
144
# define
ferror
(Stream) ferror_unlocked (Stream)
macro
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
143
# undef
ferror
macro
144
# define
ferror
(Stream) ferror_unlocked (Stream)
macro
/external/chromium_org/third_party/icu/source/common/
umapfile.c
247
if(
ferror
(file) || fileLength<=20) {
/external/chromium_org/third_party/icu/source/test/thaitest/
thaitest.cpp
333
if(
ferror
(f) ) {
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c
243
if(ret == 0 && (b->flags&BIO_FLAGS_UPLINK)?UP_ferror((FILE *)b->ptr):
ferror
((FILE *)b->ptr))
/external/chromium_org/third_party/openssl/openssl/crypto/des/
read_pwd.c
367
if (
ferror
(tty)) goto error;
/external/icu4c/common/
umapfile.c
243
if(
ferror
(file) || fileLength<=20) {
/external/icu4c/test/thaitest/
thaitest.cpp
333
if(
ferror
(f) ) {
/external/jpeg/
wrgif.c
350
if (
ferror
(dest->pub.output_file))
/external/linux-tools-perf/
perf.c
302
if (
ferror
(stdout))
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
214
/// int
ferror
(FILE *stream);
215
ferror
,
enumerator in enum:llvm::LibFunc::Func
/external/openssl/crypto/bio/
bss_file.c
243
if(ret == 0 && (b->flags&BIO_FLAGS_UPLINK)?UP_ferror((FILE *)b->ptr):
ferror
((FILE *)b->ptr))
/external/openssl/crypto/des/
read_pwd.c
367
if (
ferror
(tty)) goto error;
/external/qemu/distrib/jpeg-6b/
wrgif.c
350
if (
ferror
(dest->pub.output_file))
/external/valgrind/main/VEX/useful/
smchash.c
40
assert(!
ferror
(f));
/external/zlib/src/contrib/minizip/
ioapi.c
220
ret =
ferror
((FILE *)stream);
/system/core/libcutils/
dir_hash.c
83
if (
ferror
(f)) {
Completed in 3359 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>