Lines Matching refs:PW
21 next unless open PW, '-|', "$prog $args 2>/dev/null";
22 next unless defined <PW>;
106 if (open PW, '<', \$data) {
118 my $PW = "/etc/passwd";
119 if (!-f $PW) {
121 skip_all("no $PW file");
122 } elsif (open PW, '<', $PW) {
123 if(defined <PW>) {
124 $where = $PW;
127 …die "\$Config{i_pwd} is defined, $PW exists but has no entries, all other approaches failed, givin…
130 die "Can't open $PW: $!";
150 while (<PW>) {
170 my $junk = <PW>;
252 close(PW);