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_ISSOCK
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl2/mkhybrid/dist/include/
statdefs.h
42
#undef
S_ISSOCK
/* UNIX domain socket */
123
#ifndef
S_ISSOCK
/* UNIX domain socket */
125
# define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
127
# define
S_ISSOCK
(m) (0)
/src/external/gpl3/binutils/dist/binutils/
filemode.c
166
#ifndef
S_ISSOCK
168
#define
S_ISSOCK
(i) (((i) & S_IFMT) == S_IFSOCK)
170
#define
S_ISSOCK
(i) 0
172
#endif /* ! defined (
S_ISSOCK
) */
193
if (
S_ISSOCK
(bits))
/src/external/gpl3/binutils.old/dist/binutils/
filemode.c
166
#ifndef
S_ISSOCK
168
#define
S_ISSOCK
(i) (((i) & S_IFMT) == S_IFSOCK)
170
#define
S_ISSOCK
(i) 0
172
#endif /* ! defined (
S_ISSOCK
) */
193
if (
S_ISSOCK
(bits))
/src/external/gpl2/xcvs/dist/lib/
stat-macros.h
44
# undef
S_ISSOCK
130
# ifndef
S_ISSOCK
132
# define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
134
# define
S_ISSOCK
(m) 0
/src/external/gpl3/gdb/dist/readline/readline/
posixstat.h
103
#if defined (S_IFSOCK) && !defined (
S_ISSOCK
)
104
#define
S_ISSOCK
(m) (((m)&S_IFMT) == S_IFSOCK) /* socket */
/src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h
103
#if defined (S_IFSOCK) && !defined (
S_ISSOCK
)
104
#define
S_ISSOCK
(m) (((m)&S_IFMT) == S_IFSOCK) /* socket */
/src/external/gpl2/xcvs/dist/diff/
system.h
47
#undef
S_ISSOCK
65
#ifndef
S_ISSOCK
68
# define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
70
# define
S_ISSOCK
(mode) ((mode) & S_IFSOCK)
74
# define
S_ISSOCK
S_ISNAM
76
#endif /* !
S_ISSOCK
*/
/src/external/gpl2/diffutils/dist/src/
system.h
72
# undef
S_ISSOCK
89
#if !defined
S_ISSOCK
&& defined S_IFSOCK
90
# define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
/src/external/gpl2/mkhybrid/dist/
tree.c
74
#define
S_ISSOCK
(m) (0)
80
#ifndef
S_ISSOCK
82
# define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
84
# define
S_ISSOCK
(m) (0)
1217
!S_ISFIFO(lstatbuf.st_mode) && !
S_ISSOCK
(lstatbuf.st_mode)
1455
S_ISFIFO(lstatbuf.st_mode) ||
S_ISSOCK
(lstatbuf.st_mode)
/src/external/gpl3/gcc/dist/libcpp/
system.h
345
#ifndef
S_ISSOCK
347
# define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
349
# define
S_ISSOCK
(m) 0
/src/external/gpl3/gcc.old/dist/libcpp/
system.h
345
#ifndef
S_ISSOCK
347
# define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
349
# define
S_ISSOCK
(m) 0
/src/sys/sys/
stat.h
182
#define
S_ISSOCK
(m) (((m) & _S_IFMT) == _S_IFSOCK) /* socket */
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h
108
#undef
S_ISSOCK
116
#define
S_ISSOCK
(m) (((m) & _S_IFMT) == _S_IFSOCK)
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
190
#define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK) /* Socket */
/src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h
349
#if defined(S_IFSOCK) && defined(S_IFMT) && !defined(
S_ISSOCK
)
350
#define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
/src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
os.h
349
#if defined(S_IFSOCK) && defined(S_IFMT) && !defined(
S_ISSOCK
)
350
#define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
/src/external/bsd/am-utils/dist/include/
am_defs.h
1310
# undef
S_ISSOCK
/src/external/gpl3/gcc/dist/gcc/
system.h
641
#ifndef
S_ISSOCK
643
# define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
645
# define
S_ISSOCK
(m) 0
/src/external/gpl3/gcc.old/dist/gcc/
system.h
641
#ifndef
S_ISSOCK
643
# define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
645
# define
S_ISSOCK
(m) 0
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
318
/* Ultrix misses just
S_ISSOCK
, the others are there */
319
#define
S_ISSOCK
(mode) (((mode) & (S_IFMT)) == (S_IFSOCK))
1226
#ifndef
S_ISSOCK
1227
#define
S_ISSOCK
(mode) ((mode&0xF000) == 0xC000)
1259
/* SCO5 misses just
S_ISSOCK
, the others are there
1263
#define
S_ISSOCK
(mode) (((mode) & (S_IFMT)) == (C_ISSOCK))
1557
#define
S_ISSOCK
(mode) (((mode) & (_S_IFMT)) == (_S_IFSOCK))
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c
4304
#ifndef
S_ISSOCK
4306
#define
S_ISSOCK
(mode) ((mode & S_IFMT) == S_IFSOCK)
4308
#define
S_ISSOCK
(mode) ((mode & _S_IFMT) == S_IFSOCK)
4310
#endif /* ifndef
S_ISSOCK
*/
4320
#if !defined(S_ISFIFO) && !defined(
S_ISSOCK
)
4323
You need to define S_ISFIFO and
S_ISSOCK
as appropriate for your platform. See <sys/stat.h>.
4324
#endif /* if !defined(S_ISFIFO) && !defined(
S_ISSOCK
) */
4330
#ifndef
S_ISSOCK
4331
#define
S_ISSOCK
(mode) 0
4332
#endif /* ifndef
S_ISSOCK
*/
[
all
...]
Completed in 55 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026