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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/ctime/
H A Dctime_001_pos.c47 #define ALL_MODE (mode_t)(S_IRWXU|S_IRWXG|S_IRWXO) macro
108 if ((fd = open(pfile, O_RDONLY, ALL_MODE)) == -1) {
131 if ((fd = open(pfile, O_WRONLY, ALL_MODE)) == -1) {
183 if ((fd = creat(pfile, ALL_MODE)) == -1) {
184 (void) fprintf(stderr, "creat(%s, ALL_MODE) failed with errno "
223 if (chmod(pfile, ALL_MODE) == -1) {
224 (void) fprintf(stderr, "chmod(%s, ALL_MODE) failed with "
302 if ((fd = open(tfile, O_WRONLY | O_CREAT | O_TRUNC, ALL_MODE)) == -1) {

Completed in 42 milliseconds