Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h85 char ctry_code[_CCBUFLEN]; /* country code */ member
H A Dlibzone.c296 (void) strncpy(cp->ctry_code, lp_cc, CCLEN); in get_tz_countries()
297 cp->ctry_code[CCLEN] = '\0'; in get_tz_countries()
344 if ((cmp = strncmp(cp->ctry_code, buff, CCLEN)) == 0) { in get_tz_countries()
492 if (strncmp(country->ctry_code, lp_cc, CCLEN) == 0) { in get_timezones_by_country()