Searched defs:S_IFMT (Results 1 - 16 of 16) sorted by relevance

/external/expat/xmlwf/
H A Dreadfilemap.c59 # ifndef S_IFMT
60 # define S_IFMT _S_IFMT macro
62 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/external/syslinux/com32/include/sys/
H A Dstat.h12 #define S_IFMT 00170000 macro
23 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
24 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
25 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
26 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
27 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
28 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
29 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/external/python/cpython2/Lib/
H A Dstat.py24 def S_IFMT(mode): function
27 # Constants used as S_IFMT() for various file types
41 return S_IFMT(mode) == S_IFDIR
44 return S_IFMT(mode) == S_IFCHR
47 return S_IFMT(mode) == S_IFBLK
50 return S_IFMT(mode) == S_IFREG
53 return S_IFMT(mode) == S_IFIFO
56 return S_IFMT(mode) == S_IFLNK
59 return S_IFMT(mode) == S_IFSOCK
/external/kernel-headers/original/uapi/linux/
H A Dstat.h9 #define S_IFMT 00170000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
26 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
138 #define STATX_TYPE 0x00000001U /* Want/got stx_mode & S_IFMT */
139 #define STATX_MODE 0x00000002U /* Want/got stx_mode & ~S_IFMT */
[all...]
/external/python/cpython2/Include/
H A Dpyport.h397 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG) macro
401 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
405 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
/external/python/cpython3/Include/
H A Dpyport.h232 #ifndef S_IFMT
234 #define S_IFMT 0170000 macro
244 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
248 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
252 #define S_ISCHR(x) (((x) & S_IFMT) == S_IFCHR)
/external/python/cpython3/Lib/
H A Dstat.py27 def S_IFMT(mode): function
33 # Constants used as S_IFMT() for various file types
48 return S_IFMT(mode) == S_IFDIR
52 return S_IFMT(mode) == S_IFCHR
56 return S_IFMT(mode) == S_IFBLK
60 return S_IFMT(mode) == S_IFREG
64 return S_IFMT(mode) == S_IFIFO
68 return S_IFMT(mode) == S_IFLNK
72 return S_IFMT(mode) == S_IFSOCK
/external/syslinux/core/fs/xfs/
H A Dxfs.h119 #define S_IFMT 00170000 macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py570 S_IFMT = 00170000 variable
581 def S_ISLNK(m): return (((m) & S_IFMT) == S_IFLNK)
583 def S_ISREG(m): return (((m) & S_IFMT) == S_IFREG)
585 def S_ISDIR(m): return (((m) & S_IFMT) == S_IFDIR)
587 def S_ISCHR(m): return (((m) & S_IFMT) == S_IFCHR)
589 def S_ISBLK(m): return (((m) & S_IFMT) == S_IFBLK)
591 def S_ISFIFO(m): return (((m) & S_IFMT) == S_IFIFO)
593 def S_ISSOCK(m): return (((m) & S_IFMT) == S_IFSOCK)
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/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 539 milliseconds