Searched refs:lp_cc (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 208 char *lp, *lptr, *lp_coord, *lp_cc, *lp_tz; /* line pointer */ in get_tz_countries() local 261 lp_cc = skipwhite(&buff[0]); in get_tz_countries() 262 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { in get_tz_countries() 268 if (strncmp(ccbuf, lp_cc, CCLEN) == 0) { in get_tz_countries() 272 lp_coord = skipwhite(lp_cc + CCLEN); in get_tz_countries() 298 (void) strncpy(cp->ctry_code, lp_cc, CCLEN); in get_tz_countries() 300 (void) strncpy(ccbuf, lp_cc, CCLEN); in get_tz_countries() 454 char *lp_cc, *lp_tz, *lp_otz, *lp_coord, *lp_tzdesc, *ptr, *lptr; in get_timezones_by_country() local 488 lp_cc = skipwhite(&buff[0]); in get_timezones_by_country() 489 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { in get_timezones_by_country() [all …]
|