Home
last modified time | relevance | path

Searched refs:printpair_fd (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dnet.c367 printpair_fd(struct tcb *tcp, const int i0, const int i1) in printpair_fd() function
384 printpair_fd(tcp, pair[0], pair[1]); in decode_pair_fd()
404 printpair_fd(tcp, tcp->u_rval, getrval2(tcp)); in SYS_FUNC()
DChangeLog17874 (SYS_FUNC(pipe)) [HAVE_GETRVAL2]: Call printpair_fd instead of do_pipe.
22373 * net.c (printpair_fd, decode_pair_fd): New functions.