Lines Matching refs:asfile
42 local($asfile) = $rootetc . "asppp.cf";
892 die "$astemp is not a file\n" unless -f $asfile;
896 if (-e $asfile) {
897 die "$asfile is not a file\n" unless -f $asfile;
899 unless yesno "Remove existing $asfile", $opt_y;
900 rename $asfile, $astemp || die "Cannot rename existing $asfile: $!\n";
904 if (rename $asmoved, $asfile) {
907 $failure = "Cannot rename $asmoved to $asfile: $!\n";
908 rename $astemp, $asfile ||
937 $aspppcf = $asfile;
938 if (!(-f $asfile)) {
1602 (rename($asfile, $asmoved) || warn "Cannot move $asfile: $!\n")