Searched refs:ep (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | netscope.c | 25 char *ep; local 53 llz = isc_string_touint64(scopename, &ep, 10); 54 if (ep == scopename)
|
/bind-9.11.3/lib/lwres/ |
H A D | getaddrinfo.c | 356 char *p, *ep; local 370 ep = NULL; 379 &ep, 10); 380 if (p != NULL && ep != NULL && ep[0] == '\0')
|
H A D | lwconfig.c | 480 char *ep; local 491 zone = strtoul(percent, &ep, 10); 492 if (ep != percent && *ep == 0)
|
/bind-9.11.3/lib/irs/ |
H A D | getaddrinfo.c | 366 char *p, *ep; local 379 ep = NULL; 388 &ep, 10); 389 if (p != NULL && ep != NULL && ep[0] == '\0')
|
/bind-9.11.3/lib/dns/ |
H A D | opensslrsa_link.c | 1463 ENGINE *ep = NULL; local 1524 ep = dst__openssl_getengine(engine); 1525 if (ep == NULL) 1527 pkey = ENGINE_load_private_key(ep, label, NULL, NULL);
|
Completed in 15 milliseconds