D | unlinkat01.c | 22 testfile[] = "unlinkattestfile.txt", variable 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}, 68 if (access(testfile, F_OK)) in run() 69 SAFE_FILE_PRINTF(testfile, testfile); in run() 97 SAFE_UNLINK(testfile); in cleanup()
|