Searched refs:timespec_get (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dtimespec_get.c1 /* $NetBSD: timespec_get.c,v 1.2 2016/10/04 12:48:15 christos Exp $ */
33 __RCSID("$NetBSD: timespec_get.c,v 1.2 2016/10/04 12:48:15 christos Exp $");
38 /* ISO/IEC 9899:201x 7.27.2.5 The timespec_get function */
41 timespec_get(struct timespec *ts, int base) function
H A DMakefile.inc154 timespec_get.c \
315 timespec_get.3 \
/freebsd-13-stable/include/
H A Dtime.h215 /* ISO/IEC 9899:201x 7.27.2.5 The timespec_get function */
217 int timespec_get(struct timespec *ts, int base);
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dtimefn.c85 /* C11 requires timespec_get, but FreeBSD 11 lacks it, while still claiming C11 compliance.
96 * No good reason, likely a limitation of timespec_get() for some target */
98 if (timespec_get(&time, TIME_UTC) != TIME_UTC) {
99 perror("timefn::timespec_get");

Completed in 47 milliseconds