Lines Matching defs:testfile
22 testfile[] = "unlinkattestfile.txt",
44 {0, testfile, 0, 0},
46 {0, testfile, 0, ENOTDIR},
47 {100, testfile, 0, EBADF},
48 {0, testfile, 9999, EINVAL},
49 {AT_FDCWD, testfile, 0, 0},
69 /* testfile must exist except test1 and test6. */
70 if (access(testfile, F_OK))
71 SAFE_FILE_PRINTF(testfile, testfile);
102 SAFE_UNLINK(testfile);