Home
last modified time | relevance | path

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

/csrg-svn/bin/test/
H A Doperators.h13 #define ISDIR 3 macro
/csrg-svn/usr.bin/rdist/
H A Ddefs.h78 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/csrg-svn/local/local.cmd/
H A Ddl.c12 #define ISDIR(st) (((st).st_mode&S_IFMT) == S_IFDIR) macro