STAT_TIMESPEC      67 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      68 lib/stat-time.h   return STAT_TIMESPEC (st, st_atim).tv_nsec;
STAT_TIMESPEC      80 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      81 lib/stat-time.h   return STAT_TIMESPEC (st, st_ctim).tv_nsec;
STAT_TIMESPEC      93 lib/stat-time.h # if defined STAT_TIMESPEC
STAT_TIMESPEC      94 lib/stat-time.h   return STAT_TIMESPEC (st, st_mtim).tv_nsec;
STAT_TIMESPEC     107 lib/stat-time.h   return STAT_TIMESPEC (st, st_birthtim).tv_nsec;
STAT_TIMESPEC     119 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     120 lib/stat-time.h   return STAT_TIMESPEC (st, st_atim);
STAT_TIMESPEC     133 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     134 lib/stat-time.h   return STAT_TIMESPEC (st, st_ctim);
STAT_TIMESPEC     147 lib/stat-time.h #ifdef STAT_TIMESPEC
STAT_TIMESPEC     148 lib/stat-time.h   return STAT_TIMESPEC (st, st_mtim);
STAT_TIMESPEC     166 lib/stat-time.h   t = STAT_TIMESPEC (st, st_birthtim);
STAT_TIMESPEC     212 lib/stat-time.h #if defined __sun && defined STAT_TIMESPEC