Lines Matching refs:irs_pw
61 static void pw_close(struct irs_pw *);
62 static struct passwd * pw_next(struct irs_pw *);
63 static struct passwd * pw_byname(struct irs_pw *, const char *);
64 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
65 static void pw_rewind(struct irs_pw *);
66 static void pw_minimize(struct irs_pw *);
67 static struct __res_state * pw_res_get(struct irs_pw *);
68 static void pw_res_set(struct irs_pw *,
74 struct irs_pw *
77 struct irs_pw *pw;
91 pvt->rules = accpvt->map_rules[irs_pw];
108 pw_close(struct irs_pw *this) {
116 pw_next(struct irs_pw *this) {
119 struct irs_pw *pw;
138 pw_rewind(struct irs_pw *this) {
140 struct irs_pw *pw;
150 pw_byname(struct irs_pw *this, const char *name) {
154 struct irs_pw *pw;
167 pw_byuid(struct irs_pw *this, uid_t uid) {
171 struct irs_pw *pw;
184 pw_minimize(struct irs_pw *this) {
189 struct irs_pw *pw = rule->inst->pw;
196 pw_res_get(struct irs_pw *this) {
214 pw_res_set(struct irs_pw *this, struct __res_state *res,
228 struct irs_pw *pw = rule->inst->pw;