Home | History | Annotate | Download | only in strace

Lines Matching refs:tcp

4 decode_chmod(struct tcb *tcp, const int offset)
6 printpath(tcp, tcp->u_arg[offset]);
7 tprintf(", %#lo", tcp->u_arg[offset + 1]);
12 decode_chmod(tcp, 0);
19 print_dirfd(tcp, tcp->u_arg[0]);
20 decode_chmod(tcp, 1);
27 printfd(tcp, tcp->u_arg[0]);
28 tprintf(", %#lo", tcp->u_arg[1]);