HomeSort by relevance Sort by last modified time
    Searched refs:sprint_timespec (Results 1 - 10 of 10) sorted by null

  /external/strace/
native_printer_defs.h 25 .sprint_timespec = sprint_timespec,
m32_printer_defs.h 23 .sprint_timespec = m32_sprint_timespec,
mx32_printer_defs.h 23 .sprint_timespec = mx32_sprint_timespec,
printers.h 72 const char * (*sprint_timespec)(struct tcb *const tcp, const kernel_ulong_t addr); member in struct:__anon31888
73 #define sprint_timespec MPERS_PRINTER_NAME(sprint_timespec) macro
print_timespec.c 118 MPERS_PRINTER_DECL(const char *, sprint_timespec,
mmsghdr.c 208 sprint_timespec(tcp, tcp->u_arg[4]));
244 sprint_timespec(tcp, tcp->u_arg[4]));
native_printer_decls.h 25 extern const char * sprint_timespec(struct tcb *const tcp, const kernel_ulong_t addr);
poll.c 136 const char *str = sprint_timespec(tcp, pts);
desc.c 251 int rc = decode_select(tcp, tcp->u_arg, print_timespec, sprint_timespec);
signal.c 668 char *sts = xstrdup(sprint_timespec(tcp, tcp->u_arg[2]));

Completed in 495 milliseconds