Searched defs:pstr (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp2367 char *pstr = (char *)portStr.c_str(); local
2369 long val = strtol(pstr, &endStr, 10);
2370 if (endStr > pstr) //successful parse?

Completed in 49 milliseconds