Home
last modified time | relevance | path

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

/openbsd/usr.bin/rdist/
H A Dtypes.h17 #define DO_YOUNGER 0x0000004 macro
H A Ddistopt.c74 { DO_YOUNGER, "younger", NULL, 0},
H A Drdist.c246 case 'y': FLAG_ON(options, DO_YOUNGER); break; in main()
H A Dgram.y355 case 'y': opt = DO_YOUNGER; break; in yylex()
H A Dclient.c935 if (statp->st_mtime < mtime && IS_ON(opts, DO_YOUNGER)) { in update()