NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_S_IFDIR
sys/sys/stat.h
155
#define S_IFDIR _S_IFDIR
sys/sys/stat.h
171
#define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) /* directory */