Lines Matching defs:endp
444 char *endp;
475 ttl = strtol(safeGet(row[0]), &endp, 10);
476 if (*endp != '\0' || ttl < 0) {
514 ttl = strtol(safeGet(row[0]), &endp, 10);
515 if (*endp != '\0' || ttl < 0) {
644 char *endp;
672 ttl = strtol(safeGet(row[0]), &endp, 10);
673 if (*endp != '\0' || ttl < 0) {
808 char *endp;
872 mysql->port = strtol(tmp, &endp, 10);
873 if (*endp != '\0' || mysql->port < 0) {
918 dbcount = strtol(tmp, &endp, 10);
919 if (*endp != '\0' || dbcount < 1) {