Lines Matching defs:lp_tz
208 char *lp, *lptr, *lp_coord, *lp_cc, *lp_tz; /* line pointer */
282 lp_tz = skipwhite(lp_coord + len_coord);
283 if ((len = strcspn(lp_tz, SLASH)) == 0) {
290 (strncmp(cont->ctnt_name, lp_tz, len) == 0)) {
454 char *lp_cc, *lp_tz, *lp_otz, *lp_coord, *lp_tzdesc, *ptr, *lptr;
511 lp_tz = skipwhite(lp_otz + len_otz);
512 len_tz = strcspn(lp_tz, WHITESPACE_NL);
513 if (*(lp_tz + len_tz - 1) == '\n') {
520 lp_tzdesc = skipwhite(lp_tz +
529 * lp_tz is "-".)
553 if (strncmp("-", lp_tz, len_tz) == 0) {
554 lp_tz = lp_otz;
558 if (strcspn(lp_tz, DIGITS) < len_tz) {
566 (void) strncpy(tp->tz_name + 1, lp_tz, len_tz);
569 (void) strncpy(tp->tz_name, lp_tz, len_tz);