HomeSort by: relevance | last modified time | path
    Searched defs:copyfd (Results 1 - 2 of 2) 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 in typeref:typename:STATIC int
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 in typeref:typename:STATIC int
693 if (copyfd(from, to, 0, 1) != to) {

Completed in 23 milliseconds