Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c349 if (!ISDIR(s2)) { in main()
443 if (ISDIR(s2)) { in lnkfil()
490 if (ISDIR(s1)) { in lnkfil()
543 if (ISDIR(s1)) { in cpymve()
608 if (errno == ENOTDIR && ISDIR(s1)) { in cpymve()
626 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) { in cpymve()
633 if (ISDIR(s1)) { in cpymve()
635 if (targetexists && ISDIR(s2)) { in cpymve()
732 if (ISDIR(s2)) { in cpymve()
1054 if (ISDIR(s2)) { in chkfiles()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h92 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dexpand.c303 if (!ISDIR(stb.st_mode)) {
521 if (stat(path, &stb) == 0 && ISDIR(stb.st_mode))
H A Dserver.c850 if (ISDIR(stb.st_mode)) { in recvf()
1139 } else if (ISDIR(stb.st_mode)) { in chkparent()
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c54 #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()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c145 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro