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

/freebsd-10.1-release/contrib/tcp_wrappers/
H A Dshell_cmd.c66 int tmp_fd; local
77 for (tmp_fd = 0; tmp_fd < 3; tmp_fd++)
78 (void) close(tmp_fd);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsolib-svr4.c1011 int tmp_fd = -1; local
1031 tmp_fd = solib_open (buf, &tmp_pathname);
1032 if (tmp_fd >= 0)
1033 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd);

Completed in 114 milliseconds