Searched defs:fd1 (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;
949 RE(atf_fs_mkstemp(&p1, &fd1));
955 ATF_CHECK(fd1 != -1);
957 ATF_CHECK(write(fd1, "foo", 3) == 3);
959 close(fd1);

Completed in 1672 milliseconds