Home
last modified time | relevance | path

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

/openbsd/usr.bin/rdist/
H A Dtypes.h26 #define DO_SAVETARGETS 0x0001000 macro
H A Ddistopt.c69 { DO_SAVETARGETS, "savetargets", NULL, 0},
H A Drdist.c244 case 's': FLAG_ON(options, DO_SAVETARGETS); break; in main()
H A Dgram.y362 case 's': opt = DO_SAVETARGETS; break; in yylex()
/openbsd/usr.bin/rdistd/
H A Dserver.c868 if (IS_ON(opts, DO_SAVETARGETS)) in recvfile()