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

/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/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/okhttp/src/main/java/libcore/io/
H A DOsConstants.java249 public static final int SEEK_END = placeholder(); field in class:OsConstants
/external/kernel-headers/original/linux/
H A Dfs.h32 #define SEEK_END 2 /* seek relative to end of file */ macro

Completed in 573 milliseconds