Searched defs:SEEK_CUR (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Analysis/
H A Dstream.c6 #define SEEK_CUR 1 /* Seek from current position. */ 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.h55 #ifndef SEEK_CUR
56 #define SEEK_CUR 1 macro
/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h300 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/qemu/distrib/zlib-1.2.3/
H A Dzconf.h297 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/zlib/
H A Dzconf.in.h297 # define SEEK_CUR 1 /* Seek from current position. */ macro
H A Dzconf.h431 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/zlib/contrib/minizip/
H A Dzip.c79 #ifndef SEEK_CUR
80 #define SEEK_CUR 1 macro
/external/kernel-headers/original/linux/
H A Dfs.h31 #define SEEK_CUR 1 /* seek relative to current file position */ macro

Completed in 124 milliseconds