Searched defs:ISDIR (Results 1 - 5 of 5) sorted by relevance

/illumos-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
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h94 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c64 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
345 if (!ISDIR(s2)) {
404 if ((stat(target, &s2) >= 0) && ISDIR(s2)) {
439 if (ISDIR(s2)) {
486 if (ISDIR(s1)) {
539 if (ISDIR(s1)) {
604 if (errno == ENOTDIR && ISDIR(s1)) {
622 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) {
629 if (ISDIR(s
[all...]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c145 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro

Completed in 1259 milliseconds