Searched defs:irs_pw (Results 1 – 2 of 2) sorted by relevance
57 struct irs_pw { struct 59 void (*close) __P((struct irs_pw *)); argument 60 struct passwd * (*next) __P((struct irs_pw *)); argument 61 struct passwd * (*byname) __P((struct irs_pw *, const char *)); argument 62 struct passwd * (*byuid) __P((struct irs_pw *, uid_t)); argument 63 void (*rewind) __P((struct irs_pw *)); argument 64 void (*minimize) __P((struct irs_pw *)); argument 65 struct __res_state * (*res_get) __P((struct irs_pw *)); argument 66 void (*res_set) __P((struct irs_pw *, res_state, argument [all...]
56 irs_pw, /*%< "passwd" */ enumerator