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

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

Completed in 36 milliseconds