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

/freebsd-11-stable/tests/sys/kern/
H A Dkern_copyin.c44 static int scratch_file; variable
51 ret = write(scratch_file, (const void *)uaddr, len);
62 scratch_file = mkstemp(template);
63 ATF_REQUIRE(scratch_file != -1);

Completed in 53 milliseconds