Home | History | Annotate | Download | only in x509

Lines Matching refs:eptr

414     char *eptr;
417 tag_num = strtoul(vstart, &eptr, 10);
419 if (eptr && *eptr && (eptr > vstart + vlen))
427 if (eptr)
428 vlen -= eptr - vstart;
432 switch (*eptr) {
451 erch[0] = *eptr;
826 char *eptr;
829 bitnum = strtoul(elem, &eptr, 10);
830 if (eptr && *eptr && (eptr != elem + len))