Lines Matching refs:paths
59 # paths to skip outright.
201 my (%list, $paths, $path, $cnt);
204 # record info about the library paths and construct the list of
208 $paths = '';
211 $paths .= ' ' if ($paths ne '');
221 $paths .= "'$path'";
233 open($file_fh, "/usr/bin/file $paths 2>&1 |") || die "$!\n";
249 $paths .= " $paths";
253 # $paths are entries from /var/sadm/install/contents and
257 open($pvs_fh, "/usr/bin/pvs -dn $paths 2>&1 |") || die "$!\n";