Searched refs:pw_byname (Results 1 – 7 of 7) sorted by relevance
/dports/net/nss_ldap/nss_ldap-265/ |
H A D | irs-pwd.c | 33 IRS_EXPORT struct passwd *pw_byname (struct irs_pw *, const char *); 46 pw_byname (struct irs_pw *this, const char *name) in pw_byname() function 113 pw->byname = pw_byname; in pw_pvtinit()
|
H A D | exports.aix | 54 pw_byname
|
/dports/dns/libbind/libbind-6.0/irs/ |
H A D | dns_pw.c | 59 static struct passwd * pw_byname(struct irs_pw *, const char *); 98 pw->byname = pw_byname; in irs_dns_pw() 122 pw_byname(struct irs_pw *this, const char *nam) { in pw_byname() function
|
H A D | irp_pw.c | 66 static struct passwd * pw_byname(struct irs_pw *, const char *); 96 pw->byname = pw_byname; in irs_irp_pw() 173 pw_byname(struct irs_pw *this, const char *name) { in pw_byname() function
|
H A D | gen_pw.c | 61 static struct passwd * pw_byname(struct irs_pw *, const char *); 94 pw->byname = pw_byname; in irs_gen_pw() 148 pw_byname(struct irs_pw *this, const char *name) { in pw_byname() function
|
H A D | nis_pw.c | 80 static struct passwd * pw_byname(struct irs_pw *, const char *); 111 pw->byname = pw_byname; in irs_nis_pw() 169 pw_byname(struct irs_pw *this, const char *name) { in pw_byname() function
|
H A D | lcl_pw.c | 109 static struct passwd * pw_byname(struct irs_pw *, const char *); 139 pw->byname = pw_byname; in irs_lcl_pw() 183 pw_byname(struct irs_pw *this, const char *name) { in pw_byname() function
|