Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcp_wrappers/
H A Dshell_cmd.c68 int tmp_fd; in do_child() local
79 for (tmp_fd = 0; tmp_fd < 3; tmp_fd++) in do_child()
80 (void) close(tmp_fd); in do_child()
/freebsd-12.1/contrib/gdb/gdb/
H A Dsolib-svr4.c1011 int tmp_fd = -1; in enable_break() local
1031 tmp_fd = solib_open (buf, &tmp_pathname); in enable_break()
1032 if (tmp_fd >= 0) in enable_break()
1033 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd); in enable_break()