OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feof
(Results
1 - 25
of
156
) sorted by null
1
2
3
4
5
6
7
/bionic/libc/stdio/
feof.c
1
/* $OpenBSD:
feof
.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
37
* A subroutine version of the macro
feof
.
39
#undef
feof
macro
42
feof
(FILE *fp)
function
/external/openssl/crypto/bio/
bio_lcl.h
13
#define UP_feof
feof
/sdk/emulator/qtools/
decoder.h
15
bool IsEOF() { return (end_ == next_) &&
feof
(fstream_); }
/external/skia/src/ports/
SkOSFile_stdio.cpp
69
SkDEBUGF(("sk_fread: ftell(%p) returned -1
feof
:%d ferror:%d\n", f,
feof
((FILE*)f), ferror((FILE*)f)));
75
SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with
feof
:%d ferror:%d returned:%d\n",
76
byteCount, curr,
feof
((FILE*)f), ferror((FILE*)f), err));
/external/bison/lib/
unlocked-io.h
45
# undef
feof
macro
46
# define
feof
(x) feof_unlocked (x)
macro
48
# define feof_unlocked(x)
feof
(x)
/build/tools/bin2asm/
data
37
while (!
feof
(stdin)) {
icudata.c
48
while (!
feof
(stdin)) {
/external/e2fsprogs/intl/
localealias.c
97
# define
FEOF
(fp) feof_unlocked (fp)
100
# define
FEOF
(fp)
feof
(fp)
118
# undef
feof
macro
119
# define
feof
(s) feof_unlocked (s)
macro
244
while (!
FEOF
(fp))
351
will exit at the `
feof
' test. */
/external/stlport/stlport/stl/
_cstdio.h
62
# undef
feof
macro
68
using _STLP_VENDOR_CSTD::
feof
;
/external/e2fsprogs/lib/ext2fs/
read_bb_file.c
54
while (!
feof
(f)) {
/external/iproute2/netem/
stats.c
37
if (
feof
(fp))
/bionic/libstdc++/include/
cstdio
45
using ::
feof
;
/external/e2fsprogs/resize/
test_extent.c
29
while (!
feof
(in)) {
/external/expat/examples/
outline.c
92
done =
feof
(stdin);
/external/opencore/protocols/systems/tools/general/common/src/
pvmf_file_data_source.cpp
62
if (!
feof
(iReadFile))
/ndk/build/platforms/android-5/arch-x86/usr/include/
cstdio
45
using ::
feof
;
/ndk/build/platforms/android-8/arch-x86/usr/include/
cstdio
45
using ::
feof
;
/external/e2fsprogs/ext2ed/
init.c
118
while (!
feof
(fp)) {
120
if (
feof
(fp)) break;
128
if (
feof
(fp)) break;
130
if (
feof
(fp)) break;
602
if (
feof
(fp)) return (0);
604
if (
feof
(fp)) return (0);
627
while (!
feof
(fp)) {
629
if (
feof
(fp)) break;
/external/e2fsprogs/e2fsck/
argv_parse.c
147
while (!
feof
(stdin)) {
/external/e2fsprogs/lib/ss/
test_ss.c
54
while (!
feof
(f)) {
/external/icu4c/tools/toolutil/
filestrm.c
179
return
feof
((FILE*)fileStream);
/external/webkit/JavaScriptCore/API/tests/
minidom.c
112
while (!
feof
(f) && !ferror(f)) {
/external/webkit/WebCore/platform/network/curl/
FormDataStreamCurl.cpp
84
if (
feof
(m_file)) {
/system/extras/tests/bionic/libstdc++/
test_cstdio.cpp
107
using std::
feof
;
/external/e2fsprogs/util/
subst.c
216
while (!
feof
(f)) {
369
while (!
feof
(in)) {
Completed in 142 milliseconds
1
2
3
4
5
6
7