Home
last modified time | relevance | path

Searched refs:xpclose (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/posix/
Dcpio.c307 if (FLAG(p) && pid) toys.exitval |= xpclose(pid, pipe); in cpio_main()
/external/toybox/toys/lsb/
Dmount.c156 rc = xpclose(pid, pipe); in tortoise()
/external/toybox/lib/
Dlib.h143 pid_t xpclose(pid_t pid, int pipe);
Dxwrap.c369 int xpclose(pid_t pid, int pipe) in xpclose() function