HomeSort by relevance Sort by last modified time
    Searched defs:pwbuf (Results 1 - 5 of 5) 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));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xos_r.h 240 char pwbuf[1024]; member in struct:__anon44999
256 (p).pws.pw_name = (p).pwbuf;
286 ((p).pws.pw_name = (p).pwbuf), \
325 char pwbuf[X_LINE_MAX]; member in struct:__anon45000
329 ((getpwuid_r((u),&(p).pws,(p).pwbuf,sizeof((p).pwbuf)) == -1) ? NULL : &(p).pws)
331 ((getpwnam_r((u),&(p).pws,(p).pwbuf,sizeof((p).pwbuf)) == -1) ? NULL : &(p).pws)
334 ((getpwuid_r((u),&(p).pws,(p).pwbuf,sizeof((p).pwbuf)) == NULL) ? NULL : &(p).pws
343 char pwbuf[X_LINE_MAX]; member in struct:__anon45001
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos_r.h 240 char pwbuf[1024]; member in struct:__anon46735
256 (p).pws.pw_name = (p).pwbuf;
286 ((p).pws.pw_name = (p).pwbuf), \
325 char pwbuf[X_LINE_MAX]; member in struct:__anon46736
329 ((getpwuid_r((u),&(p).pws,(p).pwbuf,sizeof((p).pwbuf)) == -1) ? NULL : &(p).pws)
331 ((getpwnam_r((u),&(p).pws,(p).pwbuf,sizeof((p).pwbuf)) == -1) ? NULL : &(p).pws)
334 ((getpwuid_r((u),&(p).pws,(p).pwbuf,sizeof((p).pwbuf)) == NULL) ? NULL : &(p).pws
343 char pwbuf[X_LINE_MAX]; member in struct:__anon46737
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 659 struct passwd pwbuf;
668 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p)
744 struct passwd pwbuf;
753 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
658 struct passwd pwbuf; local
743 struct passwd pwbuf; local
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 483 char pwbuf[BUFSIZ]; local
486 if (!getpwuid_r(uid, &pwx, pwbuf, sizeof(pwbuf), &pw)
    [all...]

Completed in 314 milliseconds