/external/compiler-rt/SDKs/darwin/usr/include/ |
stdio.h | 64 #ifndef SEEK_END 65 #define SEEK_END 2 /* set file offset to EOF plus offset */
|
/external/compiler-rt/SDKs/linux/usr/include/ |
stdio.h | 31 #define SEEK_END 2 /* set file offset to EOF plus offset */
|
/system/core/libcutils/ |
load_file.c | 32 sz = lseek(fd, 0, SEEK_END);
|
/bionic/libc/stdio/ |
fopen.c | 76 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
|
stdio.c | 64 (void) lseek(fp->_file, (off_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/ceres-solver/internal/ceres/ |
file.cc | 58 fseek(file_descriptor, 0L, SEEK_END);
|
/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/harfbuzz_ng/src/ |
test-size-params.cc | 67 fseek (f, 0, SEEK_END);
|
test-would-substitute.cc | 71 fseek (f, 0, SEEK_END);
|
test-buffer-serialize.cc | 69 fseek (f, 0, SEEK_END);
|
test.cc | 70 fseek (f, 0, SEEK_END);
|
/external/quake/quake/src/QW/client/ |
sys_null.c | 18 fseek (f, 0, SEEK_END);
|
/external/skia/legacy/src/core/ |
SkMMapStream.cpp | 26 off_t offset = lseek(fildes, 0, SEEK_END); // find the file size
|
/external/skia/legacy/src/images/ |
SkFDStream.cpp | 46 off_t size = ::lseek(fFD, 0, SEEK_END);
|
/external/skia/src/core/ |
SkMMapStream.cpp | 27 off_t offset = lseek(fildes, 0, SEEK_END); // find the file size
|
/external/skia/src/images/ |
SkFDStream.cpp | 46 off_t size = ::lseek(fFD, 0, SEEK_END);
|
/device/asus/flo/conn_init/ |
wfc_util_fctrl.c | 83 sz_file = lseek( fd, 0, SEEK_END ); 154 sz_file = lseek( fd, 0, SEEK_END ); 214 sz_file = lseek( fd, 0, SEEK_END ); 277 sz_file = lseek( fd, 0, SEEK_END ); 357 sz_file = lseek( fd, 0, SEEK_END ); 484 sz_file = lseek( fd, 0, SEEK_END );
|
/device/lge/mako/conn_init/ |
wfc_util_fctrl.c | 83 sz_file = lseek( fd, 0, SEEK_END ); 154 sz_file = lseek( fd, 0, SEEK_END ); 214 sz_file = lseek( fd, 0, SEEK_END ); 277 sz_file = lseek( fd, 0, SEEK_END ); 357 sz_file = lseek( fd, 0, SEEK_END ); 484 sz_file = lseek( fd, 0, SEEK_END );
|
/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/skia/legacy/src/ports/ |
SkOSFile_stdio.cpp | 40 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
|
/frameworks/av/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. */
|