Home
last modified time | relevance | path

Searched refs:O_TMPFILE (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dgentempfd.c27 int fd = __open (P_tmpdir, O_RDWR | O_TMPFILE | O_EXCL | flags, in __gen_tempfd()
30 fd = __open ("/tmp", O_RDWR | O_TMPFILE | O_EXCL | flags, in __gen_tempfd()
/glibc-2.36/io/
Dtst-open-tmpfile.c33 #ifdef O_TMPFILE
157 int fd = wrapper (path, flags | O_TMPFILE, mode); in check_wrapper_flags_mode()
263 int fd = openat (AT_FDCWD, path, O_TMPFILE | O_RDWR, 0); in probe_path()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h151 # define O_TMPFILE __O_TMPFILE /* Atomically create nameless file. */ macro
/glibc-2.36/manual/
Dllio.texi3748 @code{O_TMPFILE}; see below.
3765 @deftypevr Macro int O_TMPFILE
3772 file). The @code{O_TMPFILE} flag must be combined with @code{O_WRONLY}
3780 along with @code{O_TMPFILE}.
3785 @code{O_TMPFILE} flag, an @code{EOPNOTSUPP} error is the result.
3787 The @code{O_TMPFILE} flag is a GNU extension.
Dfilesys.texi1272 @code{O_TMPFILE}. This flag is a GNU extension.
/glibc-2.36/
DNEWS2856 [21530] libc: tmpfile() should be implemented using O_TMPFILE
/glibc-2.36/ChangeLog.old/
DChangeLog.1929560 * manual/llio.texi (Open-time Flags): Document O_TMPFILE.
DChangeLog.1863858 (O_TMPFILE) [__USE_GNU]: Define.