Lines Matching defs:endp
647 char *endp;
675 ttl = strtol(PQgetvalue(rs, i, 0), &endp, 10);
676 if (*endp != '\0' || ttl < 0) {
722 ttl = strtol(PQgetvalue(rs, i, 0), &endp, 10);
723 if (*endp != '\0' || ttl < 0) {
873 char *endp;
905 ttl = strtol(PQgetvalue(rs, i, 0), &endp, 10);
906 if (*endp != '\0' || ttl < 0) {
1066 char *endp;
1111 dbcount = strtol(argv[1], &endp, 10);
1112 if (*endp != '\0' || dbcount < 0) {