Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_gpsdjson.c117 #define JSON_INT_MIN LLONG_MIN macro
122 #define JSON_INT_MIN LONG_MIN macro
1115 limit_hi = (json_uint)-(JSON_INT_MIN + 1) + 1; in strtojint()