Searched refs:c2 (Results 1 – 3 of 3) sorted by relevance
240 char *c, *c2; in addGPT() local261 c2 = strchr(c, ','); in addGPT()263 if (c2 == NULL) { in addGPT()270 *c2++ = '\0'; in addGPT()271 end = strtoul(c2, NULL, 10); in addGPT()
48 volatile char c2 = CHAR_MAX; in testLimits() local
318 const char16_t c2 = ntohs(*s2N); in strzcmp16_h_n() local319 const int d = (int)*s1H++ - (int)c2; in strzcmp16_h_n()