Home | History | Annotate | Download | only in ftruncate

Lines Matching refs:TESTFILE

80 #define TESTFILE	"testfile"	/* file under test */
115 TESTFILE);
119 * Get the testfile information using
125 TESTFILE, errno);
131 * Check for expected size of testfile after
137 "Expected %d", TESTFILE,
141 "on %s successful", TESTFILE);
174 fildes = SAFE_OPEN(cleanup, TESTFILE, O_RDWR | O_CREAT, FILE_MODE);
180 TESTFILE);
192 * Remove the test directory and testfile created in the setup.
197 /* Close the testfile after writing data into it */
199 tst_brkm(TFAIL | TERRNO, NULL, "close(%s) failed", TESTFILE);