OpenGrok
Cross Reference: sh.h
xref
: /
external
/
mksh
/
src
/
sh.h
Home
|
History
|
Annotate
|
Download
|
only in
src
Lines Matching
defs:S_ISSOCK
323
#ifndef
S_ISSOCK
324
#define
S_ISSOCK
(m) ((m & 0170000) == 0140000)