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

/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c212 int res = -1, tmpfd, tmpfd2; local
229 tmpfd = creat((char*)args[0], 0755);
230 ftruncate(tmpfd, 1); /* So that mmap() doesn't fool us */
231 if (tmpfd >= 0) {
232 close(tmpfd);
240 tmpfd = open((char*)args[0], O_RDONLY);
241 if (tmpfd >= 0) {
242 res = read(tmpfd, &c, 1);
245 close(tmpfd);
248 tmpfd
[all...]

Completed in 19 milliseconds