Searched defs:pwbuf (Results 1 - 2 of 2) sorted by relevance

/external/libedit/src/
H A Dfilecomplete.c76 char pwbuf[1024]; local
101 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf),
105 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf));
111 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0)
114 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf));
/external/e2fsprogs/e2fsck/
H A Dprofile.c483 char pwbuf[BUFSIZ]; local
486 if (!getpwuid_r(uid, &pwx, pwbuf, sizeof(pwbuf), &pw)

Completed in 763 milliseconds