OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_ISSOCK
(Results
1 - 8
of
8
) sorted by relevancy
/src/bin/ksh/
c_test.c
292
#ifdef
S_ISSOCK
293
return test_stat(opnd1, &b1) == 0 &&
S_ISSOCK
(b1.st_mode);
/src/sys/sys/
stat.h
182
#define
S_ISSOCK
(m) (((m) & _S_IFMT) == _S_IFSOCK) /* socket */
/src/bin/csh/
exp.c
536
#ifdef
S_ISSOCK
537
i =
S_ISSOCK
(stb.st_mode);
/src/usr.sbin/mtree/
compare.c
174
#ifdef
S_ISSOCK
176
if (!
S_ISSOCK
(p->fts_statp->st_mode))
/src/regress/sys/kern/unfdpass/
unfdpass.c
288
} else if (
S_ISSOCK
(st.st_mode)) {
/src/usr.sbin/makefs/
walk.c
267
#ifdef
S_ISSOCK
268
if (
S_ISSOCK
(stbuf.st_mode & S_IFMT)) {
/src/bin/test/
test.c
747
return
S_ISSOCK
(s.st_mode);
/src/lib/libpuffs/
framebuf.c
814
if (
S_ISSOCK
(st.st_mode)) {
Completed in 17 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025