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

/haiku-fatelf/src/kits/network/libbind/irs/
H A Dlcl_gr.c117 static struct group * grscan(struct irs_gr *, int, gid_t, const char *);
180 return (grscan(this, 0, 0, NULL));
187 return (grscan(this, 1, 0, name));
194 return (grscan(this, 1, gid, NULL));
281 grscan(struct irs_gr *this, int search, gid_t gid, const char *name) { function

Completed in 36 milliseconds