/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/sbin/cgdconfig/ |
argon2_utils.c | 126 if (timespeccmp(&tp1, &tp2, >)) 157 if (timespeccmp(&tp1, &tp2, >))
|
/src/sys/kern/ |
subr_time.c | 110 KASSERT(timespeccmp(sleepts, &now, <=)); 114 if (timespeccmp(ts, &sleptts, <=)) { /* timed out */
|
subr_time_arith.c | 502 backwards = (timespeccmp(&it->it_value, now, >)); 520 if (__predict_true(timespeccmp(now, next, <)))
|
kern_time.c | 452 if (timespeccmp(&rmtend, &rmtstart, <)) 456 if (timespeccmp(rqt, t, <)) 941 itn && timespeccmp(&it->it_time.it_value, 997 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 | 171 ATF_CHECK_MSG(timespeccmp(&otim.it_value, &rtim.it_value, <=), 191 ATF_CHECK_MSG(timespeccmp(&rtim.it_value, &dt, <=), 201 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/usr.bin/touch/ |
touch.c | 207 timespeccmp(&ts[0], &sb.st_atimespec, ==) && 208 timespeccmp(&ts[1], &sb.st_mtimespec, ==))
|
/src/bin/ksh/ |
c_test.c | 405 && timespeccmp(&b1.st_mtim, &b2.st_mtim, >)) 416 && timespeccmp(&b1.st_mtim, &b2.st_mtim, <))
|
/src/sys/rump/librump/rumpkern/ |
emul.c | 249 if (timespeccmp(&cur, &target, >=)) {
|
/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, >))
|
/src/sys/sys/ |
time.h | 245 #define timespeccmp(tsp, usp, cmp) \ macro
|
/src/usr.bin/find/ |
function.c | 260 return timespeccmp(&entry->fts_statp->st_atim, &plan->ts_data, >); 373 return timespeccmp(&entry->fts_statp->st_ctim, &plan->ts_data, >); 1432 return timespeccmp(&entry->fts_statp->st_mtim, &plan->ts_data, >);
|
/src/share/man/man3/ |
Makefile | 258 timeradd.3 timespeccmp.3
|
/src/tests/fs/vfs/ |
t_vnops.c | 117 if (timespeccmp(&sb2.st_atimespec, &sb1.st_atimespec, >) && 118 timespeccmp(&sb2.st_atimespec, &atplus1, <))
|