OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feof
(Results
26 - 50
of
459
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php
21
while (!
feof
($fileHandle)) {
consoleLogs.php
11
while (!
feof
($fileHandle)) {
/external/flac/include/FLAC/
callback.h
67
* stdio functions fread, fwrite, fseek, ftell,
feof
, and fclose. If you use
75
* or write a wrapper. The same is true for
feof
() since this is usually
141
* The signature and semantics mostly match POSIX
feof
() but WATCHOUT:
142
* on many systems,
feof
() is a macro, so in this case a wrapper function
/external/iproute2/netem/
stats.c
37
if (
feof
(fp))
/external/llvm/utils/count/
count.c
39
if (!
feof
(stdin)) {
/external/webrtc/test/testsupport/
frame_reader.cc
74
if (
feof
(input_file_) != 0) {
/frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp
37
if (
feof
(_file) || ferror(_file)) {
/bionic/libstdc++/include/
cstdio
47
using ::
feof
;
/external/dhcpcd/compat/
getline.c
56
if (
feof
(fp))
/external/e2fsprogs/resize/
test_extent.c
29
while (!
feof
(in)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
testResults.php.template
12
while (!
feof
($fileHandle)) {
/external/expat/examples/
outline.c
92
done =
feof
(stdin);
/ndk/sources/cxx-stl/gabi++/include/
cstdio
47
using ::
feof
;
/ndk/sources/cxx-stl/system/include/
cstdio
47
using ::
feof
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio
45
using ::
feof
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio
45
using ::
feof
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio
47
using ::
feof
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio
47
using ::
feof
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio
47
using ::
feof
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio
47
using ::
feof
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio
47
using ::
feof
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio
47
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;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.c
89
if (
feof
(pStream))
99
if (
feof
(pStream)) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdio
53
#undef
feof
100
using ::
feof
;
Completed in 990 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>