Home
last modified time | relevance | path

Searched refs:sprint_timespec (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dprinters.h24 const char * (*sprint_timespec) (struct tcb *tcp, const long addr); member
25 #define sprint_timespec MPERS_PRINTER_NAME(sprint_timespec) macro
Dnative_printer_defs.h9 .sprint_timespec = sprint_timespec,
Dnative_printer_decls.h9 extern const char * sprint_timespec(struct tcb *tcp, const long addr);
Dpoll.c172 const char *str = sprint_timespec(tcp, pts); in decode_poll_exiting()
Ddesc.c262 int rc = decode_select(tcp, tcp->u_arg, print_timespec, sprint_timespec);
Dprint_time.c86 MPERS_PRINTER_DECL(const char *, sprint_timespec)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() argument
Dnet.c1028 tcp->auxstr = sprint_timespec(tcp, tcp->u_arg[4]); in SYS_FUNC()
1054 sprint_timespec(tcp, tcp->u_arg[4])); in SYS_FUNC()
DChangeLog-CVS908 * time.c (print_timespec, sprint_timespec): New functions.
909 * defs.h (print_timespec, sprint_timespec): Declare them.
912 (decode_poll): Use sprint_timespec.