Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h44 # undef feof
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h62 # undef feof
68 using _STLP_VENDOR_CSTD::feof;
/ndk/sources/cxx-stl/system/include/
Dcstdio47 using ::feof;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio47 using ::feof;
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c935 if (feof(input->fp))
1298 while (!feof (pipe_fp))
1469 while (!feof (pipe_fp))
1605 if (cur_cmd->x.fp && !feof (cur_cmd->x.fp))
Dcompile.c236 if (!feof(prog.file)) in inchar()
/ndk/sources/host-tools/make-3.81/
Dmain.c1506 while (!feof (stdin) && ! ferror (stdin)) in main()