Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c51 #define ALL_MODE (mode_t)(S_IRWXU|S_IRWXG|S_IRWXO) macro
110 if ((fd = open(pfile, O_RDONLY, ALL_MODE)) == -1) { in do_read()
134 if ((fd = open(pfile, O_WRONLY, ALL_MODE)) == -1) { in do_write()
189 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
229 if (chmod(pfile, ALL_MODE) == -1) { in do_chmod()
330 if ((fd = open(tfile, O_WRONLY | O_CREAT | O_TRUNC, ALL_MODE)) == -1) { in main()