OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_IFCHR
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
stat.h
140
#define
_S_IFCHR
0020000 /* character special */
154
#define S_IFCHR
_S_IFCHR
172
#define S_ISCHR(m) (((m) & _S_IFMT) ==
_S_IFCHR
) /* char special */
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h
86
#undef
_S_IFCHR
95
#define
_S_IFCHR
0x2000
111
#define S_ISCHR(m) (((m) & _S_IFMT) ==
_S_IFCHR
)
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
143
#ifndef
_S_IFCHR
144
#define
_S_IFCHR
0020000 /* character special */
168
//#define S_IFCHR
_S_IFCHR
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026