Home
last modified time | relevance | path

Searched refs:json_uint (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c113 typedef unsigned long long int json_uint; typedef
118 typedef unsigned long int json_uint; typedef
1095 json_uint accu, limit_lo, limit_hi; in strtojint()
1113 limit_hi = (json_uint)-(JSON_INT_MIN + 1) + 1; in strtojint()
1117 limit_hi = (json_uint)JSON_INT_MAX; in strtojint()