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

  /src/lib/libc/compat/gen/
compat_getpwent.c 55 __warn_references(getpwnam_r,
56 "warning: reference to compatibility getpwnam_r(); include <pwd.h> to generate correct reference")
76 __weak_alias(getpwnam_r, _getpwnam_r)
111 getpwnam_r(const char *name , struct passwd50 *p, char *buf, size_t len, function
  /src/external/bsd/libbind/dist/irs/
getpwent_r.c 59 getpwnam_r(const char *login, struct passwd *pwptr,
77 getpwnam_r(const char *login, struct passwd *pwptr, char *buf, int buflen) { function
  /src/distrib/utils/libhack/
getpwent.c 49 #define getpwnam_r _getpwnam_r macro
60 __weak_alias(getpwnam_r,__getpwnam_r50)
116 return getpwnam_r(name, &_pw_passwd, pwline, sizeof(pwline),
121 getpwnam_r(const char *name, struct passwd *pwres, char *buf, size_t bufsiz, function
  /src/external/gpl2/gmake/dist/glob/
glob.c 250 # define getpwnam_r(name, bufp, buf, len, res) \ macro
668 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p)
753 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
  /src/external/gpl2/xcvs/dist/lib/
glob.c 161 # define getpwnam_r(name, bufp, buf, len, res) \ macro
566 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p)
647 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
  /src/external/gpl3/gdb/dist/gnulib/import/
glob.c 63 # define getpwnam_r(name, bufp, buf, len, res) \ macro
661 err = getpwnam_r (sdata, &pwbuf, sdata + ssize,
826 while (getpwnam_r (user_name, &pwbuf,
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob.c 63 # define getpwnam_r(name, bufp, buf, len, res) \ macro
661 err = getpwnam_r (sdata, &pwbuf, sdata + ssize,
826 while (getpwnam_r (user_name, &pwbuf,
  /src/lib/libc/gen/
getpwent.c 1921 NSDB_PASSWD_COMPAT, "getpwnam_r", __nsdefaultnis,
2463 getpwnam_r(const char *name, struct passwd *pwd, char *buffer, size_t buflen, function
2484 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwnam_r", __nsdefaultcompat,
  /src/lib/libc/include/
namespace.h 415 #define getpwnam_r _getpwnam_r macro

Completed in 37 milliseconds