/third_party/toybox/toys/pending/ |
H A D | userdel.c | 95 update_password("/etc/passwd", pwd->pw_name, NULL); in userdel_main() 96 update_password("/etc/shadow", pwd->pw_name, NULL); in userdel_main() 110 sprintf(toybuf, "/var/spool/mail/%s",pwd->pw_name); in userdel_main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 23-6.c | 31 if (strcmp(pw->pw_name, "root")) in set_nonroot() 50 pw->pw_name, (int)geteuid(), (int)getuid()); in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 17-6.c | 38 if (strcmp(pw->pw_name, "root")) in set_nonroot() 57 pw->pw_name, (int)geteuid()); in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
H A D | 9-1.c | 49 if (strcmp(pw->pw_name, "root") && pw->pw_uid != getuid()) in main() 67 printf("Testing with user '%s' (uid: %i)\n", pw->pw_name, pw->pw_uid); in main()
|
H A D | 8-1.c | 63 if (strcmp(pw->pw_name, "root") && pw->pw_uid != getuid()) in main() 81 printf("Testing with user '%s' (uid: %i)\n", pw->pw_name, pw->pw_uid); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/ |
H A D | 12-1.c | 40 if (strcmp(pw->pw_name, "root")) in set_nonroot() 71 pw->pw_name, (int)geteuid()); in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/ |
H A D | 12-1.c | 39 if (strcmp(pw->pw_name, "root")) in set_nonroot() 70 pw->pw_name, (int)geteuid()); in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
H A D | 3-1.c | 37 if (strcmp(pw->pw_name, "root")) in set_nonroot() 56 pw->pw_name, (int)geteuid()); in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 3-1.c | 100 if (strcmp(pw->pw_name, "root")) in set_nonroot() 122 pw->pw_name, (int)geteuid()); in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 18-1.c | 44 if (strcmp(pw->pw_name, "root")) in set_nonroot() 63 pw->pw_name, (int)geteuid()); in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 26-2.c | 73 if (strcmp(pw->pw_name, "root") && pw->pw_uid != getuid()) in main() 93 printf("Testing with user '%s' (uid: %i)\n", pw->pw_name, pw->pw_uid); in main()
|
/third_party/selinux/libselinux/utils/ |
H A D | togglesebool.c | 83 if (pwd && pwd->pw_name) in main() 86 argv[i], pwd->pw_name); in main()
|
/third_party/toybox/lib/ |
H A D | env.c | 118 setenv("USER", p->pw_name, 1); in reset_env() 119 setenv("LOGNAME", p->pw_name, 1); in reset_env()
|
/third_party/toybox/toys/other/ |
H A D | login.c | 95 syslog(LOG_WARNING, "invalid password for '%s' on %s %s%s", pwd->pw_name, in login_main() 127 syslog(LOG_INFO, "%s logged in on %s %s %s", pwd->pw_name, in login_main()
|
/third_party/musl/src/passwd/ |
H A D | putpwent.c | 8 pw->pw_name, pw->pw_passwd, pw->pw_uid, pw->pw_gid, in putpwent()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-caps.c | 218 if (initgroups(p->pw_name, 232 p->pw_name);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pwd.h | 21 char *pw_name; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pwd.h | 21 char *pw_name; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pwd.h | 21 char *pw_name; member
|
/third_party/musl/include/ |
H A D | pwd.h | 21 char *pw_name; member
|
/third_party/musl/libc-test/src/api/ |
H A D | pwd.c | 11 F(char*,pw_name) in f()
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
H A D | utime06.c | 53 tst_res(TINFO, "Switching effective user ID to user: %s", pw->pw_name); in setup()
|
H A D | utime05.c | 47 tst_res(TINFO, "Switching effective user ID to user: %s", pw->pw_name); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind02.c | 53 pw->pw_name, gr->gr_name); in setup()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
H A D | 6-1.c | 66 pw->pw_name, geteuid(), getuid()); in set_nonroot()
|