| Line 77... |
Line 77... |
| 77 |
that \code{tempfile} calls in different children try different names.
|
77 |
that \code{tempfile} calls in different children try different names.
|
| 78 |
}
|
78 |
}
|
| 79 |
|
79 |
|
| 80 |
\source{
|
80 |
\source{
|
| 81 |
The final component of \code{tempdir()} is created by the POSIX system
|
81 |
The final component of \code{tempdir()} is created by the POSIX system
|
| 82 |
call \code{mkdtmp}, or if this is not available (e.g.\sspace{}on
|
82 |
call \code{mkdtemp}, or if this is not available (e.g.\sspace{}on
|
| 83 |
Windows) a version derived from the source code of GNU \code{glibc}.
|
83 |
Windows) a version derived from the source code of GNU \code{glibc}.
|
| 84 |
|
84 |
|
| 85 |
It will be of the form \file{RtmpXXXXXX} where the last 6 characters
|
85 |
It will be of the form \file{RtmpXXXXXX} where the last 6 characters
|
| 86 |
are replaced in a platform-specific way. POSIX only requires that the
|
86 |
are replaced in a platform-specific way. POSIX only requires that the
|
| 87 |
replacements be ASCII, which allows \code{.} (so the value may appear
|
87 |
replacements be ASCII, which allows \code{.} (so the value may appear
|