Lines Matching defs:p2
53 char *p2;68 p2 = malloc(len);69 if (p2 == NULL)73 p2 = tempstring;74 (void) strcpy(p2, p1);76 if (mbstowcs(wstring, p2, len) == (size_t)-1) {78 if ((retcode = mbtowc(wstring, p2, MB_CUR_MAX)) == -1) {79 *wstring = (wchar_t)*p2 & 0xff;80 p2++;82 p2 += retcode;91 free(p2);