STAT_TIMESPEC      52 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      53 lib/stat-time.h   return STAT_TIMESPEC (st, st_atim).tv_nsec;
STAT_TIMESPEC      65 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      66 lib/stat-time.h   return STAT_TIMESPEC (st, st_ctim).tv_nsec;
STAT_TIMESPEC      78 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      79 lib/stat-time.h   return STAT_TIMESPEC (st, st_mtim).tv_nsec;
STAT_TIMESPEC      92 lib/stat-time.h   return STAT_TIMESPEC (st, st_birthtim).tv_nsec;
STAT_TIMESPEC     106 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     107 lib/stat-time.h   return STAT_TIMESPEC (st, st_atim);
STAT_TIMESPEC     120 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     121 lib/stat-time.h   return STAT_TIMESPEC (st, st_ctim);
STAT_TIMESPEC     134 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     135 lib/stat-time.h   return STAT_TIMESPEC (st, st_mtim);
STAT_TIMESPEC     153 lib/stat-time.h   t = STAT_TIMESPEC (st, st_birthtim);
STAT_TIMESPEC     645 src/diff.c     #if (defined STAT_TIMESPEC || defined STAT_TIMESPEC_NS \
STAT_TIMESPEC    1007 src/diff.c     #ifdef STAT_TIMESPEC
STAT_TIMESPEC    1008 src/diff.c       gettime (&STAT_TIMESPEC (st, st_mtim));