Home
last modified time | relevance | path

Searched refs:xpclose_both (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/toybox/toybox-0.8.5/lib/
H A Dxwrap.c346 int xpclose_both(pid_t pid, int *pipes) in xpclose_both() function
373 return xpclose_both(pid, 0); in xpclose()
379 return xpclose_both(xpopen_both(argv, 0), 0); in xrun()
H A Dlib.h141 int xpclose_both(pid_t pid, int *pipes);
/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Dtar.c768 fd = xpclose_both(pid, 0); in unpack_tar()