OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_TYPEISSHM
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h
183
#ifndef
S_TYPEISSHM
185
# define
S_TYPEISSHM
(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD)
187
# define
S_TYPEISSHM
(p) 0
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h
158
# define
S_TYPEISSHM
(buf) __S_TYPEISSHM(buf)
Completed in 1228 milliseconds