Home
last modified time | relevance | path

Searched refs:ISDIR (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/mv/
H A Dmv.c64 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
345 if (!ISDIR(s2)) { in main()
404 if ((stat(target, &s2) >= 0) && ISDIR(s2)) { in lnkfil()
439 if (ISDIR(s2)) { in lnkfil()
486 if (ISDIR(s1)) { in lnkfil()
539 if (ISDIR(s1)) { in cpymve()
604 if (errno == ENOTDIR && ISDIR(s1)) { in cpymve()
622 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) { in cpymve()
629 if (ISDIR(s1)) { in cpymve()
631 if (targetexists && ISDIR(s2)) { in cpymve()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h94 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dexpand.c304 if (!ISDIR(stb.st_mode)) {
522 if (stat(path, &stb) == 0 && ISDIR(stb.st_mode))
H A Dserver.c860 if (ISDIR(stb.st_mode)) {
1151 } else if (ISDIR(stb.st_mode)) {
/titanic_41/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
H A Dex_temp.c87 if (!ISDIR(stbuf)) { in fileinit()
/titanic_41/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err43 ISDIR = Is a directory
/titanic_41/usr/src/cmd/ed/
H A Ded.c145 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro