Home | History | Annotate | Download | only in fchmod

Lines Matching refs:TESTFILE

97 #define TESTFILE	"testfile"
121 * (sticky-bit set) on testfile.
131 * Get the testfile information using
136 "failed, errno:%d", TESTFILE,
146 "Expected 0%03o", TESTFILE,
194 if ((fd = open(TESTFILE, O_RDWR | O_CREAT, FILE_MODE)) == -1) {
197 TESTFILE, FILE_MODE, errno, strerror(errno));
200 SAFE_CHOWN(cleanup, TESTFILE, user1_uid, group1_gid);
210 * Close the testfile created in the setup.
211 * Remove the test directory and testfile created in the setup.
216 /* Close the testfile created in the setup() */