Searched refs:colonp (Results 1 – 1 of 1) sorted by relevance
138 int colonp; in textToNumericFormatV6() local155 colonp = -1; in textToNumericFormatV6()178 if (colonp != -1) in textToNumericFormatV6()180 colonp = j; in textToNumericFormatV6()223 if (colonp != -1) { in textToNumericFormatV6()224 int n = j - colonp; in textToNumericFormatV6()229 dst[INADDR16SZ - i] = dst[colonp + n - i]; in textToNumericFormatV6()230 dst[colonp + n - i] = 0; in textToNumericFormatV6()