HomeSort by relevance Sort by last modified time
    Searched refs:ISDIR (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
io.h 51 #define ISDIR 99
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
defs.h 94 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
expand.c 304 if (!ISDIR(stb.st_mode)) {
522 if (stat(path, &stb) == 0 && ISDIR(stb.st_mode))
server.c 855 if (ISDIR(stb.st_mode)) {
1140 } else if (ISDIR(stb.st_mode)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mv/
mv.c 62 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR)
343 if (!ISDIR(s2)) {
402 if ((stat(target, &s2) >= 0) && ISDIR(s2)) {
437 if (ISDIR(s2)) {
484 if (ISDIR(s1)) {
537 if (ISDIR(s1)) {
602 if (errno == ENOTDIR && ISDIR(s1)) {
620 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) {
627 if (ISDIR(s1))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/vi/port/
expreserve.c 55 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR)
ex.h 79 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR)
ex_temp.c 90 if (!ISDIR(stbuf)) {
  /onnv/onnv-gate/usr/src/cmd/ed/
ed.c 148 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/
man.c 111 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR)
    [all...]

Completed in 599 milliseconds