Lines Matching refs:it

12 and it currently supports Unix, VMS, DOS, OS/2, Windows and
21 Can the OS unlink an open file? If it can not then the
225 # to automatically remove the file when it is closed. This is fine
268 # the file as soon as it is closed. Usually indicates
296 # the internal error string - expect it to be overridden
344 # Do it using substr - no reason to use a pattern match since
355 # Do it as an if, since the suffix adjusts which section to replace
374 # Split the directory and put it back together again
388 # Put it back together without the last one
471 # make it auto delete on close by setting FAB$V_DLT bit
601 # This has to be done by _gettemp() every time it fails to
616 # Do it as an if, since the suffix adjusts which section to replace
634 # it has the sticky bit set
646 # file or directory in this directory, it may not be safe
678 # Do it with S_IWOTH and S_IWGRP for portability (maybe)
700 # for temp files. Safer than _is_safe since it checks for
702 # checks each directory in the path to see if it is safe (with _is_safe)
720 # Should Get the value of _PC_CHOWN_RESTRICTED if it is defined
721 # and If it is not there do the extensive test
726 # If chown_resticted is set to some value we should test it
826 # - filehandle (so that it can be expclicitly closed if open
879 # If we have a directory, check that it is a directory
884 # Directory exists so store it
890 carp "Request to remove directory $fname could not be completed since it does not exist!\n" if $^W;
901 carp "Request to remove file $fname could not be completed since it is not there!\n" if $^W;
920 the object is configured such that it stringifies to the name of the
961 # template (store it in an error so that it will
1078 returned) the file is always deleted either on exit or when it is closed.
1093 an open file or can not mark a file as temporary when it is opened
1183 # want the file to disappear as soon as they close it.
1272 attempt to remove it (and all files inside it) when the program
1275 why ask to clean it up?). The directory removal is made with
1397 to it, for example F</tmp/temp.XXXX>. The trailing X's are replaced
1659 Because this function uses mktemp(), it can suffer from race conditions.
1703 On some platforms, for example Windows NT, it is not possible to
1713 different. Also, it seems that the size of the file returned by stat()
1717 writing to the tempfile before attempting to C<unlink0> it).
1775 different in Windows. Also, it seems that the size of the file
1779 after writing to the tempfile before attempting to C<unlink0> it).
1825 # depending on whether it is a file or a handle.
1915 to make sure that it is owned either by root or the user running the
1916 program. If the directory is writable by group or by other, it is then
1931 C<_PC_CHOWN_RESTRICTED> symbol (for example, Windows NT) it is
2040 descriptor before passing it to another process.
2049 on NFS file systems and it is recommended that a local filesystem
2076 software; you can redistribute it and/or modify it under the same