Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/include/
H A Dirs.h41 struct irs_gr { struct
43 void (*close) __P((struct irs_gr *)); argument
44 struct group * (*next) __P((struct irs_gr *)); argument
45 struct group * (*byname) __P((struct irs_gr *, const char *)); argument
46 struct group * (*bygid) __P((struct irs_gr *, gid_t)); argument
47 int (*list) __P((struct irs_gr *, const char *, argument
49 void (*rewind) __P((struct irs_gr *)); argument
50 void (*minimize) __P((struct irs_gr *)); argument
51 struct __res_state * (*res_get) __P((struct irs_gr *)); argument
52 void (*res_set) __P((struct irs_gr *, res_state, argument
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgen_p.h57 irs_gr, /*%< "group" */ enumerator