Lines Matching defs:irs_gr
39 struct irs_gr {
41 void (*close) __P((struct irs_gr *));
42 struct group * (*next) __P((struct irs_gr *));
43 struct group * (*byname) __P((struct irs_gr *, const char *));
44 struct group * (*bygid) __P((struct irs_gr *, gid_t));
45 int (*list) __P((struct irs_gr *, const char *,
47 void (*rewind) __P((struct irs_gr *));
48 void (*minimize) __P((struct irs_gr *));
49 struct __res_state * (*res_get) __P((struct irs_gr *));
50 void (*res_set) __P((struct irs_gr *, res_state,
169 struct irs_gr * (*gr_map) __P((struct irs_acc *));