Searched refs:chp (Results 1 – 3 of 3) sorted by relevance
759 char *chp = const_cast<char *> (path); in create_parent_dirs() local762 if (chp[0] == '/') in create_parent_dirs()763 chp++; in create_parent_dirs()767 while (chp && chp[0]) { in create_parent_dirs()768 chp = strchr(chp, '/'); in create_parent_dirs()769 if (chp) { in create_parent_dirs()770 *chp = 0; in create_parent_dirs()779 *chp++ = '/'; in create_parent_dirs()
180 char *chp = cleaned; in handleStringTag() local182 while ((ch = *chp)) { in handleStringTag()184 *chp = '?'; in handleStringTag()186 chp++; in handleStringTag()
1104 jchar* chp = buffer; in NewStringLatin1() local1106 *chp++ = *bytes++; in NewStringLatin1()