Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/gen/
Dtimezone.c75 } zonetab[] = { variable
107 for (zp = zonetab; zp->offset != -1;++zp) /* static tables */ in _tztab()
/mirbsd/src/usr.bin/host/
Dhost.c5674 zone_tab_t *zonetab[ZHASHSIZE]; /* hash list of zone name info */ variable
5696 for (ps = &zonetab[hfunc]; (s = *ps) != NULL; ps = &s->next)
5744 if (zonetab[i] != NULL) in clear_zonetab()
5747 for (t = NULL, s = zonetab[i]; s != NULL; s = t) in clear_zonetab()
5754 zonetab[i] = NULL; in clear_zonetab()