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_IFDIR
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
stat.h
141
#define
_S_IFDIR
0040000 /* directory */
155
#define S_IFDIR
_S_IFDIR
171
#define S_ISDIR(m) (((m) & _S_IFMT) ==
_S_IFDIR
) /* directory */
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h
85
#undef
_S_IFDIR
94
#define
_S_IFDIR
0x4000
110
#define S_ISDIR(m) (((m) & _S_IFMT) ==
_S_IFDIR
)
183
buf->st_mode |=
_S_IFDIR
;
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
146
#ifndef
_S_IFDIR
147
#define
_S_IFDIR
0040000 /* directory */
169
//#define S_IFDIR
_S_IFDIR
Completed in 21 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026