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

  /external/strace/
native_printer_defs.h 5 .printmqattr = printmqattr,
mq.c 41 printmqattr(tcp, tcp->u_arg[3]);
85 printmqattr(tcp, tcp->u_arg[1]);
88 printmqattr(tcp, tcp->u_arg[2]);
printers.h 12 void (*printmqattr) (struct tcb *tcp, const long addr); member in struct:__anon24306
13 #define printmqattr MPERS_PRINTER_NAME(printmqattr) macro
print_mq_attr.c 44 MPERS_PRINTER_DECL(void, printmqattr)(struct tcb *tcp, const long addr)
native_printer_decls.h 5 extern void printmqattr(struct tcb *tcp, const long addr);

Completed in 137 milliseconds