Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_gpsdjson.c115 typedef unsigned long long int json_uint; typedef
120 typedef unsigned long int json_uint; typedef
1097 json_uint accu, limit_lo, limit_hi; in strtojint()
1115 limit_hi = (json_uint)-(JSON_INT_MIN + 1) + 1; in strtojint()
1119 limit_hi = (json_uint)JSON_INT_MAX; in strtojint()