Home
last modified time | relevance | path

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

/external/strace/
Dnative_printer_defs.h23 .sprint_timespec = sprint_timespec,
Dprinters.h66 const char * (*sprint_timespec)(struct tcb *const tcp, const kernel_ulong_t addr); member
67 #define sprint_timespec MPERS_PRINTER_NAME(sprint_timespec) macro
Dmmsghdr.c208 sprint_timespec(tcp, tcp->u_arg[4])); in SYS_FUNC()
244 sprint_timespec(tcp, tcp->u_arg[4])); in SYS_FUNC()
Dm32_printer_defs.h23 .sprint_timespec = m32_sprint_timespec,
Dmx32_printer_defs.h23 .sprint_timespec = mx32_sprint_timespec,
Dprint_timespec.c78 MPERS_PRINTER_DECL(const char *, sprint_timespec, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h23 extern const char * sprint_timespec(struct tcb *const tcp, const kernel_ulong_t addr);
Dpoll.c135 const char *str = sprint_timespec(tcp, pts); in decode_poll_exiting()
Ddesc.c251 int rc = decode_select(tcp, tcp->u_arg, print_timespec, sprint_timespec); in SYS_FUNC()
Dsignal.c635 char *sts = xstrdup(sprint_timespec(tcp, tcp->u_arg[2])); 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.
DChangeLog2159 * print_timespec.c (print_timespec, sprint_timespec,
3984 (print_timespec_t, sprint_timespec): Use it instead of time_fmt.
8139 As the value returned by sprint_timespec points to a static area and may
8140 be overwritten by subsequent calls to sprint_timespec, it is not safe to
8144 returned by sprint_timespec to a dynamically allocated memory, and save
8151 As the value returned by sprint_timespec points to a static area and may
8152 be overwritten by subsequent calls to sprint_timespec, it is not safe to
8156 value returned by sprint_timespec to a dynamically allocated memory,
16708 (pselect6): Pass print_timespec and sprint_timespec to decode_select.
16713 * print_time.c (sprint_timespec): New mpers printer.
[all …]