Home
last modified time | relevance | path

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

/minix/minix/tests/
H A Dtest20.c94 int fd3, fd4, fd5, fd6, fd7, fd8; in test20d() local
119 if ((fd7 = open("file7", O_RDWR)) != 7) e(5); in test20d()
132 if (fcntl(fd7, F_SETLK, &fl) == -1) e(10); in test20d()
149 if (fcntl(fd7, F_GETLK, &fl) == -1) e(15); in test20d()
158 if ((fcntl(fd7, F_GETFD) & FD_CLOEXEC) != 0) e(22); in test20d()
234 if (fcntl(fd7, F_SETLK, &fl) == -1) e(66); in test20d()
240 if (close(fd7) != 0) e(71); in test20d()
H A Dtest21.c297 int fd1, fd2, fd3, fd4, fd5, fd6, fd7, fd8, fd9; in test21d() local
311 if ( (fd7 = creat("D1/D4/x", 0700)) < 0) e(11); in test21d()
333 if (close(fd7) != 0) e(33); in test21d()