Searched refs:sprint_timespec (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | defs.h | 548 extern void sprint_timespec(char *, struct tcb *, long);
|
D | net.c | 1757 sprint_timespec(str, tcp, tcp->u_arg[4]); in sys_recvmmsg() 1790 sprint_timespec(str + strlen(str), tcp, tcp->u_arg[4]); in sys_recvmmsg()
|
D | time.c | 182 void sprint_timespec(char *buf, struct tcb *tcp, long addr) in sprint_timespec() function
|
D | stream.c | 425 sprint_timespec(str + strlen(str), tcp, pts); in decode_poll()
|
D | ChangeLog-CVS | 908 * time.c (print_timespec, sprint_timespec): New functions. 909 * defs.h (print_timespec, sprint_timespec): Declare them. 912 (decode_poll): Use sprint_timespec.
|