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

  /external/strace/
stat.h 32 struct strace_stat { struct
stat.c 35 struct strace_stat st;
stat64.c 35 struct strace_stat st;
native_printer_decls.h 13 extern _Bool fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst);
14 extern _Bool fetch_struct_stat64(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst);
oldstat.c 46 struct strace_stat st = {
print_struct_stat.c 41 print_struct_stat(struct tcb *tcp, const struct strace_stat *const st)
fetch_struct_stat.c 77 struct strace_stat *const dst)
fetch_struct_stat64.c 75 struct strace_stat *const dst)
printers.h 36 _Bool (*fetch_struct_stat)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst);
39 _Bool (*fetch_struct_stat64)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *const dst);
defs.h 655 struct strace_stat;
656 extern void print_struct_stat(struct tcb *, const struct strace_stat *const st);
    [all...]

Completed in 170 milliseconds