Lines Matching refs:eptr
350 char *eptr;353 tag_num = strtoul(vstart, &eptr, 10);355 if (eptr && *eptr && (eptr > vstart + vlen))363 if (eptr)364 vlen -= eptr - vstart;368 switch (*eptr) {388 "Char=%c", *eptr);745 char *eptr;748 bitnum = strtoul(elem, &eptr, 10);749 if (eptr && *eptr && (eptr != elem + len))