Home
last modified time | relevance | path

Searched refs:DO_FOLLOW (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/rdist/
H A Dtypes.h20 #define DO_FOLLOW 0x0000020 macro
H A Ddistopt.c57 { DO_FOLLOW, "follow", NULL, 0},
H A Drdist.c247 case 'h': FLAG_ON(options, DO_FOLLOW); break; in main()
H A Dclient.c1025 if (IS_ON(opts, DO_FOLLOW)) in dostat()
1032 IS_ON(opts, DO_FOLLOW) ? "stat" : "lstat", SYSERR); in dostat()
H A Dgram.y356 case 'h': opt = DO_FOLLOW; break; in yylex()