Searched refs:ctry_code (Results 1 – 2 of 2) sorted by relevance
85 char ctry_code[_CCBUFLEN]; /* country code */ member
296 (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()