Lines Matching defs:endp
376 char *endp;
406 ttl = strtol(safeGet(row[0]), &endp, 10);
407 if (*endp != '\0' || ttl < 0) {
455 ttl = strtol(safeGet(row[0]), &endp, 10);
456 if (*endp != '\0' || ttl < 0) {
603 char *endp;
636 ttl = strtol(safeGet(row[0]), &endp, 10);
637 if (*endp != '\0' || ttl < 0) {
789 char *endp;
834 port = strtol(tmp, &endp, 10);
835 if (*endp != '\0' || port < 0) {