Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c209 char buff[BUFFLEN], ccbuf[_CCBUFLEN], *ptr; in get_tz_countries() local
217 ccbuf[0] = '\0'; in get_tz_countries()
266 if (strncmp(ccbuf, lp_cc, CCLEN) == 0) { in get_tz_countries()
298 (void) strncpy(ccbuf, lp_cc, CCLEN); in get_tz_countries()
299 ccbuf[CCLEN] = '\0'; in get_tz_countries()