Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c3078 stringzone(char *result, struct zone const *zpfirst, ptrdiff_t zonecount) in stringzone() argument
3103 zp = zpfirst + zonecount - 1; in stringzone()
3201 outzone(const struct zone *zpfirst, ptrdiff_t zonecount) in outzone() argument
3249 struct zone const *zp = &zpfirst[i]; in outzone()
3262 compat = stringzone(envvar, zpfirst, zonecount); in outzone()
3269 zpfirst->z_name); in outzone()
3276 zpfirst->z_name, compat); in outzone()
3307 struct zone const *zp = &zpfirst[i]; in outzone()
3555 writezone(zpfirst->z_name, envvar, version, defaulttype); in outzone()