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

/external/e2fsprogs/include/mingw/sys/
H A Dstat.h12 #ifndef S_ISLNK
14 #define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro
16 #define S_ISLNK(mode) 0 macro
/external/python/cpython2/Lib/distutils/
H A Dfilelist.py260 from stat import ST_MODE, S_ISREG, S_ISDIR, S_ISLNK namespace
282 elif S_ISDIR(mode) and not S_ISLNK(mode):
/external/kernel-headers/original/uapi/linux/
H A Dstat.h19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/external/syslinux/com32/include/sys/
H A Dstat.h23 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/external/e2fsprogs/misc/
H A Dchattr.c44 #ifndef S_ISLNK /* So we can compile even with gcc-warn */
46 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro
48 # define S_ISLNK(mode) 0 macro
/external/e2fsprogs/util/
H A Dsymlinks.c28 #ifndef S_ISLNK
29 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK)) macro
295 if (S_ISLNK(st.st_mode)) {
381 else if (S_ISLNK(st.st_mode))
/external/python/cpython2/Lib/
H A Dstat.py55 def S_ISLNK(mode): function
/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.h167 #ifndef S_ISLNK
168 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
169 #endif /* S_ISLNK */
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py581 def S_ISLNK(m): return (((m) & S_IFMT) == S_IFLNK) function
/external/mksh/src/
H A Dsh.h326 #ifndef S_ISLNK
327 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro
469 #undef S_ISLNK macro
470 #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 358 milliseconds