Home | History | Annotate | Download | only in irs

Lines Matching refs:irs_pw

60 static void 			pw_close(struct irs_pw *);
61 static struct passwd * pw_byname(struct irs_pw *, const char *);
62 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
63 static struct passwd * pw_next(struct irs_pw *);
64 static void pw_rewind(struct irs_pw *);
65 static void pw_minimize(struct irs_pw *);
66 static struct __res_state * pw_res_get(struct irs_pw *);
67 static void pw_res_set(struct irs_pw *,
71 static struct passwd * getpwcommon(struct irs_pw *, const char *,
76 struct irs_pw *
79 struct irs_pw *pw;
113 pw_close(struct irs_pw *this) {
124 pw_byname(struct irs_pw *this, const char *nam) {
129 pw_byuid(struct irs_pw *this, uid_t uid) {
137 pw_next(struct irs_pw *this) {
144 pw_rewind(struct irs_pw *this) {
150 pw_minimize(struct irs_pw *this) {
156 pw_res_get(struct irs_pw *this) {
164 pw_res_set(struct irs_pw *this, struct __res_state * res,
175 getpwcommon(struct irs_pw *this, const char *arg, const char *type) {