Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DBaseState.pm74 sub _fhprint($self, $fh, @p) subroutine
81 $self->_fhprint(\*STDOUT, @p) if $self->can_output;
86 $self->_fhprint(\*STDERR, @p);
91 $self->_fhprint($fh, $self->f(@p));
97 $self->_fhprint($fh, "\n");
99 $self->_fhprint($fh, $self->f(@p), "\n");