Searched refs:bfile (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | cvs2vendor.sh | 58 bfile=`basename $file` 64 if [ ! -f $dstdir/$bfile,v ]; then 65 echo "copying locally added file $dstdir/$bfile ..." 78 …olddate=`rlog -r1.1.1.1 $dstdir/$bfile | grep "^date: " | awk '{printf("%s.%s\n",$2,$3); exit}' | … 79 sed "s/$olddate/$newdate/" < $dstdir/$bfile,v > $dstdir/$bfile.x 80 mv -f $dstdir/$bfile.x $dstdir/$bfile,v 81 chmod -w $dstdir/$bfile,v 85 rcs $symname $dstdir/$bfile,v 87 echo ERROR - rcs $symname $dstdir/$bfile,v 96 co -r1 -l $dstdir/$bfile [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | exec.t | 114 unless ( ok( $! == 2 or $! =~ /\bno\b.*\bfile/i or 185 ok $! == 2 || $! =~ qr/\bno\b.*\bfile\b/i, 'errno = ENOENT' 193 ok $! == 2 || $! =~ qr/\bno\b.*\bfile\b/i, 'errno = ENOENT'
|