Searched defs:endp (Results 1 - 25 of 27) sorted by relevance

12

/bind-9.6-ESV-R11/bin/tests/
H A Dgenrandom.c32 char *endp; local
39 k = strtoul(argv[1], &endp, 10);
40 if (*endp != 0) {
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.c65 char **startp, char **endp)
70 assert(s != NULL && startp != NULL && endp != NULL);
105 *endp = end;
64 idn_selectiveencode_findregion(const char *s, char **startp, char **endp) argument
/bind-9.6-ESV-R11/lib/isc/
H A Dinet_pton.c137 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
143 endp = tp + NS_IN6ADDRSZ;
172 if (tp + NS_INT16SZ > endp)
180 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
189 if (tp + NS_INT16SZ > endp)
202 if (tp == endp)
205 endp[- i] = colonp[n - i];
208 tp = endp;
210 if (tp != endp)
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwinetpton.c139 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
145 endp = tp + NS_IN6ADDRSZ;
174 if (tp + NS_INT16SZ > endp)
182 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
191 if (tp + NS_INT16SZ > endp)
205 endp[- i] = colonp[n - i];
208 tp = endp;
210 if (tp != endp)
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c90 char *endp; local
145 protocol = strtol(isc_commandline_argument, &endp, 10);
146 if (*endp != '\0' || protocol < 0 || protocol > 255)
154 verbose = strtol(isc_commandline_argument, &endp, 0);
155 if (*endp != '\0')
H A Ddnssec-dsfromkey.c252 char *endp; local
300 verbose = strtol(isc_commandline_argument, &endp, 0);
301 if (*endp != '\0')
H A Ddnssec-keygen.c133 char *endp; local
170 size = strtol(isc_commandline_argument, &endp, 10);
171 if (*endp != '\0' || size < 0)
178 dbits = strtol(isc_commandline_argument, &endp, 10);
179 if (*endp != '\0' || dbits < 0)
194 &endp, 10);
195 if (*endp != '\0' || generator <= 0)
208 protocol = strtol(isc_commandline_argument, &endp, 10);
209 if (*endp != '\0' || protocol < 0 || protocol > 255)
215 &endp, 1
[all...]
H A Ddnssectool.c272 char *endp; local
275 offset = strtol(str + 1, &endp, 0);
276 if (*endp != '\0')
280 offset = strtol(str + 4, &endp, 0);
281 if (*endp != '\0')
H A Ddnssec-signzone.c3062 char *endp; local
3171 &endp, 0);
3172 if (*endp != '\0')
3183 endp = NULL;
3184 cycle = strtol(isc_commandline_argument, &endp, 0);
3185 if (*endp != '\0' || cycle < 0)
3195 endp = NULL;
3196 jitter = strtol(isc_commandline_argument, &endp, 0);
3197 if (*endp != '\0' || jitter < 0)
3223 endp
[all...]
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_bdb_driver.c130 char *endp, *ttlStr; local
203 pd->ttl = strtol(ttlStr, &endp, 10);
204 if (*endp != '\0' || pd->ttl < 0) {
H A Ddlz_mysql_driver.c385 char *endp; local
415 ttl = strtol(safeGet(row[0]), &endp, 10);
416 if (*endp != '\0' || ttl < 0) {
464 ttl = strtol(safeGet(row[0]), &endp, 10);
465 if (*endp != '\0' || ttl < 0) {
609 char *endp; local
642 ttl = strtol(safeGet(row[0]), &endp, 10);
643 if (*endp != '\0' || ttl < 0) {
792 char *endp; local
837 port = strtol(tmp, &endp, 1
[all...]
H A Ddlz_postgres_driver.c653 char *endp; local
681 ttl = strtol(PQgetvalue(rs, i, 0), &endp, 10);
682 if (*endp != '\0' || ttl < 0) {
728 ttl = strtol(PQgetvalue(rs, i, 0), &endp, 10);
729 if (*endp != '\0' || ttl < 0) {
874 char *endp; local
906 ttl = strtol(PQgetvalue(rs, i, 0), &endp, 10);
907 if (*endp != '\0' || ttl < 0) {
1064 char *endp; local
1109 dbcount = strtol(argv[1], &endp, 1
[all...]
H A Ddlz_bdbhpt_driver.c147 char *endp, *ttlStr; local
230 pd->ttl = strtol(ttlStr, &endp, 10);
231 if (*endp != '\0' || pd->ttl < 0) {
H A Ddlz_filesystem_driver.c376 char *endp; local
566 ttl = strtol(ttlStr, &endp, 10);
567 if (*endp != '\0' || ttl < 0) {
867 char *endp; local
937 cd->splitcnt = strtol(argv[4], &endp, 10);
938 if (*endp != '\0' || cd->splitcnt < 0) {
H A Ddlz_ldap_driver.c337 char *endp = NULL; local
425 ttl = strtol(vals[0], &endp, 10);
426 if (*endp != '\0' || ttl < 0) {
943 char *endp; local
1014 dbcount = strtol(argv[1], &endp, 10);
1015 if (*endp != '\0' || dbcount < 0) {
H A Ddlz_odbc_driver.c837 char *endp; local
903 ttl = strtol(ttl_s, &endp, 10);
905 if (*endp != '\0' || ttl < 0) {
1072 char *endp; local
1133 ttl = strtol(ttl_s, &endp, 10);
1135 if (*endp != '\0' || ttl < 0) {
1263 char *endp; local
1304 dbcount = strtol(argv[1], &endp, 10);
1305 if (*endp != '\0' || dbcount < 0) {
/bind-9.6-ESV-R11/contrib/sdb/pgsql/
H A Dpgsqldb.c155 char *endp; local
156 ttl = strtol(ttlstr, &endp, 10);
157 if (*endp != '\0') {
210 char *endp; local
211 ttl = strtol(ttlstr, &endp, 10);
212 if (*endp != '\0') {
/bind-9.6-ESV-R11/contrib/sdb/sqlite/
H A Dsqlitedb.c84 char *endp; local
94 ttl = strtol(ttlstr, &endp, 10);
95 if (*endp) {
158 char *endp; local
169 ttl = strtol(ttlstr, &endp, 10);
170 if (*endp) {
/bind-9.6-ESV-R11/bin/named/
H A Dmain.c306 char *endp; local
310 ltmp = strtol(arg, &endp, 10);
312 if (*endp != '\0')
/bind-9.6-ESV-R11/lib/dns/
H A Drcode.c414 char *endp; local
419 val = strtoul(buf, &endp, 10);
420 if (*endp == '\0' && val <= 0xffff) {
H A Drdata.c239 unsigned char *tp = tmp, *endp; local
245 endp = tp + NS_LOCATORSZ;
264 if (tp + NS_INT16SZ > endp)
275 if (tp + NS_INT16SZ > endp)
280 if (tp != endp)
1053 char *endp; local
1058 val = strtoul(buf, &endp, 10);
1059 if (*endp == '\0' && val <= 0xffff) {
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c1148 char *endp; local
1185 key_val = strtoul(key, &endp, 10);
1186 if (*endp != '\0' || key_val < 1) {
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dres.c864 const unsigned long *endp = NULL; local
868 for (endp = name; *endp != '.' && *endp != '\0'; endp++)
870 length = (endp - name) + 1;
887 new_label->dot_followed = (*endp == '.');
913 if (*endp == '.')
914 name = endp + 1;
916 name = endp;
[all...]
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c1251 char *endp; local
1252 port = strtol(word, &endp, 10);
1253 if (*endp != 0) {
1292 char *endp; local
1293 port = strtol(word, &endp, 10);
1294 if (*endp != 0) {
/bind-9.6-ESV-R11/lib/isccfg/
H A Dnamedconf.c1178 char *endp; local
1183 value = isc_string_touint64(str, &endp, 10);
1184 if (*endp == 0) {
1190 if (len < 2 || endp[1] != '\0')

Completed in 484 milliseconds

12