Searched refs:ypcat (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dgrent.t24 foreach my $ypcat (qw(/usr/bin/ypcat /bin/ypcat /etc/ypcat)) {
25 if (-x $ypcat &&
26 open(GR, "$ypcat group 2>/dev/null |") &&
29 print "# `ypcat group` worked\n";
42 $where = "NIS group - $ypcat";
H A Dpwent.t21 foreach my $ypcat (qw(/usr/bin/ypcat /bin/ypcat /etc/ypcat)) {
22 if (-x $ypcat &&
23 open(PW, "$ypcat passwd 2>/dev/null |") &&

Completed in 21 milliseconds