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

/netbsd-current/share/examples/rump/sdread/
H A Dsdread.c101 int fd, n, fd_h, sverrno; local
173 fd_h = open(argv[2], O_RDWR | O_CREAT, 0777);
174 if (fd_h == -1) {
180 if (write(fd_h, buf, sizeof(buf)) != sizeof(buf)) {
191 if (write(fd_h, buf, n) == -1)
199 close(fd_h);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmingw-hdep.c151 HANDLE fd_h; local
159 fd_h = handles[indx++];
162 if (fd_h != h && WaitForSingleObject (fd_h, 0) != WAIT_OBJECT_0)
170 fd_h = handles[indx++];
173 if (fd_h != h && WaitForSingleObject (fd_h, 0) != WAIT_OBJECT_0)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmingw-hdep.c152 HANDLE fd_h; local
160 fd_h = handles[indx++];
163 if (fd_h != h && WaitForSingleObject (fd_h, 0) != WAIT_OBJECT_0)
171 fd_h = handles[indx++];
174 if (fd_h != h && WaitForSingleObject (fd_h, 0) != WAIT_OBJECT_0)

Completed in 123 milliseconds