Lines Matching refs:p_coord
1217 * The format of p_coord is:
1225 get_coord(struct tz_timezone *tp, char *p_coord, size_t len_coord)
1267 if (*p_coord == '+') {
1269 } else if (*p_coord == '-') {
1274 p_coord++;
1277 (void) strncpy(buff, p_coord, nchar);
1283 p_coord += nchar;
1286 (void) strncpy(buff, p_coord, COORD_MLEN);
1293 p_coord += COORD_MLEN;
1297 (void) strncpy(buff, p_coord, COORD_SLEN);
1304 p_coord += COORD_SLEN;