Home
last modified time | relevance | path

Searched defs:ISDIR (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c55 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
H A Dex.h76 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h94 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/onnv-gate/usr/src/cmd/mv/
H A Dmv.c60 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
/onnv-gate/usr/src/cmd/ed/
H A Ded.c144 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
/onnv-gate/usr/src/cmd/man/src/
H A Dman.c109 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro