HomeSort by: relevance | last modified time | path
    Searched defs:copyfd (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/sh/
redir.c 136 STATIC int copyfd(int, int, int, int);
204 copyfd(rl->into, rl->orig, rl->cloexec, 1);
452 else if (copyfd(redir->ndup.dupfd, fd,
480 if (copyfd(f, fd, cloexec, 1) < 0) {
637 copyfd(int from, int to, int cloexec, int move) function
693 if (copyfd(from, to, 0, 1) != to) {
redir.c 136 STATIC int copyfd(int, int, int, int);
204 copyfd(rl->into, rl->orig, rl->cloexec, 1);
452 else if (copyfd(redir->ndup.dupfd, fd,
480 if (copyfd(f, fd, cloexec, 1) < 0) {
637 copyfd(int from, int to, int cloexec, int move) function
693 if (copyfd(from, to, 0, 1) != to) {
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 5081 int copyfd = -1;
5094 copyfd = dup (tmpfd);
5114 status = smart_rename (tmpname, oname, copyfd,
5121 if (copyfd >= 0)
5122 close (copyfd);
5368 int copyfd;
6200 copyfd = -1;
6206 copyfd = dup (tmpfd);
6222 status = smart_rename (tmpname, oname, copyfd,
6227 if (copyfd >= 0
5079 int copyfd = -1; local
5366 int copyfd; local
    [all...]
objcopy.c 5081 int copyfd = -1;
5094 copyfd = dup (tmpfd);
5114 status = smart_rename (tmpname, oname, copyfd,
5121 if (copyfd >= 0)
5122 close (copyfd);
5368 int copyfd;
6200 copyfd = -1;
6206 copyfd = dup (tmpfd);
6222 status = smart_rename (tmpname, oname, copyfd,
6227 if (copyfd >= 0
5079 int copyfd = -1; local
5366 int copyfd; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 5084 int copyfd = -1;
5097 copyfd = dup (tmpfd);
5116 status = smart_rename (tmpname, oname, copyfd,
5123 if (copyfd >= 0)
5124 close (copyfd);
5370 int copyfd;
6198 copyfd = -1;
6204 copyfd = dup (tmpfd);
6220 status = smart_rename (tmpname, oname, copyfd,
6225 if (copyfd >= 0
5082 int copyfd = -1; local
5368 int copyfd; local
    [all...]
objcopy.c 5084 int copyfd = -1;
5097 copyfd = dup (tmpfd);
5116 status = smart_rename (tmpname, oname, copyfd,
5123 if (copyfd >= 0)
5124 close (copyfd);
5370 int copyfd;
6198 copyfd = -1;
6204 copyfd = dup (tmpfd);
6220 status = smart_rename (tmpname, oname, copyfd,
6225 if (copyfd >= 0
5082 int copyfd = -1; local
5368 int copyfd; local
    [all...]

Completed in 58 milliseconds