Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c207 char buff[BUFFLEN], ccbuf[_CCBUFLEN], *ptr; in get_tz_countries() local
219 ccbuf[0] = '\0'; in get_tz_countries()
268 if (strncmp(ccbuf, lp_cc, CCLEN) == 0) { in get_tz_countries()
300 (void) strncpy(ccbuf, lp_cc, CCLEN); in get_tz_countries()
301 ccbuf[CCLEN] = '\0'; in get_tz_countries()