HomeSort by: relevance | last modified time | path
    Searched refs:irs_pw (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
gen_pw.c 61 static void pw_close(struct irs_pw *);
62 static struct passwd * pw_next(struct irs_pw *);
63 static struct passwd * pw_byname(struct irs_pw *, const char *);
64 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
65 static void pw_rewind(struct irs_pw *);
66 static void pw_minimize(struct irs_pw *);
67 static struct __res_state * pw_res_get(struct irs_pw *);
68 static void pw_res_set(struct irs_pw *,
74 struct irs_pw *
77 struct irs_pw *pw
    [all...]
dns_pw.c 60 static void pw_close(struct irs_pw *);
61 static struct passwd * pw_byname(struct irs_pw *, const char *);
62 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
63 static struct passwd * pw_next(struct irs_pw *);
64 static void pw_rewind(struct irs_pw *);
65 static void pw_minimize(struct irs_pw *);
66 static struct __res_state * pw_res_get(struct irs_pw *);
67 static void pw_res_set(struct irs_pw *,
71 static struct passwd * getpwcommon(struct irs_pw *, const char *,
76 struct irs_pw *
    [all...]
lcl_pw.c 110 static void pw_close(struct irs_pw *);
111 static struct passwd * pw_next(struct irs_pw *);
112 static struct passwd * pw_byname(struct irs_pw *, const char *);
113 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
114 static void pw_rewind(struct irs_pw *);
115 static void pw_minimize(struct irs_pw *);
118 static int hashpw(struct irs_pw *, DBT *);
121 struct irs_pw *
123 struct irs_pw *pw;
154 pw_close(struct irs_pw *this)
    [all...]
nis_pw.c 80 static void pw_close(struct irs_pw *);
81 static struct passwd * pw_next(struct irs_pw *);
82 static struct passwd * pw_byname(struct irs_pw *, const char *);
83 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
84 static void pw_rewind(struct irs_pw *);
85 static void pw_minimize(struct irs_pw *);
87 static struct passwd * makepasswdent(struct irs_pw *);
92 struct irs_pw *
94 struct irs_pw *pw;
125 pw_close(struct irs_pw *this)
    [all...]
irp_pw.c 67 static void pw_close(struct irs_pw *);
68 static struct passwd * pw_next(struct irs_pw *);
69 static struct passwd * pw_byname(struct irs_pw *, const char *);
70 static struct passwd * pw_byuid(struct irs_pw *, uid_t);
71 static void pw_rewind(struct irs_pw *);
72 static void pw_minimize(struct irs_pw *);
77 struct irs_pw *
79 struct irs_pw *pw;
110 * void pw_close(struct irs_pw *this)
115 pw_close(struct irs_pw *this)
    [all...]
lcl_p.h 46 extern struct irs_pw * irs_lcl_pw __P((struct irs_acc *));
nis_p.h 44 extern struct irs_pw * irs_nis_pw __P((struct irs_acc *));
gen_p.h 58 irs_pw, /*%< "passwd" */ enumerator in enum:irs_map_id
73 struct irs_pw * pw;
108 extern struct irs_pw * irs_gen_pw __P((struct irs_acc *));
dns_p.h 46 extern struct irs_pw * irs_dns_pw __P((struct irs_acc *));
irs_data.h 32 struct irs_pw * pw;
getpwent.c 110 struct irs_pw *pw;
120 struct irs_pw *pw;
135 struct irs_pw *pw;
150 struct irs_pw *pw;
175 struct irs_pw *pw;
irp_p.h 42 extern struct irs_pw * irs_irp_pw __P((struct irs_acc *));
gen.c 92 { "passwd", irs_pw },
299 if (map == irs_pw)
374 add_rule(irs, irs_pw, irs_lcl, "");
  /src/external/bsd/libbind/dist/include/
irs.h 59 struct irs_pw { struct
61 void (*close) __P((struct irs_pw *));
62 struct passwd * (*next) __P((struct irs_pw *));
63 struct passwd * (*byname) __P((struct irs_pw *, const char *));
64 struct passwd * (*byuid) __P((struct irs_pw *, uid_t));
65 void (*rewind) __P((struct irs_pw *));
66 void (*minimize) __P((struct irs_pw *));
67 struct __res_state * (*res_get) __P((struct irs_pw *));
68 void (*res_set) __P((struct irs_pw *, res_state,
172 struct irs_pw * (*pw_map) __P((struct irs_acc *))
    [all...]

Completed in 20 milliseconds