HomeSort by: relevance | last modified time | path
    Searched defs:grscan (Results 1 - 3 of 3) sorted by relevancy

  /src/distrib/utils/libhack/
getgrent.c 100 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
  /src/usr.sbin/mtree/
getid.c 88 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
  /src/external/bsd/libbind/dist/irs/
lcl_gr.c 119 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

Completed in 15 milliseconds