Searched refs:strtouv64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dvint64ops.h26 extern vint64 strtouv64(const char * begp, char ** endp, int base);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dvint64ops.c42 strtouv64( function
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c208 pt->head.expire = strtouv64(cp, &ep, 10);
214 pt->head.update = strtouv64(cp, &ep, 10);
219 ttime = strtouv64(cp, &ep, 10);

Completed in 124 milliseconds