Home
last modified time | relevance | path

Searched refs:has_nsec (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dstat.h49 bool has_nsec; member
Dprint_struct_stat.c74 if (st->has_nsec) \ in print_struct_stat()
Dfetch_struct_stat64.c98 dst->has_nsec = HAVE_NSEC; in MPERS_PRINTER_DECL()
Dfetch_struct_stat.c100 dst->has_nsec = HAVE_NSEC; in MPERS_PRINTER_DECL()
DChangeLog16582 * stat.h (struct strace_stat): Add has_nsec field.
16584 (fetch_struct_stat): Initialize has_nsec field with HAVE_NSEC.
16586 (fetch_struct_stat64): Initialize has_nsec field with HAVE_NSEC.