Home
last modified time | relevance | path

Searched refs:temp_fd (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dpoll_fd.c159 int temp_fd = -1; in poll_fd_bsd() local
165 if ((temp_fd = dup(fd)) < 0 || temp_fd >= FD_SETSIZE) in poll_fd_bsd()
167 fd = temp_fd; in poll_fd_bsd()
204 if (temp_fd != -1) in poll_fd_bsd()
205 (void) close(temp_fd); in poll_fd_bsd()
210 if (temp_fd != -1) in poll_fd_bsd()
211 (void) close(temp_fd); in poll_fd_bsd()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Darsup.c46 static int temp_fd; variable
155 temp_name = make_tempname (real_name, &temp_fd); in ar_open()
165 obfd = bfd_fdopenw (temp_name, NULL, temp_fd); in ar_open()
355 temp_fd = dup (temp_fd); in ar_save()
371 smart_rename (temp_name, real_name, temp_fd, NULL, false); in ar_save()
H A DChangeLog1976 * arsup.c (temp_fd): Rename from real_fd.
1977 (ar_save): Dup temp_fd and pass to smart_rename.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Darsup.c46 static int temp_fd; variable
155 temp_name = make_tempname (real_name, &temp_fd); in ar_open()
165 obfd = bfd_fdopenw (temp_name, NULL, temp_fd); in ar_open()
355 temp_fd = dup (temp_fd); in ar_save()
371 smart_rename (temp_name, real_name, temp_fd, NULL, false); in ar_save()
H A DChangeLog1471 * arsup.c (temp_fd): Rename from real_fd.
1472 (ar_save): Dup temp_fd and pass to smart_rename.
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.c2780 int temp_fd; in construct_command_argv_internal() local
2787 *batch_filename_ptr = create_batch_file (fbuf, unixy_shell, &temp_fd); in construct_command_argv_internal()
2794 _setmode (temp_fd, _O_TEXT); in construct_command_argv_internal()
2795 batch = _fdopen (temp_fd, "wt"); in construct_command_argv_internal()