HomeSort by relevance Sort by last modified time
    Searched refs:xdup (Results 1 - 2 of 2) sorted by null

  /external/toybox/lib/
xwrap.c 354 int xdup(int fd) function
358 if (fd == -1) perror_exit("xdup");
370 int fd2 = xdup(fd);
lib.h 148 int xdup(int fd);

Completed in 386 milliseconds