Symbol: TESTFILE
common/dist/zlib/test/example.c
531
test_gzio((argc > 1 ? argv[1] : TESTFILE),
tests/fs/vfs/t_vnops.c
746
RL(fd = rump_sys_open(TESTFILE, O_RDWR | O_CREAT, 0755));
tests/fs/vfs/t_vnops.c
748
RL(rump_sys_stat(TESTFILE, &sb));
tests/fs/vfs/t_vnops.c
750
RL(rump_sys_chown(TESTFILE, 1, 2));
tests/fs/vfs/t_vnops.c
753
RL(rump_sys_chmod(TESTFILE, 0123));
tests/fs/vfs/t_vnops.c
761
RL(rump_sys_utimes(TESTFILE, tv));
tests/fs/vfs/t_vnops.c
762
RL(rump_sys_utimes(TESTFILE, tv)); /* XXX: utimes & birthtime */
tests/fs/vfs/t_vnops.c
768
RL(rump_sys_stat(TESTFILE, &sb2));
tests/fs/vfs/t_vnops.c
804
RL(fd = rump_sys_open(TESTFILE, O_RDWR | O_CREAT, 0755));
tests/fs/vfs/t_vnops.c
812
RL(fd2 = rump_sys_open(TESTFILE, O_RDWR, 0));
tests/fs/vfs/t_vnops.c
934
RL(fd[i] = rump_sys_open(TESTFILE, oflags, omode));
tests/lib/libc/gen/posix_spawn/t_fileactions.c
102
insize = filesize(TESTFILE);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
112
make_testfile(TESTFILE);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
117
TESTFILE, O_RDONLY, 0));
tests/lib/libc/gen/posix_spawn/t_fileactions.c
130
insize = filesize(TESTFILE);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
140
make_testfile(TESTFILE);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
145
TESTFILE, O_RDONLY, 0));
tests/lib/libc/gen/posix_spawn/t_fileactions.c
158
insize = filesize(TESTFILE);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
419
make_testfile(TESTFILE);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
421
REQUIRE_LIBC(freopen(TESTFILE, "r", stdin), NULL);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
435
insize = filesize(TESTFILE);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
85
make_testfile(TESTFILE);
tests/lib/libc/gen/posix_spawn/t_fileactions.c
89
TESTFILE, O_RDONLY, 0));
tests/rump/rumpvfs/t_basic.c
63
RL(fd = rump_sys_open(TESTFILE, O_RDWR | O_CREAT, 0777));
tests/rump/rumpvfs/t_p2kifs.c
58
char pathstr[MAXPATHLEN] = TESTFILE;
tests/rump/rumpvfs/t_p2kifs.c
68
RL(rump_sys_mkdir("/" TESTFILE, 0777));