Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dnetscope.c40 isc_uint64_t llz; in isc_netscope_pton() local
62 llz = isc_string_touint64(scopename, &ep, 10); in isc_netscope_pton()
67 zone = (isc_uint32_t)(llz & 0xffffffffUL); in isc_netscope_pton()
68 if (zone != llz) in isc_netscope_pton()
/freebsd/contrib/file/
H A Dconfig.h.in95 /* Define to 1 if you have the 'lz' library (-llz). */