Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dxstatx.c112 # ifndef OLD_STAT
113 # define OLD_STAT 0 macro
157 # if OLD_STAT in print_stat()
174 # if defined(HAVE_STRUCT_STAT_ST_MTIME_NSEC) && !OLD_STAT in print_stat()
378 # if !OLD_STAT in main()
Doldfstat.c37 # define OLD_STAT 1 macro
Doldlstat.c37 # define OLD_STAT 1 macro
Doldstat.c37 # define OLD_STAT 1 macro
/external/strace/tests/
Dxstatx.c112 # ifndef OLD_STAT
113 # define OLD_STAT 0 macro
157 # if OLD_STAT in print_stat()
174 # if defined(HAVE_STRUCT_STAT_ST_MTIME_NSEC) && !OLD_STAT in print_stat()
378 # if !OLD_STAT in main()
Doldstat.c37 # define OLD_STAT 1 macro
Doldlstat.c37 # define OLD_STAT 1 macro
Doldfstat.c37 # define OLD_STAT 1 macro
/external/strace/tests-m32/
Dxstatx.c112 # ifndef OLD_STAT
113 # define OLD_STAT 0 macro
157 # if OLD_STAT in print_stat()
174 # if defined(HAVE_STRUCT_STAT_ST_MTIME_NSEC) && !OLD_STAT in print_stat()
378 # if !OLD_STAT in main()
Doldstat.c37 # define OLD_STAT 1 macro
Doldfstat.c37 # define OLD_STAT 1 macro
Doldlstat.c37 # define OLD_STAT 1 macro
/external/strace/
DChangeLog10950 * tests/xstatx.c (main) [!OLD_STAT]: Do not skip the test
16714 * tests/xstatx.c [!OLD_STAT]: define OLD_STAT to 0.
16715 (print_stat) [OLD_STAT]: Print predefined values for
16717 (print_stat): Check for !OLD_STAT in nanosecond precision checks.
16718 (main) [OLD_STAT]: Ignore EOVERFLOW.