HomeSort by relevance Sort by last modified time
    Searched full:feof (Results 176 - 200 of 482) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 31 while (!feof($fileHandle)) {
  /external/iproute2/misc/
lnstat_util.c 46 while(!feof(lf->fp)) {
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cpp.php 115 'fgetpos', 'fsetpos', 'clearerr', 'feof', 'ferror', 'perror', 'abs', 'labs',
klonec.php 57 'printf', 'malloc', 'fopen', 'fclose', 'free', 'fputs', 'fgets', 'feof', 'fwrite',
matlab.php 91 'factor','factorial','fclose','feather','feof','ferror','feval',
cpp-qt.php 105 'fgetpos', 'fsetpos', 'clearerr', 'feof', 'ferror', 'perror', 'abs', 'labs',
klonecpp.php 84 'fgetpos', 'fsetpos', 'clearerr', 'feof', 'ferror', 'perror', 'abs', 'labs',
objc.php 116 'fgetc', 'fflush', 'ferror', 'feof', 'fclose', 'fabs', 'exp',
php-brief.php 84 'ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'join', 'sql_regcase', 'dl', 'pclose', 'popen', 'readfile', 'rewind', 'rmdir', 'umask', 'fclose', 'feof', 'fgetc', 'fgets', 'fgetss', 'fread', 'fopen', 'fpassthru', 'ftruncate', 'fstat', 'fseek', 'ftell', 'fflush', 'fwrite', 'fputs', 'mkdir', 'rename', 'copy', 'tempnam', 'tmpfile', 'file', 'file_get_contents', 'stream_select', 'stream_context_create', 'stream_context_set_params', 'stream_context_set_option', 'stream_context_get_options', 'stream_filter_prepend', 'stream_filter_append', 'fgetcsv', 'flock', 'get_meta_tags', 'stream_set_write_buffer', 'set_file_buffer', 'set_socket_blocking', 'stream_set_blocking', 'socket_set_blocking', 'stream_get_meta_data', 'stream_register_wrapper', 'stream_wrapper_register', 'stream_set_timeout', 'socket_set_timeout', 'socket_get_status', 'realpath', 'fnmatch', 'fsockopen', 'pfsockopen', 'pack', 'unpack', 'get_browser', 'crypt', 'opendir', 'closedir', 'chdir', 'getcwd', 'rewinddir', 'readdir', 'dir', 'glob', 'fileatime', 'filectime', 'filegroup', 'fileinode', 'filemtime', 'fileowner', 'fileperms', 'filesize', 'filetype', 'file_exists', 'is_writable', 'is_writeable', 'is_readable', 'is_executable', 'is_file', 'is_dir', 'is_link', 'stat', 'lstat', 'chown',
  /external/skia/legacy/src/ports/
FontHostConfiguration_android.cpp 190 if (feof(file) != 0) {
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 180 if (feof(file) != 0) {
  /external/srec/portable/src/
PFileWrap.c 173 is_eof = feof ( (FILE *)self );
PANSIFileImpl.c 356 *isEof = feof(impl->value) != 0;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
cstdio.pass.cpp 134 static_assert((std::is_same<decltype(std::feof(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 149 #pragma redefine_extname feof __mfwrap_feof
  /system/extras/tests/bionic/libc/other/
test_zlib.c 68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
  /dalvik/tools/hprof-conv/
HprofConv.c 204 if (feof(in) || ferror(in)) {
230 if (eofExpected && feof(in) && !ferror(in)) {
626 if (feof(in))
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 424 } while (!feof(input_file_));
484 } while (!feof(input_file_));
548 } while (!feof(input_file_));
  /external/open-vcdiff/src/
vcdiff_main.cc 428 } while (!feof(input_file_));
488 } while (!feof(input_file_));
552 } while (!feof(input_file_));
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/libvpx/libvpx/
vpxdec.c 270 if (!feof(infile))
309 if (!feof(infile))
491 if (feof(f))
    [all...]
  /external/srec/srec/EventLog/src/
riff.c 379 //if(feof(f)) GS_SetResult(res,"RIFF form type not found",GS_STATIC);
405 //if(feof(f)) GS_SetResult(res,"RIFF chunk not found",GS_STATIC);
437 //if(feof(f)) GS_SetResult(res,"RIFF form type not found",GS_STATIC);
  /external/bison/tests/
cxx-type.at 155 assert (!feof (stdin));
  /external/libvorbis/examples/
encoder_example.c 84 for (i=0, founddata=0; i<30 && ! feof(stdin) && ! ferror(stdin); i++)
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 383 if (feof(f))
396 if (feof(f))
420 if (feof(f))
437 if (feof(f) || is_section(ts,"*"))
    [all...]

Completed in 1326 milliseconds

1 2 3 4 5 6 78 91011>>