HomeSort by relevance Sort by last modified time
    Searched refs:copyfd (Results 1 - 5 of 5) 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
cd.c 413 copyfd(pip[1], 1);
eval.c 517 copyfd(prevfd, 0);
524 copyfd(pip[1], 1);
588 copyfd(pip[1], 1);
912 copyfd(pip[1], 1);
input.c 396 fd2 = copyfd(fd, 10);

Completed in 27 milliseconds