Searched refs:O_TMPFILE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
| H A D | tmpfile_test.c | 9 #ifndef O_TMPFILE 10 #define O_TMPFILE (020000000|O_DIRECTORY) macro 37 fd = open(argv[1], O_TMPFILE | O_WRONLY, 0666); in main()
|
| H A D | tmpfile_003_pos.c | 11 #ifndef O_TMPFILE 12 #define O_TMPFILE (020000000|O_DIRECTORY) macro 46 fd = open(penv[0], O_RDWR|O_TMPFILE|O_EXCL, 0666); in main()
|
| H A D | tmpfile_002_pos.c | 11 #ifndef O_TMPFILE 12 #define O_TMPFILE (020000000|O_DIRECTORY) macro 47 fd = open(penv[0], O_RDWR|O_TMPFILE, 0666); in main()
|
| H A D | tmpfile_001_pos.c | 13 #ifndef O_TMPFILE 14 #define O_TMPFILE (020000000|O_DIRECTORY) macro 62 fd = open(penv[0], O_RDWR|O_TMPFILE, 0666); in main()
|
| H A D | tmpfile_stat_mode.c | 33 #ifndef O_TMPFILE 34 #define O_TMPFILE (020000000|O_DIRECTORY) macro 68 fd = open(penv[0], O_RDWR|O_TMPFILE, 0777); in test_stat_mode()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_util.c | 436 #ifdef O_TMPFILE in __archive_mktemp() 437 fd = open(temp_name.s, O_RDWR|O_CLOEXEC|O_TMPFILE|O_EXCL, 0600); in __archive_mktemp()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 578 #ifdef O_TMPFILE in get_key_material_https() 580 O_RDWR | O_TMPFILE | O_EXCL | O_CLOEXEC, 0600); in get_key_material_https()
|