Lines Matching full:endp
248 char *endp;249 i = strtol(argv[argNum], &endp, 0);250 if (endp == argv[argNum]) {