/third_party/toybox/toys/pending/ |
H A D | sulogin.c | 104 if ((spwd = getspnam (pwd->pw_name))) pass = spwd->sp_pwdp; in sulogin_main()
|
H A D | crond.c | 437 if (setenv("USER", pwd->pw_name, 1)) _exit(1); in do_fork()
|
/third_party/toybox/toys/posix/ |
H A D | logger.c | 61 if (!TT.t) TT.t = xstrdup(xgetpwuid(geteuid())->pw_name); in logger_main()
|
/third_party/curl/lib/ |
H A D | setup-vms.h | 178 vms_passwd_cache.pw_name = my_passwd->pw_name; in vms_getpwuid()
|
H A D | curl_ntlm_wb.c | 160 username = pw.pw_name; in ntlm_wb_init()
|
/third_party/ltp/testcases/kernel/syscalls/add_key/ |
H A D | add_key05.c | 50 tst_res(TINFO, "Created user %s", pw->pw_name); in add_user()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 80 if (pw != NULL && pw->pw_name != NULL) in get_user_name() 81 return pw->pw_name; in get_user_name()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 132 pub pw_name: *mut ::c_char,
|
/third_party/python/Modules/ |
H A D | pwdmodule.c | 16 {"pw_name", "user name"}, 29 (pw_name,pw_passwd,pw_uid,pw_gid,pw_gecos,pw_dir,pw_shell)\n\ 45 pw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell.\n\ 89 SETS(setIndex++, p->pw_name); in mkpwent()
|
/foundation/window/window_manager/window_scene/common/src/ |
H A D | session_permission.cpp | 344 // if bundlename is empty, fill in pw_name in GetCallingBundleName() 347 callingBundleName = user->pw_name; in GetCallingBundleName()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 38 pub pw_name: *mut ::c_char,
|
/third_party/pulseaudio/src/pulse/ |
H A D | util.c | 134 name = pa_strlcpy(s, r->pw_name, l); in pa_get_user_name()
|
/third_party/toybox/lib/ |
H A D | xwrap.c | 726 if (initgroups(pwd->pw_name, pwd->pw_gid) || setgid(pwd->pw_uid) in xsetuser() 727 || setuid(pwd->pw_uid)) perror_exit("xsetuser '%s'", pwd->pw_name); in xsetuser()
|
/third_party/node/src/ |
H A D | node_credentials.cc | 171 return strdup(pp->pw_name); in name_by_uid()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_driver.c | 266 printf("user name = %s\n", getpwuid(geteuid())->pw_name); in startup()
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 402 username = entry.pw_name
|
/third_party/python/Lib/test/ |
H A D | pythoninfo.py | 350 groups = os.getgrouplist(entry.pw_name, entry.pw_gid)
|
/third_party/toybox/toys/net/ |
H A D | netstat.c | 167 snprintf(toybuf, sizeof(toybuf), "%s", pw->pw_name); in show_ip()
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 104 if (pw != NULL && pw->pw_name != NULL) in get_user_name() 105 return pw->pw_name; in get_user_name()
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 1210 name_size = strlen(pw.pw_name) + 1; in uv__getpwuid_r() 1221 memcpy(pwd->username, pw.pw_name, name_size); in uv__getpwuid_r()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | tar_file.cpp | 471 auto ret = snprintf_s(hdr.uname, sizeof(hdr.uname), sizeof(hdr.uname) - 1, "%s", pw->pw_name); in FillOwnerName() 473 HILOGE("Fill pw_name failed, err = %{public}d", errno); in FillOwnerName()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 770 strlcpy(job->user, passwd->pw_name, 128); in create_job()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 179 pub pw_name: *mut ::c_char,
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 427 if (((pwdent = getpwuid (geteuid ())) != NULL) && (pwdent->pw_name != NULL)) in getusername() 428 return pwdent->pw_name; in getusername()
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1267 name_size = strlen(pw.pw_name) + 1; in uv__getpwuid_r() 1278 memcpy(pwd->username, pw.pw_name, name_size); in uv__getpwuid_r()
|