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

/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dwks_11.c42 struct protoent *pe; local
45 pe = getprotobyname(name);
46 if (pe != NULL)
47 *proto = pe->p_proto;
49 return (ISC_TF(pe != NULL));
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dt_dst.c62 struct dirent *pe; local
72 while ((pe = readdir(dirp)) != NULL) {
73 if (! strcmp(pe->d_name, "."))
75 if (! strcmp(pe->d_name, ".."))
79 l = strlcat(fullname, pe->d_name, sizeof(fullname));
86 path, pe->d_name);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp405 parser< TKZ >::add_error(const parse_error& pe) argument
407 m_errors.push_back(pe);

Completed in 17 milliseconds