Searched defs:pe (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dwks_11.c33 struct protoent *pe; local
36 pe = getprotobyname(name);
37 if (pe != NULL)
38 *proto = pe->p_proto;
40 return (ISC_TF(pe != NULL));
/bind-9.11.3/unit/atf-src/tools/
H A Dparser.hpp405 parser< TKZ >::add_error(const parse_error& pe) argument
407 m_errors.push_back(pe);

Completed in 12 milliseconds