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

  /src/external/bsd/libbind/dist/irs/
dns_pw.c 71 static struct passwd * getpwcommon(struct irs_pw *, const char *,
125 return (getpwcommon(this, nam, "passwd"));
133 return (getpwcommon(this, uidstr, "uid"));
175 getpwcommon(struct irs_pw *this, const char *arg, const char *type) { function
dns_pw.c 71 static struct passwd * getpwcommon(struct irs_pw *, const char *,
125 return (getpwcommon(this, nam, "passwd"));
133 return (getpwcommon(this, uidstr, "uid"));
175 getpwcommon(struct irs_pw *this, const char *arg, const char *type) { function
dns_pw.c 71 static struct passwd * getpwcommon(struct irs_pw *, const char *,
125 return (getpwcommon(this, nam, "passwd"));
133 return (getpwcommon(this, uidstr, "uid"));
175 getpwcommon(struct irs_pw *this, const char *arg, const char *type) { function

Completed in 69 milliseconds