Searched refs:isc_string_touint64 (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | netscope.c | 53 llz = isc_string_touint64(scopename, &ep, 10);
|
H A D | string.c | 53 isc_string_touint64(char *source, char **end, int base) { function
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | string.h | 33 isc_string_touint64(char *source, char **endp, int base);
|
/bind-9.11.3/lib/dns/rdata/any_255/ |
H A D | tsig_250.c | 52 sigtime = isc_string_touint64(DNS_AS_STR(token), &e, 10);
|
/bind-9.11.3/lib/isccfg/ |
H A D | namedconf.c | 2380 value = isc_string_touint64(str, &endp, 10); 2456 percent = isc_string_touint64(TOKEN_STRING(pctx), &endp, 10);
|
H A D | parser.c | 752 percent = isc_string_touint64(TOKEN_STRING(pctx), &endp, 10);
|
Completed in 47 milliseconds