Home
last modified time | relevance | path

Searched refs:tempfile_open (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c1200 tempfile_open (const char *tempdir, char **fname) in tempfile_open() function
1306 fd = tempfile_open (tempdir, &fname); in tempfile()
1320 fd = tempfile_open (tempdir, &fname); in tempfile()
1326 fd = tempfile_open (tempdir, &fname); in tempfile()
1331 fd = tempfile_open (tempdir, &fname); in tempfile()
1335 fd = tempfile_open (P_tmpdir, &fname); in tempfile()
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c1200 tempfile_open (const char *tempdir, char **fname) in tempfile_open() function
1306 fd = tempfile_open (tempdir, &fname); in tempfile()
1320 fd = tempfile_open (tempdir, &fname); in tempfile()
1326 fd = tempfile_open (tempdir, &fname); in tempfile()
1331 fd = tempfile_open (tempdir, &fname); in tempfile()
1335 fd = tempfile_open (P_tmpdir, &fname); in tempfile()
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20137 * io/unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.
69 (tempfile_open): Use mkostemp and O_CLOEXEC if available, fallback
H A DChangeLog-2012178 * io/unix.c (tempfile_open): Set umask before calling mkstemp.
247 * io/unix.c (tempfile_open): Pass mode to "open" for O_CREAT.
294 * io/unix.c (tempfile_open): Pass mode to "open" for O_CREAT.
325 (tempfile_open): New function.
326 (tempfile): Use secure_getenv, call tempfile_open to try each
H A DChangeLog-20161211 (tempfile_open): Likewise.
1388 * io/unix.c (tempfile_open): Revert to C style comment.