OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tobase
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpdc/
ntpdc.c
639
uint32_t
tobase
; /* base value for timeout */
local
658
tobase
= (uint32_t)time(NULL);
678
todiff = (((uint32_t)time(NULL)) -
tobase
) & 0x7FFFFFFFu;
832
tobase
= (uint32_t)time(NULL);
/src/external/bsd/ntp/dist/ntpq/
ntpq.c
951
uint32_t
tobase
; /* base value for timeout */
local
973
tobase
= (uint32_t)time(NULL);
1015
todiff = (((uint32_t)time(NULL)) -
tobase
) & 0x7FFFFFFFu;
1289
tobase
= (uint32_t)time(NULL);
Completed in 18 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026