/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 43 pub pw_dir: *mut ::c_char,
|
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 300 if (setenv("HOME", pwd->pw_dir, 1)) _exit(1); in do_edit()
|
/third_party/pulseaudio/src/pulse/ |
H A D | util.c | 197 dir = pa_strlcpy(s, r->pw_dir, l); in pa_get_home_dir()
|
/third_party/alsa-utils/alsamixer/ |
H A D | configparser.c | 589 home = pwd->pw_dir; in parse_default_config_file()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.c | 462 strcpy(path, pwd.pw_dir); in radv_builtin_cache_path() 467 ret = snprintf(path, PATH_MAX + 1, "%s%s%zd", pwd.pw_dir, suffix2, sizeof(void *) * 8); in radv_builtin_cache_path()
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 1211 homedir_size = strlen(pw.pw_dir) + 1; in uv__getpwuid_r() 1225 memcpy(pwd->homedir, pw.pw_dir, homedir_size); in uv__getpwuid_r()
|
/third_party/mesa3d/src/util/ |
H A D | disk_cache_os.c | 810 * <pwd.pw_dir>/.cache/mesa_shader_cache 878 path = concatenate_and_mkdir(mem_ctx, pwd.pw_dir, ".cache"); in disk_cache_generate_cache_dir()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 184 pub pw_dir: *mut ::c_char,
|
/third_party/pulseaudio/src/daemon/ |
H A D | main.c | 283 if (!pa_streq(pw->pw_dir, PA_SYSTEM_RUNTIME_PATH)) in change_user()
|
H A D | ohos_pa_main.c | 286 if (!pa_streq(pw->pw_dir, PA_SYSTEM_RUNTIME_PATH)) in change_user()
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1268 homedir_size = strlen(pw.pw_dir) + 1; in uv__getpwuid_r() 1282 memcpy(pwd->homedir, pw.pw_dir, homedir_size); in uv__getpwuid_r()
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 3022 dir: if pw.pw_dir.is_null() { Default::default() } else { PathBuf::from(OsStr::from_bytes(CStr::from_ptr(pw.pw_dir).to_bytes())) }, in from() 3072 pw_dir: dir, in from()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1228 *home = p->pw_dir; in get_user_creds()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 34 pub pw_dir: *mut ::c_char,
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 416 pub pw_dir: *mut ::c_char,
|
/third_party/python/Lib/test/ |
H A D | test_posixpath.py | 294 home = pwd.getpwuid(os.getuid()).pw_dir
|
H A D | test_pathlib.py | 2646 userhome = pwdent.pw_dir.rstrip('/') or '/' 2650 otherhome = pwdent.pw_dir.rstrip('/')
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 161 pub pw_dir: *mut ::c_char,
|
/third_party/mksh/ |
H A D | eval.c | 2004 strdupx(ap->val.s, pw->pw_dir, APERM); in homedir()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 71 pub pw_dir: *mut ::c_char,
|
/third_party/lwip/src/netif/ppp/ |
H A D | eap.c | 1205 if (pw == NULL || (user = pw->pw_dir) == NULL || user[0] == 0) { in name_of_pn_file()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 307 pub pw_dir: *mut ::c_char,
|
/third_party/backends/backend/ |
H A D | hp-option.c | 2161 return pw ? pw->pw_dir : NULL; in get_home_dir()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 289 pub pw_dir: *mut ::c_char,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 131 pub pw_dir: *mut ::c_char,
|