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

/external/kernel-headers/original/uapi/linux/
H A Dstat.h19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/external/e2fsprogs/misc/
H A Dchattr.c43 #ifndef S_ISLNK /* So we can compile even with gcc-warn */
45 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro
47 # define S_ISLNK(mode) 0 macro
/external/e2fsprogs/util/
H A Dsymlinks.c24 #ifndef S_ISLNK
25 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK)) macro
291 if (S_ISLNK(st.st_mode)) {
377 else if (S_ISLNK(st.st_mode))
/external/bison/linux-lib/sys/
H A Dstat.h402 # undef S_ISLNK macro
447 #ifndef S_ISLNK
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
451 # define S_ISLNK(m) 0 macro
/external/bison/darwin-lib/sys/
H A Dstat.h402 # undef S_ISLNK macro
447 #ifndef S_ISLNK
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
451 # define S_ISLNK(m) 0 macro
/external/openssh/
H A Ddefines.h157 #ifndef S_ISLNK
158 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
159 #endif /* S_ISLNK */
/external/mksh/src/
H A Dsh.h326 #ifndef S_ISLNK
327 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro
462 #undef S_ISLNK macro
463 #define S_ISLNK(m) (/* CONSTCOND */ 0) macro
/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 150 milliseconds