| /src/usr.sbin/rtadvd/ |
| timer.c | 109 if (timespeccmp(&timer->tm, &tm_max, <)) 134 if (timespeccmp(&tm->tm, &now, <=)) { 141 if (timespeccmp(&tm->tm, &tm_max, <)) 145 if (timespeccmp(&tm_max, &tm_limit, ==)) 147 if (timespeccmp(&tm_max, &now, <)) { 162 if (timespeccmp(&timer->tm, &now, <=)) {
|
| /src/tests/lib/libpthread/ |
| t_thrd.c | 194 ATF_REQUIRE(timespeccmp(&diff, &ts, >=)); 195 ATF_REQUIRE(timespeccmp(&zero, &rem, ==)); 210 ATF_REQUIRE(timespeccmp(&diff, &ts, <)); 211 ATF_REQUIRE(timespeccmp(&zero, &rem, !=));
|
| t_condwait.c | 89 ATF_REQUIRE(timespeccmp(&te, &ts, >=));
|
| /src/external/bsd/libfido2/dist/src/ |
| time.c | 57 if (timespeccmp(&ts_end, ts_start, <)) { 58 fido_log_debug("%s: timespeccmp", __func__);
|
| /src/external/bsd/libfido2/dist/openbsd-compat/ |
| time.h | 55 #define timespeccmp(tsp, usp, cmp) \ macro
|
| /src/sbin/cgdconfig/ |
| argon2_utils.c | 126 if (timespeccmp(&tp1, &tp2, >)) 157 if (timespeccmp(&tp1, &tp2, >))
|
| /src/sys/kern/ |
| subr_time.c | 111 KASSERT(timespeccmp(sleepts, &now, <=)); 115 if (timespeccmp(ts, &sleptts, <=)) { /* timed out */
|
| subr_time_arith.c | 525 if (__predict_true(timespeccmp(now, next, <))) { 571 KASSERT(timespeccmp(next, now, <=)); 575 KASSERT(timespeccmp(now, next, <));
|
| kern_time.c | 466 if (timespeccmp(&rmtend, &rmtstart, <)) 470 if (timespeccmp(rqt, t, <)) 955 itn && timespeccmp(&it->it_time.it_value, 1011 if (timespeccmp(&aits->it_value, &now, <))
|
| /src/tests/kernel/ |
| t_timeleft.c | 99 ATF_REQUIRE(timespeccmp(&i.ts, &ts, <));
|
| t_nanosleep.c | 111 if (timespeccmp(&before, &after, >))
|
| /src/tests/lib/libc/sys/ |
| t_timer_create.c | 173 ATF_CHECK_MSG(timespeccmp(&otim.it_value, &rtim.it_value, <=), 193 ATF_CHECK_MSG(timespeccmp(&rtim.it_value, &dt, <=), 203 ATF_CHECK_MSG(timespeccmp(&otim.it_interval, &rtim.it_interval, ==),
|
| t_nanosleep.c | 80 if (timespeccmp(&ts2, &ts1, <=) != 0) {
|
| t_clock_gettime.c | 253 ATF_CHECK_MSG(timespeccmp(&t0, &t1, <=), 263 } while (timespeccmp(&mono_d, &maxtime, <));
|
| /src/lib/libperfuse/ |
| debug.c | 236 if (timespeccmp(&ts, &ts_min[pt->pt_opcode], <) || 240 if (timespeccmp(&ts, &ts_max[pt->pt_opcode], >))
|
| /src/usr.bin/who/ |
| utmpentry.c | 128 if (timespeccmp(&st.st_mtimespec, &utmpxtime, >)) 142 if (timespeccmp(&st.st_mtimespec, &utmptime, >))
|
| /src/sys/nfs/ |
| nfs_clntsubs.c | 222 || timespeccmp(&ctime, &vap->va_ctime, !=))) 398 if (timespeccmp(omtime, mtime, <=)) { 403 if (vp->v_type == VDIR && timespeccmp(octime, ctime, <=)) {
|
| nfsm_subs.h | 279 if (timespeccmp(&nfsp->n_nctime, &ctime, ==)) \ 283 ttretf = timespeccmp(&nfsp->n_mtime, &mtime, ==);\
|
| /src/bin/ksh/ |
| c_test.c | 405 && timespeccmp(&b1.st_mtim, &b2.st_mtim, >)) 416 && timespeccmp(&b1.st_mtim, &b2.st_mtim, <))
|
| /src/usr.bin/touch/ |
| touch.c | 207 timespeccmp(&ts[0], &sb.st_atimespec, ==) && 208 timespeccmp(&ts[1], &sb.st_mtimespec, ==))
|
| /src/sys/rump/librump/rumpkern/ |
| emul.c | 249 if (timespeccmp(&cur, &target, >=)) {
|
| /src/crypto/external/bsd/openssh/dist/ |
| misc-agent.c | 314 if (timespeccmp(&sb.st_mtim, &now, >)) {
|
| ssh-keyscan.c | 548 if (c && timespeccmp(&c->c_ts, &now, >)) 567 while (c && timespeccmp(&c->c_ts, &now, <)) {
|
| /src/bin/test/ |
| test.c | 882 timespeccmp(&b1.st_mtim, &b2.st_mtim, >)); 892 timespeccmp(&b1.st_mtim, &b2.st_mtim, <));
|
| /src/lib/libcrypt/ |
| crypt-argon2.c | 226 if (timespeccmp(&tp1, &tp2, >))
|