timespec 84 daemons/execd/execd_commands.c struct timespec t_first_run; // When op first ran timespec 85 daemons/execd/execd_commands.c struct timespec t_run; // When op most recently ran timespec 86 daemons/execd/execd_commands.c struct timespec t_first_queue; // When op was first queued timespec 87 daemons/execd/execd_commands.c struct timespec t_queue; // When op was most recently queued timespec 115 daemons/execd/execd_commands.c time_is_set(const struct timespec *timespec) timespec 117 daemons/execd/execd_commands.c return (timespec != NULL) && timespec 118 daemons/execd/execd_commands.c ((timespec->tv_sec != 0) || (timespec->tv_nsec != 0)); timespec 129 daemons/execd/execd_commands.c get_current_time(struct timespec *t_current, struct timespec *t_orig) timespec 150 daemons/execd/execd_commands.c time_diff_ms(const struct timespec *now, const struct timespec *old) timespec 155 daemons/execd/execd_commands.c struct timespec local_now = { 0, }; timespec 3018 daemons/fenced/fenced_commands.c struct timespec tv; timespec 28 include/crm/common/iso8601_internal.h char *pcmk__timespec2str(const struct timespec *ts, uint32_t flags); timespec 1733 lib/common/iso8601.c struct timespec tv; timespec 1897 lib/common/iso8601.c pcmk__timespec2str(const struct timespec *ts, uint32_t flags) timespec 1899 lib/common/iso8601.c struct timespec tmp_ts; timespec 39 lib/common/logging.c typedef struct timespec *log_time_t; timespec 753 lib/common/strings.c struct timespec after_t; timespec 754 lib/common/strings.c struct timespec before_t; timespec 579 lib/common/utils.c struct timespec req = { .tv_sec = 0, .tv_nsec = (long) (ms * 1000000) }; timespec 40 lib/fencing/st_output.c const struct timespec ts = { timespec 103 maint/gnulib/lib/cnd.c cnd_timedwait (cnd_t *cond, mtx_t *mutex, const struct timespec *abstime) timespec 156 maint/gnulib/lib/cnd.c cnd_timedwait (cnd_t *cond, mtx_t *mutex, const struct timespec *abstime) timespec 137 maint/gnulib/lib/copy-file.c struct timespec ts[2]; timespec 29 maint/gnulib/lib/dtotimespec.c struct timespec timespec 43 maint/gnulib/lib/fdutimensat.c fdutimensat (int fd, int dir, char const *file, struct timespec const ts[2], timespec 31 maint/gnulib/lib/futimens.c futimens (int fd, struct timespec const times[2]) timespec 40 maint/gnulib/lib/gethrxtime.c struct timespec ts; timespec 48 maint/gnulib/lib/gethrxtime.c struct timespec ts; timespec 65 maint/gnulib/lib/gethrxtime.c struct timespec ts; timespec 29 maint/gnulib/lib/gettime.c gettime (struct timespec *ts) timespec 43 maint/gnulib/lib/gettime.c struct timespec timespec 46 maint/gnulib/lib/gettime.c struct timespec ts; timespec 52 maint/gnulib/lib/glthread/cond.c const struct timespec *abstime) timespec 115 maint/gnulib/lib/glthread/cond.h const struct timespec *abstime); timespec 307 maint/gnulib/lib/glthread/cond.h gl_cond_timedwait_func (gl_cond_t *cond, gl_lock_t *lock, struct timespec *abstime) timespec 142 maint/gnulib/lib/glthread/thread.c struct timespec ts; timespec 121 maint/gnulib/lib/mtx.c mtx_timedlock (mtx_t *mutex, const struct timespec *abstime) timespec 261 maint/gnulib/lib/mtx.c mtx_timedlock (mtx_t *mutex, const struct timespec *abstime) timespec 46 maint/gnulib/lib/nanosleep.c nanosleep (const struct timespec *requested_delay, timespec 47 maint/gnulib/lib/nanosleep.c struct timespec *remaining_delay) timespec 67 maint/gnulib/lib/nanosleep.c struct timespec intermediate; timespec 102 maint/gnulib/lib/nanosleep.c nanosleep (const struct timespec *requested_delay, timespec 103 maint/gnulib/lib/nanosleep.c struct timespec *remaining_delay) timespec 206 maint/gnulib/lib/nanosleep.c my_usleep (const struct timespec *ts_delay) timespec 228 maint/gnulib/lib/nanosleep.c nanosleep (const struct timespec *requested_delay, timespec 229 maint/gnulib/lib/nanosleep.c struct timespec *remaining_delay) timespec 22 maint/gnulib/lib/parse-datetime.h bool parse_datetime (struct timespec *restrict, timespec 23 maint/gnulib/lib/parse-datetime.h char const *, struct timespec const *); timespec 29 maint/gnulib/lib/parse-datetime.h bool parse_datetime2 (struct timespec *restrict, timespec 30 maint/gnulib/lib/parse-datetime.h char const *, struct timespec const *, timespec 208 maint/gnulib/lib/parse-datetime.y struct timespec seconds; /* includes nanoseconds */ timespec 579 maint/gnulib/lib/parse-datetime.y struct timespec timespec; timespec 593 maint/gnulib/lib/parse-datetime.y %token <timespec> tSDECIMAL_NUMBER tUDECIMAL_NUMBER timespec 596 maint/gnulib/lib/parse-datetime.y %type <timespec> seconds signed_seconds unsigned_seconds timespec 603 maint/gnulib/lib/parse-datetime.y timespec timespec 607 maint/gnulib/lib/parse-datetime.y timespec: timespec 1486 maint/gnulib/lib/parse-datetime.y lvalp->timespec.tv_sec = s; timespec 1487 maint/gnulib/lib/parse-datetime.y lvalp->timespec.tv_nsec = ns; timespec 1711 maint/gnulib/lib/parse-datetime.y parse_datetime_body (struct timespec *result, char const *p, timespec 1712 maint/gnulib/lib/parse-datetime.y struct timespec const *now, unsigned int flags, timespec 1728 maint/gnulib/lib/parse-datetime.y struct timespec gettime_buffer; timespec 2383 maint/gnulib/lib/parse-datetime.y parse_datetime2 (struct timespec *result, char const *p, timespec 2384 maint/gnulib/lib/parse-datetime.y struct timespec const *now, unsigned int flags, timespec 2394 maint/gnulib/lib/parse-datetime.y parse_datetime (struct timespec *result, char const *p, timespec 2395 maint/gnulib/lib/parse-datetime.y struct timespec const *now) timespec 2419 maint/gnulib/lib/parse-datetime.y struct timespec d; timespec 41 maint/gnulib/lib/pselect.c struct timespec const *restrict timeout, timespec 87 maint/gnulib/lib/pselect.c struct timespec const *restrict timeout, timespec 70 maint/gnulib/lib/pthread-cond.c const struct timespec *abstime) timespec 118 maint/gnulib/lib/pthread-cond.c struct timespec duration; timespec 129 maint/gnulib/lib/pthread-cond.c const struct timespec *abstime) timespec 137 maint/gnulib/lib/pthread-cond.c struct timespec duration; timespec 158 maint/gnulib/lib/pthread-mutex.c pthread_mutex_timedlock (pthread_mutex_t *mutex, const struct timespec *abstime) timespec 235 maint/gnulib/lib/pthread-mutex.c _GL_UNUSED const struct timespec *abstime) timespec 87 maint/gnulib/lib/pthread-rwlock.c const struct timespec *abstime) timespec 94 maint/gnulib/lib/pthread-rwlock.c const struct timespec *abstime) timespec 233 maint/gnulib/lib/pthread-rwlock.c const struct timespec *abstime) timespec 262 maint/gnulib/lib/pthread-rwlock.c const struct timespec *abstime) timespec 366 maint/gnulib/lib/pthread-rwlock.c const struct timespec *abstime) timespec 374 maint/gnulib/lib/pthread-rwlock.c struct timespec duration; timespec 423 maint/gnulib/lib/pthread-rwlock.c const struct timespec *abstime) timespec 431 maint/gnulib/lib/pthread-rwlock.c struct timespec duration; timespec 526 maint/gnulib/lib/pthread-rwlock.c _GL_UNUSED const struct timespec *abstime) timespec 533 maint/gnulib/lib/pthread-rwlock.c _GL_UNUSED const struct timespec *abstime) timespec 1065 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime) timespec 1069 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime)); timespec 1074 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime) timespec 1079 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime)); timespec 1355 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime) timespec 1359 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime)); timespec 1364 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime) timespec 1369 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime)); timespec 1390 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime) timespec 1394 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime)); timespec 1399 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime) timespec 1404 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime)); timespec 1606 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime) timespec 1611 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime)); timespec 1617 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime) timespec 1623 maint/gnulib/lib/pthread.in.h const struct timespec *restrict abstime)); timespec 28 maint/gnulib/lib/pthread_mutex_timedlock.c pthread_mutex_timedlock (pthread_mutex_t *mutex, const struct timespec *abstime) timespec 42 maint/gnulib/lib/pthread_mutex_timedlock.c struct timespec duration; timespec 32 maint/gnulib/lib/settime.c settime (struct timespec const *ts) timespec 117 maint/gnulib/lib/stat-time.h _GL_STAT_TIME_INLINE struct timespec _GL_ATTRIBUTE_PURE timespec 123 maint/gnulib/lib/stat-time.h struct timespec t; timespec 131 maint/gnulib/lib/stat-time.h _GL_STAT_TIME_INLINE struct timespec _GL_ATTRIBUTE_PURE timespec 137 maint/gnulib/lib/stat-time.h struct timespec t; timespec 145 maint/gnulib/lib/stat-time.h _GL_STAT_TIME_INLINE struct timespec _GL_ATTRIBUTE_PURE timespec 151 maint/gnulib/lib/stat-time.h struct timespec t; timespec 160 maint/gnulib/lib/stat-time.h _GL_STAT_TIME_INLINE struct timespec _GL_ATTRIBUTE_PURE timespec 163 maint/gnulib/lib/stat-time.h struct timespec t; timespec 223 maint/gnulib/lib/stat-time.h struct timespec *ts = (struct timespec *) ((char *) st + ts_off[i]); timespec 113 maint/gnulib/lib/stat-w32.c struct timespec timespec 116 maint/gnulib/lib/stat-w32.c struct timespec result; timespec 22 maint/gnulib/lib/stat-w32.h extern struct timespec _gl_convert_FILETIME_to_timespec (const FILETIME *ft); timespec 287 maint/gnulib/lib/supersede.c struct timespec ts[2]; timespec 272 maint/gnulib/lib/sys_select.in.h struct timespec const *restrict, const sigset_t *restrict)); timespec 275 maint/gnulib/lib/sys_select.in.h struct timespec const *restrict, const sigset_t *restrict)); timespec 280 maint/gnulib/lib/sys_select.in.h struct timespec const *restrict, const sigset_t *restrict)); timespec 284 maint/gnulib/lib/sys_select.in.h struct timespec const *restrict, const sigset_t *restrict)); timespec 119 maint/gnulib/lib/sys_stat.in.h struct timespec st_atim; timespec 120 maint/gnulib/lib/sys_stat.in.h struct timespec st_mtim; timespec 121 maint/gnulib/lib/sys_stat.in.h struct timespec st_ctim; timespec 518 maint/gnulib/lib/sys_stat.in.h _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2])); timespec 519 maint/gnulib/lib/sys_stat.in.h _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); timespec 522 maint/gnulib/lib/sys_stat.in.h _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2])); timespec 524 maint/gnulib/lib/sys_stat.in.h _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); timespec 901 maint/gnulib/lib/sys_stat.in.h struct timespec const times[2], int flag) timespec 904 maint/gnulib/lib/sys_stat.in.h struct timespec const times[2], int flag)); timespec 908 maint/gnulib/lib/sys_stat.in.h struct timespec const times[2], int flag) timespec 912 maint/gnulib/lib/sys_stat.in.h struct timespec const times[2], int flag)); timespec 69 maint/gnulib/lib/tempname.c # define __timespec64 timespec timespec 146 maint/gnulib/lib/thrd.c struct timespec ts; timespec 425 maint/gnulib/lib/thrd.c thrd_sleep (const struct timespec *duration, struct timespec *remaining) timespec 205 maint/gnulib/lib/threads.in.h (const struct timespec *, struct timespec *) timespec 209 maint/gnulib/lib/threads.in.h (const struct timespec *, struct timespec *)); timespec 380 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (mtx_timedlock, int, (mtx_t *, const struct timespec *) timespec 383 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (mtx_timedlock, int, (mtx_t *, const struct timespec *)); timespec 512 maint/gnulib/lib/threads.in.h (cnd_t *, mtx_t *, const struct timespec *) timespec 516 maint/gnulib/lib/threads.in.h (cnd_t *, mtx_t *, const struct timespec *)); timespec 116 maint/gnulib/lib/time.in.h _GL_FUNCDECL_SYS (timespec_get, int, (struct timespec *ts, int base) timespec 119 maint/gnulib/lib/time.in.h _GL_CXXALIAS_SYS (timespec_get, int, (struct timespec *ts, int base)); timespec 132 maint/gnulib/lib/time.in.h (struct timespec const *__rqtp, struct timespec *__rmtp) timespec 135 maint/gnulib/lib/time.in.h (struct timespec const *__rqtp, struct timespec *__rmtp)); timespec 139 maint/gnulib/lib/time.in.h (struct timespec const *__rqtp, struct timespec *__rmtp) timespec 143 maint/gnulib/lib/time.in.h (struct timespec const *__rqtp, struct timespec *__rmtp)); timespec 28 maint/gnulib/lib/timespec-add.c struct timespec timespec 29 maint/gnulib/lib/timespec-add.c timespec_add (struct timespec a, struct timespec b) timespec 29 maint/gnulib/lib/timespec-sub.c struct timespec timespec 30 maint/gnulib/lib/timespec-sub.c timespec_sub (struct timespec a, struct timespec b) timespec 52 maint/gnulib/lib/timespec.h _GL_TIMESPEC_INLINE struct timespec timespec 55 maint/gnulib/lib/timespec.h struct timespec r; timespec 64 maint/gnulib/lib/timespec.h timespec_cmp (struct timespec a, struct timespec b) timespec 72 maint/gnulib/lib/timespec.h timespec_sign (struct timespec a) timespec 77 maint/gnulib/lib/timespec.h struct timespec timespec_add (struct timespec, struct timespec) timespec 79 maint/gnulib/lib/timespec.h struct timespec timespec_sub (struct timespec, struct timespec) timespec 81 maint/gnulib/lib/timespec.h struct timespec dtotimespec (double) timespec 86 maint/gnulib/lib/timespec.h timespectod (struct timespec a) timespec 91 maint/gnulib/lib/timespec.h struct timespec current_timespec (void); timespec 92 maint/gnulib/lib/timespec.h void gettime (struct timespec *) _GL_ARG_NONNULL ((1)); timespec 93 maint/gnulib/lib/timespec.h int settime (struct timespec const *) _GL_ARG_NONNULL ((1)); timespec 25 maint/gnulib/lib/timespec_get.c timespec_get (struct timespec *ts, int base) timespec 39 maint/gnulib/lib/utime.c _gl_utimens_windows (const char *name, struct timespec ts[2]) timespec 253 maint/gnulib/lib/utime.c struct timespec ts_with_nanoseconds[2]; timespec 107 maint/gnulib/lib/utime.in.h extern int _gl_utimens_windows (const char *filename, struct timespec ts[2]); timespec 324 maint/gnulib/lib/utimecmp.c struct timespec timespec[2]; timespec 349 maint/gnulib/lib/utimecmp.c timespec[0].tv_sec = dst_a_s; timespec 350 maint/gnulib/lib/utimecmp.c timespec[0].tv_nsec = dst_a_ns; timespec 351 maint/gnulib/lib/utimecmp.c timespec[1].tv_sec = dst_m_s | (res == 2 * BILLION); timespec 352 maint/gnulib/lib/utimecmp.c timespec[1].tv_nsec = dst_m_ns + res / 9; timespec 354 maint/gnulib/lib/utimecmp.c if (utimensat (dfd, dst_name, timespec, AT_SYMLINK_NOFOLLOW)) timespec 368 maint/gnulib/lib/utimecmp.c timespec[1].tv_sec = dst_m_s; timespec 369 maint/gnulib/lib/utimecmp.c timespec[1].tv_nsec = dst_m_ns; timespec 370 maint/gnulib/lib/utimecmp.c utimensat (dfd, dst_name, timespec, AT_SYMLINK_NOFOLLOW); timespec 90 maint/gnulib/lib/utimens.c validate_timespec (struct timespec timespec[2]) timespec 94 maint/gnulib/lib/utimens.c if ((timespec[0].tv_nsec != UTIME_NOW timespec 95 maint/gnulib/lib/utimens.c && timespec[0].tv_nsec != UTIME_OMIT timespec 96 maint/gnulib/lib/utimens.c && ! (0 <= timespec[0].tv_nsec timespec 97 maint/gnulib/lib/utimens.c && timespec[0].tv_nsec < TIMESPEC_HZ)) timespec 98 maint/gnulib/lib/utimens.c || (timespec[1].tv_nsec != UTIME_NOW timespec 99 maint/gnulib/lib/utimens.c && timespec[1].tv_nsec != UTIME_OMIT timespec 100 maint/gnulib/lib/utimens.c && ! (0 <= timespec[1].tv_nsec timespec 101 maint/gnulib/lib/utimens.c && timespec[1].tv_nsec < TIMESPEC_HZ))) timespec 110 maint/gnulib/lib/utimens.c if (timespec[0].tv_nsec == UTIME_NOW timespec 111 maint/gnulib/lib/utimens.c || timespec[0].tv_nsec == UTIME_OMIT) timespec 113 maint/gnulib/lib/utimens.c timespec[0].tv_sec = 0; timespec 115 maint/gnulib/lib/utimens.c if (timespec[0].tv_nsec == UTIME_OMIT) timespec 118 maint/gnulib/lib/utimens.c if (timespec[1].tv_nsec == UTIME_NOW timespec 119 maint/gnulib/lib/utimens.c || timespec[1].tv_nsec == UTIME_OMIT) timespec 121 maint/gnulib/lib/utimens.c timespec[1].tv_sec = 0; timespec 123 maint/gnulib/lib/utimens.c if (timespec[1].tv_nsec == UTIME_OMIT) timespec 136 maint/gnulib/lib/utimens.c update_timespec (struct stat const *statbuf, struct timespec **ts) timespec 138 maint/gnulib/lib/utimens.c struct timespec *timespec = *ts; timespec 139 maint/gnulib/lib/utimens.c if (timespec[0].tv_nsec == UTIME_OMIT timespec 140 maint/gnulib/lib/utimens.c && timespec[1].tv_nsec == UTIME_OMIT) timespec 142 maint/gnulib/lib/utimens.c if (timespec[0].tv_nsec == UTIME_NOW timespec 143 maint/gnulib/lib/utimens.c && timespec[1].tv_nsec == UTIME_NOW) timespec 149 maint/gnulib/lib/utimens.c if (timespec[0].tv_nsec == UTIME_OMIT) timespec 150 maint/gnulib/lib/utimens.c timespec[0] = get_stat_atime (statbuf); timespec 151 maint/gnulib/lib/utimens.c else if (timespec[0].tv_nsec == UTIME_NOW) timespec 152 maint/gnulib/lib/utimens.c gettime (×pec[0]); timespec 154 maint/gnulib/lib/utimens.c if (timespec[1].tv_nsec == UTIME_OMIT) timespec 155 maint/gnulib/lib/utimens.c timespec[1] = get_stat_mtime (statbuf); timespec 156 maint/gnulib/lib/utimens.c else if (timespec[1].tv_nsec == UTIME_NOW) timespec 157 maint/gnulib/lib/utimens.c gettime (×pec[1]); timespec 173 maint/gnulib/lib/utimens.c fdutimens (int fd, char const *file, struct timespec const timespec[2]) timespec 175 maint/gnulib/lib/utimens.c struct timespec adjusted_timespec[2]; timespec 176 maint/gnulib/lib/utimens.c struct timespec *ts = timespec ? adjusted_timespec : NULL; timespec 182 maint/gnulib/lib/utimens.c adjusted_timespec[0] = timespec[0]; timespec 183 maint/gnulib/lib/utimens.c adjusted_timespec[1] = timespec[1]; timespec 522 maint/gnulib/lib/utimens.c utimens (char const *file, struct timespec const timespec[2]) timespec 524 maint/gnulib/lib/utimens.c return fdutimens (-1, file, timespec); timespec 532 maint/gnulib/lib/utimens.c lutimens (char const *file, struct timespec const timespec[2]) timespec 534 maint/gnulib/lib/utimens.c struct timespec adjusted_timespec[2]; timespec 535 maint/gnulib/lib/utimens.c struct timespec *ts = timespec ? adjusted_timespec : NULL; timespec 541 maint/gnulib/lib/utimens.c adjusted_timespec[0] = timespec[0]; timespec 542 maint/gnulib/lib/utimens.c adjusted_timespec[1] = timespec[1]; timespec 21 maint/gnulib/lib/utimens.h int fdutimens (int, char const *, struct timespec const [2]); timespec 22 maint/gnulib/lib/utimens.h int utimens (char const *, struct timespec const [2]); timespec 23 maint/gnulib/lib/utimens.h int lutimens (char const *, struct timespec const [2]); timespec 37 maint/gnulib/lib/utimens.h int fdutimensat (int fd, int dir, char const *name, struct timespec const [2], timespec 42 maint/gnulib/lib/utimens.h lutimensat (int dir, char const *file, struct timespec const times[2]) timespec 38 maint/gnulib/lib/utimensat.c rpl_utimensat (int fd, char const *file, struct timespec const times[2], timespec 70 maint/gnulib/lib/utimensat.c static int local_utimensat (int, char const *, struct timespec const[2], int); timespec 76 maint/gnulib/lib/utimensat.c rpl_utimensat (int fd, char const *file, struct timespec const times[2], timespec 81 maint/gnulib/lib/utimensat.c struct timespec ts[2]; timespec 207 maint/gnulib/lib/utimensat.c # define AT_FUNC_POST_FILE_PARAM_DECLS , struct timespec const ts[2], int flag timespec 248 maint/gnulib/lib/windows-cond.c const struct timespec *abstime) timespec 70 maint/gnulib/lib/windows-cond.h const struct timespec *abstime); timespec 112 maint/gnulib/lib/windows-timedmutex.c const struct timespec *abstime) timespec 48 maint/gnulib/lib/windows-timedmutex.h const struct timespec *abstime); timespec 138 maint/gnulib/lib/windows-timedrecmutex.c const struct timespec *abstime) timespec 54 maint/gnulib/lib/windows-timedrecmutex.h const struct timespec *abstime); timespec 375 maint/gnulib/lib/windows-timedrwlock.c const struct timespec *abstime) timespec 498 maint/gnulib/lib/windows-timedrwlock.c const struct timespec *abstime) timespec 66 maint/gnulib/lib/windows-timedrwlock.h const struct timespec *abstime); timespec 68 maint/gnulib/lib/windows-timedrwlock.h const struct timespec *abstime); timespec 53 maint/gnulib/lib/xnanosleep.c struct timespec ts_sleep = dtotimespec (seconds); timespec 44 maint/gnulib/tests/nap.h diff_timespec (struct timespec a, struct timespec b) timespec 94 maint/gnulib/tests/nap.h struct timespec delay_spec; timespec 241 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c struct timespec ts; timespec 374 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c struct timespec ts; timespec 84 maint/gnulib/tests/test-cnd.c struct timespec remain; timespec 121 maint/gnulib/tests/test-cnd.c get_ts (struct timespec *ts) timespec 135 maint/gnulib/tests/test-cnd.c struct timespec ts; timespec 153 maint/gnulib/tests/test-cnd.c struct timespec remain; timespec 116 maint/gnulib/tests/test-cond.c get_ts (struct timespec *ts) timespec 130 maint/gnulib/tests/test-cond.c struct timespec ts; timespec 41 maint/gnulib/tests/test-fdutimensat.c do_futimens (int fd, struct timespec const times[2]) timespec 48 maint/gnulib/tests/test-fdutimensat.c do_fdutimens (char const *name, struct timespec const times[2]) timespec 73 maint/gnulib/tests/test-fdutimensat.c do_lutimens (const char *name, struct timespec const times[2]) timespec 80 maint/gnulib/tests/test-fdutimensat.c do_lutimens1 (const char *name, struct timespec const times[2]) timespec 87 maint/gnulib/tests/test-fdutimensat.c do_utimens (const char *name, struct timespec const times[2]) timespec 128 maint/gnulib/tests/test-fdutimensat.c struct timespec ts[2]; timespec 24 maint/gnulib/tests/test-futimens.c SIGNATURE_CHECK (futimens, int, (int, struct timespec const[2])); timespec 24 maint/gnulib/tests/test-futimens.h test_futimens (int (*func) (int, struct timespec const *), timespec 66 maint/gnulib/tests/test-futimens.h struct timespec ts[2]; timespec 100 maint/gnulib/tests/test-futimens.h struct timespec ts[2]; timespec 110 maint/gnulib/tests/test-futimens.h struct timespec ts[2]; timespec 126 maint/gnulib/tests/test-futimens.h struct timespec ts[2]; timespec 146 maint/gnulib/tests/test-futimens.h struct timespec ts[2]; timespec 24 maint/gnulib/tests/test-lutimens.h test_lutimens (int (*func) (char const *, struct timespec const *), bool print) timespec 47 maint/gnulib/tests/test-lutimens.h struct timespec ts[2]; timespec 59 maint/gnulib/tests/test-lutimens.h struct timespec ts[2]; timespec 115 maint/gnulib/tests/test-lutimens.h struct timespec ts[2]; timespec 125 maint/gnulib/tests/test-lutimens.h struct timespec ts[2]; timespec 144 maint/gnulib/tests/test-lutimens.h struct timespec ts[2]; timespec 168 maint/gnulib/tests/test-lutimens.h struct timespec ts[2]; timespec 206 maint/gnulib/tests/test-lutimens.h struct timespec ts[2]; timespec 24 maint/gnulib/tests/test-nanosleep.c SIGNATURE_CHECK (nanosleep, int, (struct timespec const *, struct timespec *)); timespec 44 maint/gnulib/tests/test-nanosleep.c struct timespec ts; timespec 230 maint/gnulib/tests/test-nl_langinfo-mt.c struct timespec duration; timespec 116 maint/gnulib/tests/test-parse-datetime.c struct timespec result; timespec 117 maint/gnulib/tests/test-parse-datetime.c struct timespec result2; timespec 118 maint/gnulib/tests/test-parse-datetime.c struct timespec expected; timespec 119 maint/gnulib/tests/test-parse-datetime.c struct timespec now; timespec 25 maint/gnulib/tests/test-pselect.c struct timespec const *restrict, const sigset_t *restrict)); timespec 33 maint/gnulib/tests/test-pselect.c struct timespec ts; timespec 34 maint/gnulib/tests/test-pselect.c struct timespec *pts = NULL; timespec 130 maint/gnulib/tests/test-pthread-c++.cc (pthread_mutex_t *, const struct timespec *)); timespec 182 maint/gnulib/tests/test-pthread-c++.cc (pthread_rwlock_t *, const struct timespec *)); timespec 187 maint/gnulib/tests/test-pthread-c++.cc (pthread_rwlock_t *, const struct timespec *)); timespec 225 maint/gnulib/tests/test-pthread-c++.cc const struct timespec *)); timespec 89 maint/gnulib/tests/test-pthread-cond.c struct timespec remain; timespec 126 maint/gnulib/tests/test-pthread-cond.c get_ts (struct timespec *ts) timespec 140 maint/gnulib/tests/test-pthread-cond.c struct timespec ts; timespec 158 maint/gnulib/tests/test-pthread-cond.c struct timespec remain; timespec 129 maint/gnulib/tests/test-setlocale_null-mt-all.c struct timespec duration; timespec 129 maint/gnulib/tests/test-setlocale_null-mt-one.c struct timespec duration; timespec 34 maint/gnulib/tests/test-signal-h.c struct timespec g; timespec 108 maint/gnulib/tests/test-stat-time.c prepare_test (struct stat *statinfo, struct timespec *modtimes) timespec 135 maint/gnulib/tests/test-stat-time.c test_mtime (const struct stat *statinfo, struct timespec *modtimes) timespec 164 maint/gnulib/tests/test-stat-time.c struct timespec ts; timespec 195 maint/gnulib/tests/test-stat-time.c const struct timespec *modtimes, timespec 196 maint/gnulib/tests/test-stat-time.c struct timespec *birthtimes) timespec 222 maint/gnulib/tests/test-stat-time.c struct timespec modtimes[NFILES]; timespec 223 maint/gnulib/tests/test-stat-time.c struct timespec birthtimes[NFILES]; timespec 30 maint/gnulib/tests/test-sys_select-c++.cc struct timespec const *restrict, sigset_t const *restrict)); timespec 43 maint/gnulib/tests/test-sys_stat-c++.cc (int, struct timespec const[2])); timespec 87 maint/gnulib/tests/test-sys_stat-c++.cc (int, char const *, struct timespec const[2], int)); timespec 334 maint/gnulib/tests/test-sys_stat.c struct timespec st; timespec 33 maint/gnulib/tests/test-threads-c++.cc (const struct timespec *, struct timespec *)); timespec 45 maint/gnulib/tests/test-threads-c++.cc (mtx_t *, const struct timespec *)); timespec 56 maint/gnulib/tests/test-threads-c++.cc (cnd_t *, mtx_t *, const struct timespec *)); timespec 28 maint/gnulib/tests/test-time-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::timespec_get, int, (struct timespec *, int)); timespec 33 maint/gnulib/tests/test-time-c++.cc (struct timespec const *, struct timespec *)); timespec 26 maint/gnulib/tests/test-time.c struct timespec t1; timespec 60 maint/gnulib/tests/test-timespec.c valid (struct timespec a) timespec 72 maint/gnulib/tests/test-timespec.c cmp (struct timespec a, struct timespec b) timespec 78 maint/gnulib/tests/test-timespec.c eq (struct timespec a, struct timespec b) timespec 84 maint/gnulib/tests/test-timespec.c extremal (struct timespec a) timespec 95 maint/gnulib/tests/test-timespec.c struct timespec test[nprototypes + 1]; timespec 98 maint/gnulib/tests/test-timespec.c struct timespec prevroundtrip; timespec 120 maint/gnulib/tests/test-timespec.c struct timespec a = test[i]; timespec 122 maint/gnulib/tests/test-timespec.c struct timespec roundtrip = dtotimespec (timespectod (a)); timespec 132 maint/gnulib/tests/test-timespec.c struct timespec b = test[j]; timespec 135 maint/gnulib/tests/test-timespec.c struct timespec sum = timespec_add (a, b); timespec 136 maint/gnulib/tests/test-timespec.c struct timespec diff = timespec_sub (a, b); timespec 137 maint/gnulib/tests/test-timespec.c struct timespec rdiff = timespec_sub (b, a); timespec 147 maint/gnulib/tests/test-timespec.c struct timespec c = test[k]; timespec 150 maint/gnulib/tests/test-timespec.c struct timespec sumbc = timespec_add (b, c); timespec 24 maint/gnulib/tests/test-timespec_get.c SIGNATURE_CHECK (timespec_get, int, (struct timespec *ts, int base)); timespec 31 maint/gnulib/tests/test-timespec_get.c struct timespec ts1; timespec 33 maint/gnulib/tests/test-timespec_get.c struct timespec ts3; timespec 38 maint/gnulib/tests/test-utimens.c do_futimens (int fd, struct timespec const times[2]) timespec 45 maint/gnulib/tests/test-utimens.c do_fdutimens (char const *name, struct timespec const times[2]) timespec 24 maint/gnulib/tests/test-utimens.h test_utimens (int (*func) (char const *, struct timespec const *), bool print) timespec 50 maint/gnulib/tests/test-utimens.h struct timespec ts[2]; timespec 69 maint/gnulib/tests/test-utimens.h struct timespec ts[2]; timespec 79 maint/gnulib/tests/test-utimens.h struct timespec ts[2]; timespec 89 maint/gnulib/tests/test-utimens.h struct timespec ts[2]; timespec 104 maint/gnulib/tests/test-utimens.h struct timespec ts[2]; timespec 124 maint/gnulib/tests/test-utimens.h struct timespec ts[2]; timespec 167 maint/gnulib/tests/test-utimens.h struct timespec ts[2]; timespec 24 maint/gnulib/tests/test-utimensat.c SIGNATURE_CHECK (utimensat, int, (int, char const *, struct timespec const[2], timespec 50 maint/gnulib/tests/test-utimensat.c do_utimensat (char const *name, struct timespec const times[2]) timespec 57 maint/gnulib/tests/test-utimensat.c do_lutimensat (char const *name, struct timespec const times[2]) timespec 104 maint/gnulib/tests/test-utimensat.c struct timespec ts[2];