Home
last modified time | relevance | path

Searched refs:_log (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/
Dptargrep60 _log("Processing archive: $filename");
77 _log("filename: %s (%d bytes)", $path, $f->size);
81 _log(" no match");
97 _log(" found match - extracting");
101 _log(" writing to $dir/$file");
107 _log(" writing to ./$file");
115 sub _log {
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dproverun.t77 $self->{_log} = [];
83 my @log = @{ $self->{_log} };
84 $self->{_log} = [];
Dtestargs.t89 push @{ $self->{_log} }, [@_];
95 return $self->{_log};
Dprove.t25 $self->{_log} = [];
33 push @{ $self->{_log} }, [ '_runtests', @_ ];
38 my @log = @{ $self->{_log} };
39 $self->{_log} = [];
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpopen_spawn.py97 self._log(r, 'read')
108 self._log(e, 'read')
138 self._log(s, 'send')
Dpty_spawn.py543 self._log(s, 'send')
561 self._log(s, 'send')
811 self._log(data, 'read')
823 self._log(data, 'send')
826 self._log(data, 'send')
Dspawnbase.py124 def _log(self, s, direction): member in SpawnBase
179 self._log(s, 'read')
Dfdpexpect.py99 self._log(s, 'send')
D_async.py56 spawn._log(s, 'read')
/openbsd/src/gnu/usr.bin/cvs/contrib/
Dsccs2rcs.in81 set logfile = /tmp/sccs2rcs_$$_log
Drcs2sccs.sh12 logfile=/tmp/rcs2sccs_$$_log
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dbiglog.t7 # shouldn't make any difference since there is no $LIB->_log() function, and
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dbiglog.t7 # shouldn't make any difference since there is no $LIB->_log() function, and
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigFloat.pm5809 sub _log {
6012 $l_2 = $l_2->_log($scale); # scale+4, actually
6020 $l_10 = $l_10->_log($scale); # scale+4, actually
6068 $l_2 = $l_2->_log($scale); # scale+4, actually
6078 $x = $x->_log($scale); # need to do the "normal" way