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_IFMT
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/mit/expat/dist/xmlwf/
readfilemap.c
69
# ifndef
S_IFMT
70
# define
S_IFMT
_S_IFMT
72
# define S_ISREG(m) (((m) &
S_IFMT
) == S_IFREG)
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h
42
#ifndef
S_IFMT
43
# define
S_IFMT
_S_IFMT
56
# define S_ISDIR(m) (((m) &
S_IFMT
) == S_IFDIR)
59
# define S_ISREG(m) (((m) &
S_IFMT
) == S_IFREG)
/src/external/gpl2/xcvs/dist/lib/
stat-macros.h
28
# ifndef
S_IFMT
29
# define
S_IFMT
0170000
50
# define S_ISBLK(m) (((m) &
S_IFMT
) == S_IFBLK)
58
# define S_ISCHR(m) (((m) &
S_IFMT
) == S_IFCHR)
66
# define S_ISDIR(m) (((m) &
S_IFMT
) == S_IFDIR)
74
# define S_ISDOOR(m) (((m) &
S_IFMT
) == S_IFDOOR)
82
# define S_ISFIFO(m) (((m) &
S_IFMT
) == S_IFIFO)
90
# define S_ISLNK(m) (((m) &
S_IFMT
) == S_IFLNK)
98
# define S_ISMPB(m) (((m) &
S_IFMT
) == S_IFMPB)
99
# define S_ISMPC(m) (((m) &
S_IFMT
) == S_IFMPC
[
all
...]
/src/external/gpl3/gdb/dist/readline/readline/
posixstat.h
42
#if !defined (
S_IFMT
)
43
# define
S_IFMT
0170000
44
#endif /* !
S_IFMT
*/
51
#if defined (_S_IFMT) && !defined (
S_IFMT
)
52
#define
S_IFMT
_S_IFMT
80
#define S_ISBLK(m) (((m)&
S_IFMT
) == S_IFBLK) /* block device */
84
#define S_ISCHR(m) (((m)&
S_IFMT
) == S_IFCHR) /* character device */
88
#define S_ISDIR(m) (((m)&
S_IFMT
) == S_IFDIR) /* directory */
92
#define S_ISREG(m) (((m)&
S_IFMT
) == S_IFREG) /* file */
96
#define S_ISFIFO(m) (((m)&
S_IFMT
) == S_IFIFO) /* fifo - named pipe *
[
all
...]
/src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h
42
#if !defined (
S_IFMT
)
43
# define
S_IFMT
0170000
44
#endif /* !
S_IFMT
*/
51
#if defined (_S_IFMT) && !defined (
S_IFMT
)
52
#define
S_IFMT
_S_IFMT
80
#define S_ISBLK(m) (((m)&
S_IFMT
) == S_IFBLK) /* block device */
84
#define S_ISCHR(m) (((m)&
S_IFMT
) == S_IFCHR) /* character device */
88
#define S_ISDIR(m) (((m)&
S_IFMT
) == S_IFDIR) /* directory */
92
#define S_ISREG(m) (((m)&
S_IFMT
) == S_IFREG) /* file */
96
#define S_ISFIFO(m) (((m)&
S_IFMT
) == S_IFIFO) /* fifo - named pipe *
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/
e_os.h
123
# ifndef
S_IFMT
124
# define
S_IFMT
_S_IFMT
/src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h
77
#ifndef
S_IFMT
78
#define
S_IFMT
_S_IFMT
/src/crypto/external/bsd/openssl/dist/
e_os.h
77
# ifndef
S_IFMT
78
# define
S_IFMT
_S_IFMT
/src/sys/sys/
stat.h
152
#define
S_IFMT
_S_IFMT
/src/external/bsd/am-utils/dist/include/
am_defs.h
1294
# undef
S_IFMT
/src/external/gpl3/gcc/dist/libbacktrace/
elf.c
58
#ifndef
S_IFMT
59
#define
S_IFMT
0170000
61
#define S_ISLNK(m) (((m) &
S_IFMT
) == S_IFLNK)
/src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c
53
#ifndef
S_IFMT
54
#define
S_IFMT
0170000
56
#define S_ISLNK(m) (((m) &
S_IFMT
) == S_IFLNK)
/src/external/gpl3/gdb/dist/libbacktrace/
elf.c
58
#ifndef
S_IFMT
59
#define
S_IFMT
0170000
61
#define S_ISLNK(m) (((m) &
S_IFMT
) == S_IFLNK)
/src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c
58
#ifndef
S_IFMT
59
#define
S_IFMT
0170000
61
#define S_ISLNK(m) (((m) &
S_IFMT
) == S_IFLNK)
Completed in 45 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026