Searched refs:scratch_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/tests/sys/kern/
H A Dkern_copyin.c46 static int scratch_file; variable
53 ret = write(scratch_file, (const void *)uaddr, len);
108 scratch_file = mkstemp(template);
109 ATF_REQUIRE(scratch_file != -1);

Completed in 103 milliseconds