Home
last modified time | relevance | path

Searched refs:num_fds (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Devent-loop.c157 int num_fds; member
507 gdb_notifier.num_fds++; in create_file_handler()
511 (gdb_notifier.num_fds in create_file_handler()
541 if (gdb_notifier.num_fds <= fd) in create_file_handler()
542 gdb_notifier.num_fds = fd + 1; in create_file_handler()
596 gdb_notifier.num_fds--; in delete_file_handler()
613 if ((fd + 1) == gdb_notifier.num_fds) in delete_file_handler()
615 gdb_notifier.num_fds--; in delete_file_handler()
616 for (i = gdb_notifier.num_fds; i; i--) in delete_file_handler()
623 gdb_notifier.num_fds = i; in delete_file_handler()
[all …]
H A DChangeLog-19962394 (wait_fd): Enclose local variables "num_fds" and "i" LOSING_POLL
/openbsd/regress/sys/netinet/in_pcbbind/
H A Druntest.c110 cleanup(int *fds, int num_fds) in cleanup() argument
112 while (num_fds-- > 0) in cleanup()
/openbsd/usr.bin/nc/
H A Dnetcat.c1105 int n, num_fds; in readwrite() local
1148 num_fds = poll(pfd, 4, timeout); in readwrite()
1151 if (num_fds == -1) in readwrite()
1155 if (num_fds == 0) in readwrite()