Home
last modified time | relevance | path

Searched refs:tmpdir_fd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c393 int status, err, tmpdir_fd; in t_spawn_chdir_impl() local
411 tmpdir_fd = open(tmp_path, O_DIRECTORY | O_RDONLY); in t_spawn_chdir_impl()
412 ATF_REQUIRE(tmpdir_fd > 0); in t_spawn_chdir_impl()
414 tmpdir_fd) == 0); in t_spawn_chdir_impl()
419 close(tmpdir_fd); in t_spawn_chdir_impl()