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

  /external/curl/lib/
netrc.c 81 char pwbuf[1024]; local
82 if(!getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res)
curl_ntlm_wb.c 124 char pwbuf[1024]; local
150 !getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) &&
  /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:__anon36504
256 (p).pws.pw_name = (p).pwbuf;
286 ((p).pws.pw_name = (p).pwbuf), \
325 char pwbuf[X_LINE_MAX]; member in struct:__anon36505
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:__anon36506
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 240 char pwbuf[1024]; member in struct:__anon38367
256 (p).pws.pw_name = (p).pwbuf;
286 ((p).pws.pw_name = (p).pwbuf), \
325 char pwbuf[X_LINE_MAX]; member in struct:__anon38368
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:__anon38369
    [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 288 struct passwd pwstorage, *pwbuf; local
362 while ((retval = getpwent_r(&pwstorage, rbuf, rbuflen, &pwbuf)) == 0) {
363 if (pwbuf->pw_uid < minuid || pwbuf->pw_uid > maxuid)
365 if (!semanage_list_find(shells, pwbuf->pw_shell))
367 int len = strlen(pwbuf->pw_dir) -1;
368 for(; len > 0 && pwbuf->pw_dir[len] == '/'; len--) {
369 pwbuf->pw_dir[len] = '\0';
371 if (strcmp(pwbuf->pw_dir, "/") == 0)
373 if (ignore(pwbuf->pw_dir)
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.c 392 char pwbuf[1024]; local
425 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf),
440 if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /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...]
  /external/ppp/pppd/
eap.c 547 tpw.pebuf.password.len = t_fromb64((char *)tpw.pwbuf,
549 tpw.pebuf.password.data = tpw.pwbuf;
    [all...]

Completed in 221 milliseconds