Searched defs:SEEK_SET (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/Analysis/
H A Dstream.c5 #define SEEK_SET 0 /* Seek from beginning of file. */ macro
25 fseek(p, 1, SEEK_SET); // expected-warning {{Stream pointer might be NULL}}
45 fseek(p, 1, SEEK_SET); // no-warning
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
/external/syslinux/com32/include/
H A Dstdio.h25 #define SEEK_SET 0 macro
H A Dzconf.h387 #ifndef SEEK_SET
388 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/external/syslinux/gpxe/src/include/gpxe/
H A Dxfer.h101 SEEK_SET, enumerator in enum:seek_whence
110 * Must be one of @c SEEK_CUR or @c SEEK_SET.
130 case SEEK_SET: return "SET";
/external/freetype/src/gzip/
H A Dftzconf.h248 #ifndef SEEK_SET
249 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
H A Dzconf.h248 #ifndef SEEK_SET
249 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/external/libcups/cups/
H A Ddest-localization.c399 lseek(cupsFileNumber(temp), 0, SEEK_SET); local
/external/ltp/tools/
H A Drand_lines.c128 #ifndef SEEK_SET
129 #define SEEK_SET 0 macro
257 fseek(infile, 0, SEEK_SET);
306 fseek(infile, coffset, SEEK_SET);
339 fseek(infile, offsets[cnt].offset, SEEK_SET);
/external/syslinux/com32/lib/zlib/
H A Dzconf.in.h285 #ifndef SEEK_SET
286 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/external/mksh/src/
H A Deval.c1405 lseek(shf_fileno(shf), (off_t)0, SEEK_SET); local
/external/pdfium/third_party/zlib_v128/
H A Dzconf.h482 #if !defined(SEEK_SET) && !defined(Z_SOLO)
483 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/external/zlib/src/
H A Dzconf.h474 #if !defined(SEEK_SET) && !defined(Z_SOLO)
475 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/external/zlib/
H A Dzconf.h474 #if !defined(SEEK_SET) && !defined(Z_SOLO)
475 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/external/kernel-headers/original/uapi/linux/
H A Dfs.h34 #define SEEK_SET 0 /* seek relative to beginning of file */ macro
/external/zlib/src/contrib/minizip/
H A Dzip.c87 #ifndef SEEK_SET
88 #define SEEK_SET 0 macro
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 623 milliseconds