Home | History | Annotate | Download | only in pending

Lines Matching refs:endp

552   char input[80], *endp;
560 val = strtoul(input, &endp, 16);
561 if (endp && *endp) continue;