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

  /src/external/bsd/libbind/dist/irs/
irp_gr.c 78 static struct group * gr_byname(struct irs_gr *, const char *);
116 gr->byname = gr_byname;
194 gr_byname(struct irs_gr *this, const char *name) { function
dns_gr.c 83 static struct group * gr_byname(struct irs_gr *, const char *);
125 gr->byname = gr_byname;
159 gr_byname(struct irs_gr *this, const char *name) { function
lcl_gr.c 112 static struct group * gr_byname(struct irs_gr *, const char *);
150 gr->byname = gr_byname;
186 gr_byname(struct irs_gr *this, const char *name) { function
nis_gr.c 126 static struct group * gr_byname(struct irs_gr *, const char *);
157 gr->byname = gr_byname;
217 gr_byname(struct irs_gr *this, const char *name) { function
gen_gr.c 77 static struct group * gr_byname(struct irs_gr *, const char *);
125 gr->byname = gr_byname;
168 gr_byname(struct irs_gr *this, const char *name) { function

Completed in 17 milliseconds