HomeSort by relevance Sort by last modified time
    Searched defs:pwbuf (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
filecomplete.c 76 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/
profile.c 483 char pwbuf[BUFSIZ]; local
486 if (!getpwuid_r(uid, &pwx, pwbuf, sizeof(pwbuf), &pw)
    [all...]

Completed in 105 milliseconds