Lines Matching defs:endp
850 char *endp;865 esuite = strtol(optarg, &endp, 0);866 if (endp == optarg) {869 } else if (endp && *endp == '.' && esuite > 0) {870 char *tt = endp + 1;871 etest = strtol(tt, &endp, 0);872 if (endp == tt) {875 } else if (endp && *endp != '\0') {882 } else if (endp && *endp != '\0') {