Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c301 static tznmlist_t *systemTZrec; variable
2468 for (tzn = systemTZrec; tzn != NULL; tzn = tzn->link) { in getsystemTZ()
2476 tzn->link = systemTZrec; in getsystemTZ()
2477 systemTZrec = tzn; in getsystemTZ()