Searched defs:S_ISREG (Results 1 - 13 of 13) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dstat.h20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/bison/linux-lib/sys/
H A Dstat.h407 # undef S_ISREG macro
485 #ifndef S_ISREG
487 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
489 # define S_ISREG(m) 0 macro
/external/curl/lib/
H A Dcurl_setup.h668 /* Define S_ISREG if not defined by system headers, f.e. MSVC */
669 #if !defined(S_ISREG) && defined(S_IFMT) && defined(S_IFREG)
670 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/bison/darwin-lib/sys/
H A Dstat.h407 # undef S_ISREG macro
485 #ifndef S_ISREG
487 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
489 # define S_ISREG(m) 0 macro
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c36 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
491 (stat(path, &stat_buf) < 0) || (!(S_ISREG(stat_buf.st_mode))) ) {
/external/lz4/programs/
H A Dbench.c40 /* S_ISREG & gettimeofday() are not supported by MSVC */
74 #if !defined(S_ISREG)
75 # define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
228 if (r || !S_ISREG(statbuf.st_mode)) return 0; /* No good... */
H A Dfullbench.c42 // S_ISREG & gettimeofday() are not supported by MSVC
74 // S_ISREG & gettimeofday() are not supported by MSVC
75 #if !defined(S_ISREG)
76 # define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
248 if (r || !S_ISREG(statbuf.st_mode)) return 0; // No good...
/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 950 milliseconds