HomeSort by relevance Sort by last modified time
    Searched defs:FOLLOW (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
defs.h 79 #define FOLLOW 0x20
81 #define OBITS "\020\1VERIFY\2WHOLE\3YOUNGER\4COMPARE\5REMOVE\6FOLLOW\7IGNLNKS"
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
tail.c 61 "[f:forever|follow?Loop forever trying to read more characters as the "
110 #define FOLLOW (1<<2)
288 sfset(tp->sp, SF_SHARE, !(flags & FOLLOW));
433 if (!(flags & FOLLOW) && argv[opt_info.index] && (argv[opt_info.index][0] == '-' || argv[opt_info.index][0] == '+') && !argv[opt_info.index][1])
488 flags |= FOLLOW;
552 flags |= FOLLOW;
582 flags &= ~FOLLOW;
595 flags &= ~FOLLOW;
597 if ((flags & (FOLLOW|TIMEOUT)) == TIMEOUT)
610 if (flags & FOLLOW)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/find/
find.c 84 TYPE, AND, OR, NOT, LPAREN, RPAREN, CSIZE, VARARGS, FOLLOW,
116 "-follow", FOLLOW, Unary,
287 /* lflag is the same as -follow */
473 " follow an operand with ')'\n"),
480 case FOLLOW:
745 gettext("%s: cannot follow symbolic link %s: %s\n"),
913 case FOLLOW:
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/
contract.h 90 #define FOLLOW 0
  /onnv/onnv-gate/usr/src/uts/common/sys/
vnode.h 698 enum symfollow { NO_FOLLOW, FOLLOW }; /* follow symlinks (or not) */
    [all...]

Completed in 2590 milliseconds