Searched defs:SEEK_END (Results 1 - 16 of 16) sorted by relevance

/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdio.h31 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdio.h69 #ifndef SEEK_END
70 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
/external/clang/test/Analysis/
H A Dstream.c7 #define SEEK_END 2 /* Seek from end of file. */ macro
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
/external/freetype/src/gzip/
H A Dzconf.h251 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h59 #ifndef SEEK_END
60 #define SEEK_END 2 macro
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h301 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/chromium_org/third_party/zlib/
H A Dzconf.h393 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/kernel-headers/original/uapi/linux/
H A Dfs.h33 #define SEEK_END 2 /* seek relative to end of file */ macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h485 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h485 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h477 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/zlib/src/
H A Dzconf.h477 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/zlib/
H A Dzconf.h477 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c83 #ifndef SEEK_END
84 #define SEEK_END 2 macro
872 ZSEEK64(ziinit.z_filefunc,ziinit.filestream,0,SEEK_END);
/external/zlib/src/contrib/minizip/
H A Dzip.c83 #ifndef SEEK_END
84 #define SEEK_END 2 macro
872 ZSEEK64(ziinit.z_filefunc,ziinit.filestream,0,SEEK_END);
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 2430 milliseconds