Searched refs:STAT_TIMESPEC (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | stat-time.h | 52 # define STAT_TIMESPEC(st, st_xtim) ((st)->st_xtim) macro 57 # define STAT_TIMESPEC(st, st_xtim) ((st)->st_xtim##espec) 68 # if defined STAT_TIMESPEC in get_stat_atime_ns() 69 return STAT_TIMESPEC (st, st_atim).tv_nsec; in get_stat_atime_ns() 81 # if defined STAT_TIMESPEC in get_stat_ctime_ns() 82 return STAT_TIMESPEC (st, st_ctim).tv_nsec; in get_stat_ctime_ns() 94 # if defined STAT_TIMESPEC in get_stat_mtime_ns() 95 return STAT_TIMESPEC (st, st_mtim).tv_nsec; in get_stat_mtime_ns() 108 return STAT_TIMESPEC (st, st_birthtim).tv_nsec; in get_stat_birthtime_ns() 120 #ifdef STAT_TIMESPEC in get_stat_atime() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | rename.c | 93 # define STAT_TIMESPEC(st, st_xtim) ((st)->st_xtim) macro 98 # define STAT_TIMESPEC(st, st_xtim) ((st)->st_xtim##espec) macro 112 # if defined STAT_TIMESPEC in get_stat_atime_ns() 113 return STAT_TIMESPEC (st, st_atim).tv_nsec; in get_stat_atime_ns() 125 # if defined STAT_TIMESPEC in get_stat_mtime_ns() 126 return STAT_TIMESPEC (st, st_mtim).tv_nsec; in get_stat_mtime_ns() 139 #ifdef STAT_TIMESPEC in get_stat_atime() 140 return STAT_TIMESPEC (st, st_atim); in get_stat_atime() 153 #ifdef STAT_TIMESPEC in get_stat_mtime() 154 return STAT_TIMESPEC (st, st_mtim); in get_stat_mtime()
|
H A D | ChangeLog | 1540 (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | rename.c | 93 # define STAT_TIMESPEC(st, st_xtim) ((st)->st_xtim) macro 98 # define STAT_TIMESPEC(st, st_xtim) ((st)->st_xtim##espec) macro 112 # if defined STAT_TIMESPEC in get_stat_atime_ns() 113 return STAT_TIMESPEC (st, st_atim).tv_nsec; in get_stat_atime_ns() 125 # if defined STAT_TIMESPEC in get_stat_mtime_ns() 126 return STAT_TIMESPEC (st, st_mtim).tv_nsec; in get_stat_mtime_ns() 139 #ifdef STAT_TIMESPEC in get_stat_atime() 140 return STAT_TIMESPEC (st, st_atim); in get_stat_atime() 153 #ifdef STAT_TIMESPEC in get_stat_mtime() 154 return STAT_TIMESPEC (st, st_mtim); in get_stat_mtime()
|
H A D | ChangeLog | 1035 (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
|