Home
last modified time | relevance | path

Searched refs:item_t2 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_init.c17284 char *item_t1 = NULL, *item_t2 = NULL, wktext[32] = {""}, *pch; in gmtinit_parse_proj4() local
17317 if (item_t2 && !GMT->current.ps.active && !strcmp(item_t2, "/1:1")) { in gmtinit_parse_proj4()
17323 else if (item_t2) { in gmtinit_parse_proj4()
17325 len = strlen(item_t2); in gmtinit_parse_proj4()
17326 if (item_t2[len-1] == 'W') { /* See if scale is in fact a width */ in gmtinit_parse_proj4()
17327 item_t2[0] = (char)toupper(item_t2[0]); /* and let the GMT machinery detect this fact */ in gmtinit_parse_proj4()
17328 item_t2[len-1] = '\0'; in gmtinit_parse_proj4()
17338 pch = &item_t2[scale_pos]; in gmtinit_parse_proj4()
17346 free (item_t2); /* Cannot be freed before */ in gmtinit_parse_proj4()
17347 item_t2 = NULL; in gmtinit_parse_proj4()
[all …]