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_IFREG
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
stat.h
143
#define
_S_IFREG
0100000 /* regular */
157
#define S_IFREG
_S_IFREG
174
#define S_ISREG(m) (((m) & _S_IFMT) ==
_S_IFREG
) /* regular file */
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h
88
#undef
_S_IFREG
97
#define
_S_IFREG
0x8000
113
#define S_ISREG(m) (((m) & _S_IFMT) ==
_S_IFREG
)
185
buf->st_mode |=
_S_IFREG
;
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
158
#ifndef
_S_IFREG
159
#define
_S_IFREG
0100000 /* regular */
179
//#define S_IFREG
_S_IFREG
Completed in 30 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026