Lines Matching refs:close
235 (open (TOUCHFD, "> fancy.file.name") && close (TOUCHFD))
247 open (TOUCHFD, "> .ostest>ick") && close (TOUCHFD);
701 close (RFISFILE);
733 # close the current stdout/stderr, and restore the previous ones from
752 close (STDOUT);
753 close (STDERR);
760 close ("SAVEDOS" . $default_output_stack_level . "out")
762 close ("SAVEDOS" . $default_output_stack_level . "err")
883 # || (open (TOUCHFD, ">> $file") && close (TOUCHFD))
902 (open(T, ">> $file") && print(T "\n") && close(T))
922 # open a file, write some stuff to it, and close it.
933 close (CF);