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_ISDOOR
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/mkhybrid/dist/include/
statdefs.h
43
#undef
S_ISDOOR
/* Solaris DOOR */
130
#ifndef
S_ISDOOR
/* Solaris DOOR */
132
# define
S_ISDOOR
(m) (((m) & S_IFMT) == S_IFDOOR)
134
# define
S_ISDOOR
(m) (0)
/src/external/gpl2/xcvs/dist/lib/
stat-macros.h
36
# undef
S_ISDOOR
72
# ifndef
S_ISDOOR
/* Solaris 2.5 and up */
74
# define
S_ISDOOR
(m) (((m) & S_IFMT) == S_IFDOOR)
76
# define
S_ISDOOR
(m) 0
Completed in 22 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026