Searched refs:scratch_file (Results 1 – 1 of 1) sorted by relevance
47 static int scratch_file; variable54 ret = write(scratch_file, (const void *)uaddr, len); in copyin_checker()68 ret = fcntl(scratch_file, F_GETLK, (const void *)uaddr); in copyin_checker2()113 scratch_file = mkstemp(template); in ATF_TC_BODY()114 ATF_REQUIRE(scratch_file != -1); in ATF_TC_BODY()