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

  /src/external/bsd/libbind/dist/irs/
dns_pw.c 61 static struct passwd * pw_byname(struct irs_pw *, const char *);
100 pw->byname = pw_byname;
124 pw_byname(struct irs_pw *this, const char *nam) { function
gen_pw.c 63 static struct passwd * pw_byname(struct irs_pw *, const char *);
96 pw->byname = pw_byname;
150 pw_byname(struct irs_pw *this, const char *name) { function
irp_pw.c 69 static struct passwd * pw_byname(struct irs_pw *, const char *);
99 pw->byname = pw_byname;
171 * struct passwd * pw_byname(struct irs_pw *this, const char *name)
176 pw_byname(struct irs_pw *this, const char *name) { function
lcl_pw.c 112 static struct passwd * pw_byname(struct irs_pw *, const char *);
142 pw->byname = pw_byname;
186 pw_byname(struct irs_pw *this, const char *name) { function
nis_pw.c 82 static struct passwd * pw_byname(struct irs_pw *, const char *);
113 pw->byname = pw_byname;
171 pw_byname(struct irs_pw *this, const char *name) { function

Completed in 18 milliseconds