Home | History | Annotate | Download | only in irs

Lines Matching refs:irs_pw

67 static void			pw_close(struct irs_pw *);
68 static struct passwd * pw_next(struct irs_pw *);
69 static struct passwd * pw_byname(struct irs_pw *, const char *);
70 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
71 static void pw_rewind(struct irs_pw *);
72 static void pw_minimize(struct irs_pw *);
77 struct irs_pw *
79 struct irs_pw *pw;
110 * void pw_close(struct irs_pw *this)
115 pw_close(struct irs_pw *this) {
127 * struct passwd * pw_next(struct irs_pw *this)
132 pw_next(struct irs_pw *this) {
171 * struct passwd * pw_byname(struct irs_pw *this, const char *name)
176 pw_byname(struct irs_pw *this, const char *name) {
219 * struct passwd * pw_byuid(struct irs_pw *this, uid_t uid)
224 pw_byuid(struct irs_pw *this, uid_t uid) {
267 * void pw_rewind(struct irs_pw *this)
272 pw_rewind(struct irs_pw *this) {
296 * void pw_minimize(struct irs_pw *this)
301 pw_minimize(struct irs_pw *this) {