Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c220 int presentzone, missingzone; in __priv_set_to_str() local
224 presentzone = missingzone = 0; in __priv_set_to_str()
240 missingzone++; in __priv_set_to_str()
259 if (present == presentzone && 1 + missingzone < count) { in __priv_set_to_str()