Home | History | Annotate | Download | only in irs

Lines Matching refs:irs_pw

110 static void			pw_close(struct irs_pw *);
111 static struct passwd * pw_next(struct irs_pw *);
112 static struct passwd * pw_byname(struct irs_pw *, const char *);
113 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
114 static void pw_rewind(struct irs_pw *);
115 static void pw_minimize(struct irs_pw *);
118 static int hashpw(struct irs_pw *, DBT *);
121 struct irs_pw *
123 struct irs_pw *pw;
154 pw_close(struct irs_pw *this) {
168 pw_next(struct irs_pw *this) {
186 pw_byname(struct irs_pw *this, const char *name) {
207 pw_byuid(struct irs_pw *this, uid_t uid) {
227 pw_rewind(struct irs_pw *this) {
234 pw_minimize(struct irs_pw *this) {
269 hashpw(struct irs_pw *this, DBT *key) {