Lines Matching refs:lp_cc
208 char *lp, *lptr, *lp_coord, *lp_cc, *lp_tz; /* line pointer */
261 lp_cc = skipwhite(&buff[0]);
262 if (strcspn(lp_cc, WHITESPACE) != CCLEN) {
268 if (strncmp(ccbuf, lp_cc, CCLEN) == 0) {
272 lp_coord = skipwhite(lp_cc + CCLEN);
298 (void) strncpy(cp->ctry_code, lp_cc, CCLEN);
300 (void) strncpy(ccbuf, lp_cc, CCLEN);
454 char *lp_cc, *lp_tz, *lp_otz, *lp_coord, *lp_tzdesc, *ptr, *lptr;
488 lp_cc = skipwhite(&buff[0]);
489 if (strcspn(lp_cc, WHITESPACE) != CCLEN) {
494 if (strncmp(country->ctry_code, lp_cc, CCLEN) == 0) {
498 lp_coord = skipwhite(lp_cc + CCLEN);