Searched refs:grscan (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/distrib/utils/libhack/
H A Dgetgrent.c100 static int grscan(int, gid_t, const char *, const char *);
114 if ((!_gr_fp && !grstart()) || !grscan(0, 0, NULL, NULL))
151 rval = grscan(1, 0, name, NULL);
164 rval = grscan(1, gid, NULL, NULL);
259 grscan(int search, gid_t gid, const char *name, const char *user) function
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dlcl_gr.c119 static struct group * grscan(struct irs_gr *, int, gid_t, const char *);
182 return (grscan(this, 0, 0, NULL));
189 return (grscan(this, 1, 0, name));
196 return (grscan(this, 1, gid, NULL));
283 grscan(struct irs_gr *this, int search, gid_t gid, const char *name) { function
/netbsd-current/usr.sbin/mtree/
H A Dgetid.c88 static int grscan(int, gid_t, const char *);
158 rval = grscan(1, 0, name);
171 rval = grscan(1, gid, NULL);
219 grscan(int search, gid_t gid, const char *name) function

Completed in 106 milliseconds