Home
last modified time | relevance | path

Searched refs:RLOG (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/regress/usr.bin/rcs/
DMakefile13 RLOG?= rlog macro
364 @${RLOG} test | ${DIFF} ${.CURDIR}/rcs-aflag.out -
369 @${RLOG} test | ${DIFF} ${.CURDIR}/rcs-eflag.out -
375 @${RLOG} newfile | ${DIFF} ${.CURDIR}/rcs-Aflag.out -
436 @${RLOG} file | fgrep -x -A 1 'locks: strict' | head -n 2 | fgrep -q 1.2
438 @${RLOG} file | fgrep -x -A 1 'locks: strict' | head -n 2 | fgrep -q 1.2 || \
442 @${RLOG} file | fgrep -x -A 1 'locks: strict' | head -n 2 | fgrep -q 1.1
444 @${RLOG} file | fgrep -x -A 1 'locks: strict' | head -n 2 | fgrep -q 1.1 || \
448 @${RLOG} file | fgrep -x -A 1 'locks: strict' | head -n 2 | fgrep -q 1.2
450 @${RLOG} file | fgrep -x -A 1 'locks: strict' | head -n 2 | fgrep -q 1.2 || \
[all …]
/openbsd/src/gnu/usr.bin/cvs/contrib/
Drcslock.in119 open( RLOG, "rlog -h @files[1..$#files] |") || die "Can't run rlog command" ;
136 while (<RLOG>)