Home
last modified time | relevance | path

Searched refs:pw_name (Results 26 - 50 of 104) sorted by relevance

12345

/third_party/toybox/toys/pending/
H A Duserdel.c95 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 D23-6.c31 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 D17-6.c38 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 D9-1.c49 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 D8-1.c63 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 D12-1.c40 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 D12-1.c39 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 D3-1.c37 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 D3-1.c100 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 D18-1.c44 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 D26-2.c73 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 Dtogglesebool.c83 if (pwd && pwd->pw_name) in main()
86 argv[i], pwd->pw_name); in main()
/third_party/toybox/lib/
H A Denv.c118 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 Dlogin.c95 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 Dputpwent.c8 pw->pw_name, pw->pw_passwd, pw->pw_uid, pw->pw_gid, in putpwent()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-caps.c218 if (initgroups(p->pw_name,
232 p->pw_name);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpwd.h21 char *pw_name; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpwd.h21 char *pw_name; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dpwd.h21 char *pw_name; member
/third_party/musl/include/
H A Dpwd.h21 char *pw_name; member
/third_party/musl/libc-test/src/api/
H A Dpwd.c11 F(char*,pw_name) in f()
/third_party/ltp/testcases/kernel/syscalls/utime/
H A Dutime06.c53 tst_res(TINFO, "Switching effective user ID to user: %s", pw->pw_name); in setup()
H A Dutime05.c47 tst_res(TINFO, "Switching effective user ID to user: %s", pw->pw_name); in setup()
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind02.c53 pw->pw_name, gr->gr_name); in setup()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
H A D6-1.c66 pw->pw_name, geteuid(), getuid()); in set_nonroot()

Completed in 6 milliseconds

12345