HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_END (Results 1 - 25 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/libcutils/
load_file.c 32 sz = lseek(fd, 0, SEEK_END);
  /bionic/libc/stdio/
fopen.c 74 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
stdio.c 64 (void) lseek(fp->_file, (off_t)0, SEEK_END);
freopen.c 159 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 59 #ifndef SEEK_END
60 #define SEEK_END 2
dtest.c 91 size = yaffs_lseek(h,0,SEEK_END);
673 r= yaffs_lseek(f,0,SEEK_END);
690 r= yaffs_lseek(f,0,SEEK_END);
693 r= yaffs_lseek(f,500,SEEK_END);
787 printf("file length is %d\n",(int)yaffs_lseek(h,0,SEEK_END));
987 yaffs_lseek(a,0,SEEK_END);
998 int syz = yaffs_lseek(a,0,SEEK_END);
1051 yaffs_lseek(a,0,SEEK_END);
1062 int syz = yaffs_lseek(a,0,SEEK_END);
1070 syz = yaffs_lseek(a,0,SEEK_END);
    [all...]
  /external/clang/test/Analysis/
stream.c 7 #define SEEK_END 2 /* Seek from end of file. */
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR.}}
  /external/quake/quake/src/QW/client/
sys_null.c 18 fseek (f, 0, SEEK_END);
  /external/skia/src/core/
SkMMapStream.cpp 19 off_t offset = lseek(fildes, 0, SEEK_END); // find the file size
  /external/skia/src/images/
SkFDStream.cpp 39 off_t size = ::lseek(fFD, 0, SEEK_END);
  /bootable/recovery/
verifier.c 54 if (fseek(f, -FOOTER_SIZE, SEEK_END) != 0) {
90 if (fseek(f, -eocd_size, SEEK_END) != 0) {
  /external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc 50 fseek(infile, 0, SEEK_END);
  /external/icu4c/samples/layout/
UnicodeReader.cpp 46 fseek(f, 0, SEEK_END);
  /external/llvm/runtime/libprofile/
CommonProfiling.c 93 lseek(OutFile, 0, SEEK_END); /* O_APPEND prevents seeking */
  /external/skia/src/ports/
SkOSFile_stdio.cpp 48 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
  /frameworks/base/include/private/media/
VideoFrame.h 41 fseek(in, 0, SEEK_END);
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 84 #define SEEK_END 2 /* Seek from end of file. */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 80 #define SEEK_END 2 /* Seek from end of file. */
  /system/core/libzipfile/
test_zipfile.c 40 fseek(f, 0, SEEK_END);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 70 #ifndef SEEK_END
71 #error "SEEK_END must be a macro"
  /development/tools/line_endings/
line_endings.c 58 len = lseek(fd, 0, SEEK_END);
  /external/freetype/src/base/
ftsystem.c 249 ft_fseek( file, 0, SEEK_END );
  /external/quake/quake/src/WinQuake/
sys_null.cpp 58 fseek (f, 0, SEEK_END);
  /external/v8/preparser/
preparser-process.cc 130 if (fseek(input, 0, SEEK_END) != 0) {
  /external/webp/examples/
dwebp.c 76 fseek(in, 0, SEEK_END);

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 91011>>