Home
last modified time | relevance | path

Searched defs:irs_pw (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/libbind/dist/include/
H A Dirs.h59 struct irs_pw { struct
61 void (*close) __P((struct irs_pw *)); argument
62 struct passwd * (*next) __P((struct irs_pw *)); argument
63 struct passwd * (*byname) __P((struct irs_pw *, const char *)); argument
64 struct passwd * (*byuid) __P((struct irs_pw *, uid_t)); argument
65 void (*rewind) __P((struct irs_pw *)); argument
66 void (*minimize) __P((struct irs_pw *)); argument
67 struct __res_state * (*res_get) __P((struct irs_pw *)); argument
68 void (*res_set) __P((struct irs_pw *, res_state, argument
/netbsd/external/bsd/libbind/dist/irs/
H A Dgen_p.h58 irs_pw, /*%< "passwd" */ enumerator