Searched defs:SEEK_END (Results 1 - 12 of 12) 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.h64 #ifndef SEEK_END
65 #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/yaffs2/yaffs2/direct/
H A Dyaffsfs.h59 #ifndef SEEK_END
60 #define SEEK_END 2 macro
/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h301 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/open-vcdiff/src/zlib/
H A Dzconf.h301 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/qemu/distrib/zlib-1.2.3/
H A Dzconf.h298 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/zlib/src/
H A Dzconf.h472 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/zlib/
H A Dzconf.h472 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/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/kernel-headers/original/linux/
H A Dfs.h34 #define SEEK_END 2 /* seek relative to end of file */ macro
35 #define SEEK_MAX 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 418 milliseconds