Home | History | Annotate | Download | only in chmod

Lines Matching refs:TESTFILE

97 #define TESTFILE	"testfile"
120 * (sticky-bit set) on testfile.
122 TEST(chmod(TESTFILE, PERMS));
126 TESTFILE, PERMS);
130 * Get the testfile information using
133 if (stat(TESTFILE, &stat_buf) == -1)
141 TESTFILE, PERMS);
144 "expected 0%03o", TESTFILE,
185 fd = SAFE_OPEN(cleanup, TESTFILE, O_RDWR | O_CREAT, FILE_MODE);
187 SAFE_CHOWN(cleanup, TESTFILE, user1_uid, group1_gid);