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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h87 char ctry_code[_CCBUFLEN]; /* country code */ member in struct:tz_country
H A Dlibzone.c298 (void) strncpy(cp->ctry_code, lp_cc, CCLEN);
299 cp->ctry_code[CCLEN] = '\0';
346 if ((cmp = strncmp(cp->ctry_code, buff, CCLEN)) == 0) {
494 if (strncmp(country->ctry_code, lp_cc, CCLEN) == 0) {

Completed in 59 milliseconds