STAT_TIMESPEC      70 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      71 lib/stat-time.h   return STAT_TIMESPEC (st, st_atim).tv_nsec;
STAT_TIMESPEC      83 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      84 lib/stat-time.h   return STAT_TIMESPEC (st, st_ctim).tv_nsec;
STAT_TIMESPEC      96 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      97 lib/stat-time.h   return STAT_TIMESPEC (st, st_mtim).tv_nsec;
STAT_TIMESPEC     110 lib/stat-time.h   return STAT_TIMESPEC (st, st_birthtim).tv_nsec;
STAT_TIMESPEC     122 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     123 lib/stat-time.h   return STAT_TIMESPEC (st, st_atim);
STAT_TIMESPEC     134 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     135 lib/stat-time.h   return STAT_TIMESPEC (st, st_ctim);
STAT_TIMESPEC     146 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     147 lib/stat-time.h   return STAT_TIMESPEC (st, st_mtim);
STAT_TIMESPEC     163 lib/stat-time.h   t = STAT_TIMESPEC (st, st_birthtim);
STAT_TIMESPEC     204 lib/stat-time.h #if defined __sun && defined STAT_TIMESPEC