HomeSort by: relevance | last modified time | path
    Searched defs:pr_byname (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
gen_pr.c 58 static struct protoent * pr_byname(struct irs_pr *, const char *);
91 pr->byname = pr_byname;
133 pr_byname(struct irs_pr *this, const char *name) { function
dns_pr.c 60 static struct protoent * pr_byname(struct irs_pr *, const char *);
97 pr->byname = pr_byname;
124 pr_byname(struct irs_pr *this, const char *name) { function
irp_pr.c 65 static struct protoent * pr_byname(struct irs_pr *, const char *);
100 pr->byname = pr_byname;
128 * struct protoent * pr_byname(struct irs_pr *this, const char *name)
133 pr_byname(struct irs_pr *this, const char *name) { function
lcl_pr.c 99 static struct protoent * pr_byname(struct irs_pr *, const char *);
129 pr->byname = pr_byname;
154 pr_byname(struct irs_pr *this, const char *name) { function
nis_pr.c 80 static struct protoent * pr_byname(struct irs_pr *, const char *);
110 pr->byname = pr_byname;
137 pr_byname(struct irs_pr *this, const char *name) { function

Completed in 48 milliseconds