OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_IFMT
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h
66
# define S_IFMT
_S_IFMT
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h
66
# define S_IFMT
_S_IFMT
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h
60
#define
_S_IFMT
0xF000
135
#define S_IFMT
_S_IFMT
/external/dbus/dbus/
dbus-sysdeps-wince-glue.h
101
#define
_S_IFMT
0170000 /* file type mask */
/external/e2fsprogs/util/
symlinks.c
25
#define S_ISLNK(mode) (((mode) & (
_S_IFMT
)) == (_S_IFLNK))
/external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c
36
#define S_ISREG(m) (((m) &
_S_IFMT
) == _S_IFREG)
/external/libxml2/
xmlIO.c
74
# ifdef
_S_IFMT
75
# define S_IFMT
_S_IFMT
[
all
...]
Completed in 679 milliseconds