Home
last modified time | relevance | path

Searched refs:HAVE_NSEC (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Dfetch_struct_stat64.c67 # define HAVE_NSEC true macro
70 # define HAVE_NSEC false macro
98 dst->has_nsec = HAVE_NSEC; in MPERS_PRINTER_DECL()
Dfetch_struct_stat.c69 # define HAVE_NSEC true macro
72 # define HAVE_NSEC false macro
100 dst->has_nsec = HAVE_NSEC; in MPERS_PRINTER_DECL()
DChangeLog16583 * fetch_struct_stat.c (HAVE_NSEC): New macro.
16584 (fetch_struct_stat): Initialize has_nsec field with HAVE_NSEC.
16585 * fetch_struct_stat64.c (HAVE_NSEC): New macro.
16586 (fetch_struct_stat64): Initialize has_nsec field with HAVE_NSEC.
16599 * tests/xstatx.c [!IS_STATX] (HAVE_NSEC): New macro.
/external/strace/tests-mx32/
Dxstatx.c180 # define HAVE_NSEC 1 in print_stat() macro
183 # define HAVE_NSEC 0 in print_stat() macro
192 if (HAVE_NSEC) \ in print_stat()
/external/strace/tests-m32/
Dxstatx.c180 # define HAVE_NSEC 1 in print_stat() macro
183 # define HAVE_NSEC 0 in print_stat() macro
192 if (HAVE_NSEC) \ in print_stat()
/external/strace/tests/
Dxstatx.c180 # define HAVE_NSEC 1 in print_stat() macro
183 # define HAVE_NSEC 0 in print_stat() macro
192 if (HAVE_NSEC) \ in print_stat()