| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | dns_gr.c | 82 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 D | gen_gr.c | 57 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 D | irp_gr.c | 76 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 D | lcl_gr.c | 110 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 D | nis_gr.c | 124 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 D | getgrent.c | 119 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 D | gen_p.h | 57 irs_gr, /*%< "group" */ enumerator 72 struct irs_gr * gr; 107 extern struct irs_gr * irs_gen_gr __P((struct irs_acc *));
|
| H A D | irs_p.h | 46 extern int make_group_list(struct irs_gr *, const char *,
|
| H A D | nis_p.h | 43 extern struct irs_gr * irs_nis_gr __P((struct irs_acc *));
|
| H A D | lcl_p.h | 45 extern struct irs_gr * irs_lcl_gr __P((struct irs_acc *));
|
| H A D | irs_data.h | 31 struct irs_gr * gr;
|
| H A D | gen.c | 91 { "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 D | dns_p.h | 45 extern struct irs_gr * irs_dns_gr __P((struct irs_acc *));
|
| H A D | irp_p.h | 41 extern struct irs_gr * irs_irp_gr __P((struct irs_acc *));
|
| H A D | util.c | 68 make_group_list(struct irs_gr *this, const char *name, in make_group_list()
|
| /netbsd-src/external/bsd/libbind/dist/include/ |
| H A D | irs.h | 41 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 …]
|