Home
last modified time | relevance | path

Searched refs:OLD_STAT (Results 1 – 13 of 13) sorted by relevance

/external/strace/tests-mx32/
Dxstatx.c116 # ifndef OLD_STAT
117 # define OLD_STAT 0 macro
161 # if OLD_STAT in print_stat()
178 # if defined(HAVE_STRUCT_STAT_ST_MTIME_NSEC) && !OLD_STAT in print_stat()
382 # if !OLD_STAT in main()
Doldlstat.c37 # define OLD_STAT 1 macro
Doldfstat.c37 # define OLD_STAT 1 macro
Doldstat.c37 # define OLD_STAT 1 macro
/external/strace/tests-m32/
Dxstatx.c116 # ifndef OLD_STAT
117 # define OLD_STAT 0 macro
161 # if OLD_STAT in print_stat()
178 # if defined(HAVE_STRUCT_STAT_ST_MTIME_NSEC) && !OLD_STAT in print_stat()
382 # if !OLD_STAT in main()
Doldfstat.c37 # define OLD_STAT 1 macro
Doldstat.c37 # define OLD_STAT 1 macro
Doldlstat.c37 # define OLD_STAT 1 macro
/external/strace/tests/
Dxstatx.c116 # ifndef OLD_STAT
117 # define OLD_STAT 0 macro
161 # if OLD_STAT in print_stat()
178 # if defined(HAVE_STRUCT_STAT_ST_MTIME_NSEC) && !OLD_STAT in print_stat()
382 # if !OLD_STAT in main()
Doldlstat.c37 # define OLD_STAT 1 macro
Doldfstat.c37 # define OLD_STAT 1 macro
Doldstat.c37 # define OLD_STAT 1 macro
/external/strace/
DChangeLog18512 * tests/xstatx.c (main) [!OLD_STAT]: Do not skip the test
24276 * tests/xstatx.c [!OLD_STAT]: define OLD_STAT to 0.
24277 (print_stat) [OLD_STAT]: Print predefined values for
24279 (print_stat): Check for !OLD_STAT in nanosecond precision checks.
24280 (main) [OLD_STAT]: Ignore EOVERFLOW.