OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bfile
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/xcvs/dist/contrib/
cvs2vendor.sh
75
bfile
=`basename $file`
81
if [ ! -f $dstdir/$
bfile
,v ]; then
82
echo "copying locally added file $dstdir/$
bfile
..."
95
olddate=`rlog -r1.1.1.1 $dstdir/$
bfile
| grep "^date: " | awk '{printf("%s.%s\n",$2,$3); exit}' | sed -e 's~/~.~g' -e 's/:/./g' -e 's/;//' -e 's/^19//'`
96
sed "s/$olddate/$newdate/" < $dstdir/$
bfile
,v > $dstdir/$
bfile
.x
97
mv -f $dstdir/$
bfile
.x $dstdir/$
bfile
,v
98
chmod -w $dstdir/$
bfile
,v
102
rcs $symname $dstdir/$
bfile
,
[
all
...]
/src/external/bsd/openldap/dist/tests/progs/
slapd-tester.c
190
char *
bfile
= NULL;
local
405
bfile
= get_file_name( dirname, file->d_name );
428
if ( !sfile && !rfile && !nfile && !mfile && !
bfile
&& !anum ) {
478
if (
bfile
) {
479
bnum = get_search_filters(
bfile
, bcreds, battrs, breqs, NULL );
483
bfile
, -2*(bnum + 1) );
/src/external/bsd/ipf/dist/tools/
ipmon.c
61
char *
bfile
;
member in struct:config
1595
config.
bfile
= optarg;
1834
if (conf->
bfile
!= NULL) {
1839
conf->blog = fopen(conf->
bfile
, "a");
Completed in 36 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026