Searched refs:_log (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ |
| D | ptargrep | 60 _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/ |
| D | proverun.t | 77 $self->{_log} = []; 83 my @log = @{ $self->{_log} }; 84 $self->{_log} = [];
|
| D | testargs.t | 89 push @{ $self->{_log} }, [@_]; 95 return $self->{_log};
|
| D | prove.t | 25 $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/ |
| D | popen_spawn.py | 97 self._log(r, 'read') 108 self._log(e, 'read') 138 self._log(s, 'send')
|
| D | pty_spawn.py | 543 self._log(s, 'send') 561 self._log(s, 'send') 811 self._log(data, 'read') 823 self._log(data, 'send') 826 self._log(data, 'send')
|
| D | spawnbase.py | 124 def _log(self, s, direction): member in SpawnBase 179 self._log(s, 'read')
|
| D | fdpexpect.py | 99 self._log(s, 'send')
|
| D | _async.py | 56 spawn._log(s, 'read')
|
| /openbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | sccs2rcs.in | 81 set logfile = /tmp/sccs2rcs_$$_log
|
| D | rcs2sccs.sh | 12 logfile=/tmp/rcs2sccs_$$_log
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | biglog.t | 7 # shouldn't make any difference since there is no $LIB->_log() function, and
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| D | biglog.t | 7 # shouldn't make any difference since there is no $LIB->_log() function, and
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| D | BigFloat.pm | 5809 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
|