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

  /src/external/bsd/libbind/dist/irs/
gen_p.h 57 irs_gr, /*%< "group" */ enumerator in enum:irs_map_id
72 struct irs_gr * gr;
107 extern struct irs_gr * irs_gen_gr __P((struct irs_acc *));
  /src/external/bsd/libbind/dist/include/
irs.h 41 struct irs_gr { struct
43 void (*close) __P((struct irs_gr *));
44 struct group * (*next) __P((struct irs_gr *));
45 struct group * (*byname) __P((struct irs_gr *, const char *));
46 struct group * (*bygid) __P((struct irs_gr *, gid_t));
47 int (*list) __P((struct irs_gr *, const char *,
49 void (*rewind) __P((struct irs_gr *));
50 void (*minimize) __P((struct irs_gr *));
51 struct __res_state * (*res_get) __P((struct irs_gr *));
52 void (*res_set) __P((struct irs_gr *, res_state
    [all...]

Completed in 15 milliseconds