Home | History | Annotate | Download | only in irs

Lines Matching refs:irs_pw

80 static void			pw_close(struct irs_pw *);
81 static struct passwd * pw_next(struct irs_pw *);
82 static struct passwd * pw_byname(struct irs_pw *, const char *);
83 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
84 static void pw_rewind(struct irs_pw *);
85 static void pw_minimize(struct irs_pw *);
87 static struct passwd * makepasswdent(struct irs_pw *);
92 struct irs_pw *
94 struct irs_pw *pw;
125 pw_close(struct irs_pw *this) {
136 pw_next(struct irs_pw *this) {
171 pw_byname(struct irs_pw *this, const char *name) {
188 pw_byuid(struct irs_pw *this, uid_t uid) {
205 pw_rewind(struct irs_pw *this) {
212 pw_minimize(struct irs_pw *this) {
220 makepasswdent(struct irs_pw *this) {