Searched refs:O_TMPFILE (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/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_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()
|
| 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()
|