Home
last modified time | relevance | path

Searched refs:pw_name (Results 51 - 75 of 97) sorted by relevance

1234

/third_party/toybox/toys/pending/
H A Dsulogin.c104 if ((spwd = getspnam (pwd->pw_name))) pass = spwd->sp_pwdp; in sulogin_main()
H A Dcrond.c437 if (setenv("USER", pwd->pw_name, 1)) _exit(1); in do_fork()
/third_party/toybox/toys/posix/
H A Dlogger.c61 if (!TT.t) TT.t = xstrdup(xgetpwuid(geteuid())->pw_name); in logger_main()
/third_party/curl/lib/
H A Dsetup-vms.h178 vms_passwd_cache.pw_name = my_passwd->pw_name; in vms_getpwuid()
H A Dcurl_ntlm_wb.c160 username = pw.pw_name; in ntlm_wb_init()
/third_party/ltp/testcases/kernel/syscalls/add_key/
H A Dadd_key05.c50 tst_res(TINFO, "Created user %s", pw->pw_name); in add_user()
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c80 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 Dmod.rs132 pub pw_name: *mut ::c_char,
/third_party/python/Modules/
H A Dpwdmodule.c16 {"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 Dsession_permission.cpp344 // 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 Dmod.rs38 pub pw_name: *mut ::c_char,
/third_party/pulseaudio/src/pulse/
H A Dutil.c134 name = pa_strlcpy(s, r->pw_name, l); in pa_get_user_name()
/third_party/toybox/lib/
H A Dxwrap.c726 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 Dnode_credentials.cc171 return strdup(pp->pw_name); in name_by_uid()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_driver.c266 printf("user name = %s\n", getpwuid(geteuid())->pw_name); in startup()
/third_party/python/Tools/c-analyzer/c_common/
H A Dfsutil.py402 username = entry.pw_name
/third_party/python/Lib/test/
H A Dpythoninfo.py350 groups = os.getgrouplist(entry.pw_name, entry.pw_gid)
/third_party/toybox/toys/net/
H A Dnetstat.c167 snprintf(toybuf, sizeof(toybuf), "%s", pw->pw_name); in show_ip()
/third_party/libfuse/util/
H A Dfusermount.c104 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 Dcore.c1210 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 Dtar_file.cpp471 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 Dfoomaticrip.c770 strlcpy(job->user, passwd->pw_name, 128); in create_job()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs179 pub pw_name: *mut ::c_char,
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c427 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 Dcore.c1267 name_size = strlen(pw.pw_name) + 1; in uv__getpwuid_r()
1278 memcpy(pwd->username, pw.pw_name, name_size); in uv__getpwuid_r()

Completed in 25 milliseconds

1234