HomeSort by relevance Sort by last modified time
    Searched refs:pw_uid (Results 276 - 300 of 373) sorted by null

<<1112131415

  /external/ltp/testcases/kernel/syscalls/readlink/
readlink03.c 125 SAFE_SETEUID(cleanup, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/sched_setaffinity/
sched_setaffinity01.c 133 SAFE_SETEUID(cleanup, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/sched_setscheduler/
sched_setscheduler03.c 128 nobody_uid = pw->pw_uid;
  /external/ltp/testcases/kernel/syscalls/setresgid/
setresgid03.c 220 if (setuid(nobody.pw_uid) == -1) {
  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid07.c 85 if (SETREUID(NULL, 0, ltpuser->pw_uid) == -1) {
  /external/ltp/testcases/kernel/syscalls/swapon/
swapon02.c 131 nobody_uid = nobody->pw_uid;
  /external/ltp/testcases/kernel/syscalls/sysctl/
sysctl03.c 149 if (seteuid(ltpuser->pw_uid) == -1) {
  /external/ltp/testcases/kernel/syscalls/utime/
utime06.c 160 SAFE_SETEUID(cleanup, ltpuser->pw_uid);
  /system/extras/su/
su.cpp 33 if (uid) *uid = pw->pw_uid;
  /external/openssh/
session.c 719 record_login(pid, s->tty, pw->pw_name, pw->pw_uid,
1027 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETPATH) < 0)
1040 read_etc_default_login(&env, &envsize, pw->pw_uid);
1045 s->pw->pw_uid == 0 ? SUPERUSER_PATH : _PATH_STDPATH);
1249 if (login_getcapbool(lc, "ignorenologin", 0) || pw->pw_uid == 0)
1253 if (pw->pw_uid == 0)
    [all...]
auth.c 443 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid);
446 ((st.st_uid != 0 && st.st_uid != pw->pw_uid) ||
573 return auth_secure_path(file, &st, pw->pw_dir, pw->pw_uid, err, errlen);
803 fake.pw_uid = privsep_pw == NULL ? (uid_t)-1 : privsep_pw->pw_uid;
  /external/dnsmasq/src/
log.c 97 if (log_to_file && ent_pw && ent_pw->pw_uid != 0 &&
98 fchown(log_fd, ent_pw->pw_uid, -1) != 0)
  /external/ltp/testcases/kernel/syscalls/migrate_pages/
migrate_pages01.c 186 if (setuid(ltpuser->pw_uid) == -1)
188 "setuid(%u) failed", ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c 161 SAFE_SETEUID(pw->pw_uid);
180 SAFE_SETEUID(pw->pw_uid);
  /bionic/libc/bionic/
grp_pwd.cpp 120 dst->pw_uid = src->pw_uid;
144 pw->pw_uid = iinfo->aid;
353 pw->pw_uid = uid;
400 pw->pw_uid = uid;
  /bionic/tests/
ftw_test.cpp 143 ASSERT_EQ(0, setuid(pwd->pw_uid));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pwdmodule.c 13 {"pw_uid", "user id"},
24 (pw_name,pw_passwd,pw_uid,pw_gid,pw_gecos,pw_dir,pw_shell)\n\
40 pw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell.\n\
76 SETI(setIndex++, p->pw_uid);
98 "getpwuid(uid) -> (pw_name,pw_passwd,pw_uid,\n\
119 "getpwnam(name) -> (pw_name,pw_passwd,pw_uid,\n\
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 43 chronos_uid = pwd.getpwnam('chronos').pw_uid
  /external/autotest/client/site_tests/platform_TLSDate/
platform_TLSDate.py 27 self._tlsdate_uid = pwd.getpwnam('tlsdate').pw_uid
  /external/autotest/client/site_tests/security_StatefulPermissions/
security_StatefulPermissions.py 120 aroot_uid = pwd.getpwnam('android-root').pw_uid
  /external/ltp/testcases/kernel/syscalls/acct/
acct01.c 200 SAFE_SETEUID(cleanup, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod06.c 175 nobody_uid = nobody->pw_uid;
  /external/ltp/testcases/kernel/syscalls/chown/
chown04.c 181 SAFE_SETEUID(cleanup, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/linkat/
linkat02.c 187 SAFE_SETEUID(cleanup, ltpuser->pw_uid);
  /external/ltp/testcases/kernel/syscalls/rmdir/
rmdir03.c 317 nobody_uid = pw->pw_uid;

Completed in 755 milliseconds

<<1112131415