Home
last modified time | relevance | path

Searched refs:irs_gr (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/irs/
H A Ddns_gr.c82 static struct group * gr_next(struct irs_gr *);
83 static struct group * gr_byname(struct irs_gr *, const char *);
84 static struct group * gr_bygid(struct irs_gr *, gid_t);
85 static void gr_rewind(struct irs_gr *);
86 static void gr_close(struct irs_gr *);
87 static int gr_list(struct irs_gr *, const char *,
89 static void gr_minimize(struct irs_gr *);
90 static struct __res_state * gr_res_get(struct irs_gr *);
91 static void gr_res_set(struct irs_gr *,
95 static struct group * get_hes_group(struct irs_gr *this,
[all …]
H A Dgen_gr.c57 struct irs_gr * gr;
75 static void gr_close(struct irs_gr *);
76 static struct group * gr_next(struct irs_gr *);
77 static struct group * gr_byname(struct irs_gr *, const char *);
78 static struct group * gr_bygid(struct irs_gr *, gid_t);
79 static void gr_rewind(struct irs_gr *);
80 static int gr_list(struct irs_gr *, const char *,
82 static void gr_minimize(struct irs_gr *);
83 static struct __res_state * gr_res_get(struct irs_gr *);
84 static void gr_res_set(struct irs_gr *,
[all …]
H A Dirp_gr.c76 static void gr_close(struct irs_gr *);
77 static struct group * gr_next(struct irs_gr *);
78 static struct group * gr_byname(struct irs_gr *, const char *);
79 static struct group * gr_bygid(struct irs_gr *, gid_t);
80 static void gr_rewind(struct irs_gr *);
81 static void gr_minimize(struct irs_gr *);
94 struct irs_gr *
96 struct irs_gr *gr; in irs_irp_gr()
132 gr_close(struct irs_gr *this) { in gr_close()
147 gr_next(struct irs_gr *this) { in gr_next()
[all …]
H A Dlcl_gr.c110 static void gr_close(struct irs_gr *);
111 static struct group * gr_next(struct irs_gr *);
112 static struct group * gr_byname(struct irs_gr *, const char *);
113 static struct group * gr_bygid(struct irs_gr *, gid_t);
114 static void gr_rewind(struct irs_gr *);
115 static void gr_minimize(struct irs_gr *);
119 static struct group * grscan(struct irs_gr *, int, gid_t, const char *);
129 struct irs_gr *
131 struct irs_gr *gr; in irs_lcl_gr()
163 gr_close(struct irs_gr *this) { in gr_close()
[all …]
H A Dnis_gr.c124 static void gr_close(struct irs_gr *);
125 static struct group * gr_next(struct irs_gr *);
126 static struct group * gr_byname(struct irs_gr *, const char *);
127 static struct group * gr_bygid(struct irs_gr *, gid_t);
128 static void gr_rewind(struct irs_gr *);
129 static void gr_minimize(struct irs_gr *);
131 static struct group * makegroupent(struct irs_gr *);
136 struct irs_gr *
138 struct irs_gr *gr; in irs_nis_gr()
170 gr_close(struct irs_gr *this) { in gr_close()
[all …]
H A Dgetgrent.c119 struct irs_gr *gr; in getgrent_p()
129 struct irs_gr *gr; in getgrnam_p()
144 struct irs_gr *gr; in getgrgid_p()
159 struct irs_gr *gr; in setgroupent_p()
184 struct irs_gr *gr; in endgrent_p()
193 struct irs_gr *gr; in getgrouplist_p()
H A Dgen_p.h57 irs_gr, /*%< "group" */ enumerator
72 struct irs_gr * gr;
107 extern struct irs_gr * irs_gen_gr __P((struct irs_acc *));
H A Dirs_p.h46 extern int make_group_list(struct irs_gr *, const char *,
H A Dnis_p.h43 extern struct irs_gr * irs_nis_gr __P((struct irs_acc *));
H A Dlcl_p.h45 extern struct irs_gr * irs_lcl_gr __P((struct irs_acc *));
H A Dirs_data.h31 struct irs_gr * gr;
H A Dgen.c91 { "group", irs_gr },
295 if (map == irs_gr) in add_rule()
373 add_rule(irs, irs_gr, irs_lcl, ""); in default_map_rules()
H A Ddns_p.h45 extern struct irs_gr * irs_dns_gr __P((struct irs_acc *));
H A Dirp_p.h41 extern struct irs_gr * irs_irp_gr __P((struct irs_acc *));
H A Dutil.c68 make_group_list(struct irs_gr *this, const char *name, in make_group_list()
/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
[all …]