HomeSort by relevance Sort by last modified time
    Searched full:copyfd (Results 1 - 6 of 6) sorted by null

  /system/core/sh/
redir.h 47 int copyfd(int, int);
redir.c 226 copyfd(redir->ndup.dupfd, fd);
239 copyfd(f, fd);
310 copyfd(rp->renamed[i], i);
377 copyfd(int from, int to) function
eval.c 517 copyfd(prevfd, 0);
524 copyfd(pip[1], 1);
588 copyfd(pip[1], 1);
912 copyfd(pip[1], 1);
cd.c 413 copyfd(pip[1], 1);
input.c 442 fd2 = copyfd(fd, 10);
parser.c 51 #include "redir.h" /* defines copyfd() */
    [all...]

Completed in 840 milliseconds