Searched refs:ep (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dnetscope.c25 char *ep; local
53 llz = isc_string_touint64(scopename, &ep, 10);
54 if (ep == scopename)
/bind-9.11.3/lib/lwres/
H A Dgetaddrinfo.c356 char *p, *ep; local
370 ep = NULL;
379 &ep, 10);
380 if (p != NULL && ep != NULL && ep[0] == '\0')
H A Dlwconfig.c480 char *ep; local
491 zone = strtoul(percent, &ep, 10);
492 if (ep != percent && *ep == 0)
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c366 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 Dopensslrsa_link.c1463 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