Searched refs:sprint_timespec (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | printers.h | 24 const char * (*sprint_timespec) (struct tcb *tcp, const long addr); member 25 #define sprint_timespec MPERS_PRINTER_NAME(sprint_timespec) macro
|
D | native_printer_defs.h | 9 .sprint_timespec = sprint_timespec,
|
D | native_printer_decls.h | 9 extern const char * sprint_timespec(struct tcb *tcp, const long addr);
|
D | poll.c | 172 const char *str = sprint_timespec(tcp, pts); in decode_poll_exiting()
|
D | desc.c | 262 int rc = decode_select(tcp, tcp->u_arg, print_timespec, sprint_timespec);
|
D | print_time.c | 86 MPERS_PRINTER_DECL(const char *, sprint_timespec)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() argument
|
D | net.c | 1028 tcp->auxstr = sprint_timespec(tcp, tcp->u_arg[4]); in SYS_FUNC() 1054 sprint_timespec(tcp, tcp->u_arg[4])); in SYS_FUNC()
|
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.
|