Home
last modified time | relevance | path

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

/system/core/fastbootd/other/
Dgptedit.c240 char *c, *c2; in addGPT() local
261 c2 = strchr(c, ','); in addGPT()
263 if (c2 == NULL) { in addGPT()
270 *c2++ = '\0'; in addGPT()
271 end = strtoul(c2, NULL, 10); in addGPT()
/system/extras/tests/bionic/libstdc++/
Dtest_climits.cpp48 volatile char c2 = CHAR_MAX; in testLimits() local
/system/core/libutils/
DUnicode.cpp318 const char16_t c2 = ntohs(*s2N); in strzcmp16_h_n() local
319 const int d = (int)*s1H++ - (int)c2; in strzcmp16_h_n()