Lines Matching defs:irs_pw
59 struct irs_pw {
61 void (*close) __P((struct irs_pw *));
62 struct passwd * (*next) __P((struct irs_pw *));
63 struct passwd * (*byname) __P((struct irs_pw *, const char *));
64 struct passwd * (*byuid) __P((struct irs_pw *, uid_t));
65 void (*rewind) __P((struct irs_pw *));
66 void (*minimize) __P((struct irs_pw *));
67 struct __res_state * (*res_get) __P((struct irs_pw *));
68 void (*res_set) __P((struct irs_pw *, res_state,
172 struct irs_pw * (*pw_map) __P((struct irs_acc *));