Searched refs:timercmp (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/ntp-88/include/
H A Dparse.h93 #if defined(timercmp) && defined(__GNUC__)
94 #undef timercmp macro
97 #if !defined(timercmp)
98 #define timercmp(tvp, uvp, cmp) \ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtime.h154 #define timercmp(tvp, uvp, cmp) \ macro
177 #define timevalcmp(l, r, cmp) timercmp(l, r, cmp) /* freebsd */
/macosx-10.9.5/smb-697.95.1/kernel/mysys/sys/
H A Dsmb_apple.h117 #define timevalcmp(l, r, cmp) timercmp(l, r, cmp)
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_time.c342 if (timercmp(&p->p_rtime, &now, <))
512 if (timercmp(&p->p_rtime, &t, <=)) {
516 if (timercmp(&p->p_rtime, &t, >))
H A Dtty.c2075 if (timercmp(&etime, &timecopy, <=))
2094 if (timercmp(&etime, &timecopy, <=)) {
H A Dkern_resource.c744 if (timercmp(&p->p_rlim_cpu, &tv, >))
/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c633 if (timercmp(&(((struct sm *)a)->timeval),
636 else if (timercmp(&(((struct sm *)a)->timeval),
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.proc.c1175 # undef timercmp macro
1176 # define timercmp(tvp, uvp, cmp) \ macro
1195 if (timercmp(&diff, &tetime, >))
1211 if (timercmp(&diff, &tetime, >))
/macosx-10.9.5/bless-98/
H A Dfirmwaresyncd.c506 if (timercmp(&filetime, &stamptime, >)) {
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_main.c954 if (result == EX_OK && timercmp(&lastModTime, &tempTimes[1], !=)) {
H A Dkextcache_main.c1773 if (timercmp(&toolArgs->extensionsDirTimes[1], &extDirsTimes[1], !=)) {
1849 if (timercmp(origModTime, &cacheFileTimes[1], !=)) {
2853 if (timercmp(&kextTimes[1], &kernelTimes[1], >)) {
H A Dkext_tools_util.c667 if (timercmp(&myTempModTime, &dirTimeVals[1], >)) {
/macosx-10.9.5/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMPMMtest.c461 } while (timercmp(&nowtv, &endtv, < ));
H A DKQMPMMtest.c514 } while (timercmp(&nowtv, &endtv, < ));
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmisc.c894 if (timercmp(&bw->bwstart, &bw->bwend, >)) {
/macosx-10.9.5/adv_cmds-153/pkill/
H A Dpkill.c704 } else if (timercmp(&kp->ki_start, &best_tval, >)) {
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-dos.c298 if (timercmp(&now, &expiry, >))
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dusb-libusb.c1754 if (timercmp(&now, &end, <))
/macosx-10.9.5/CF-855.17/
H A DCFSocket.c1698 if (timerisset(&s->_readBufferTimeout) && (*minTime == NULL || timercmp(&s->_readBufferTimeout, *minTime, <)))
1774 if (timercmp(&s->_readBufferTimeout, &timeoutVal, !=)) {

Completed in 464 milliseconds