Searched defs:fd2 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c942 int fd1, fd2; local
948 fd1 = fd2 = -1;
950 RE(atf_fs_mkstemp(&p2, &fd2));
956 ATF_CHECK(fd2 != -1);
958 ATF_CHECK(write(fd2, "bar", 3) == 3);
960 close(fd2);

Completed in 40 milliseconds