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