Home
last modified time | relevance | path

Searched refs:pw_dir (Results 26 - 50 of 53) sorted by relevance

123

/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs43 pub pw_dir: *mut ::c_char,
/third_party/toybox/toys/pending/
H A Dcrontab.c300 if (setenv("HOME", pwd->pw_dir, 1)) _exit(1); in do_edit()
/third_party/pulseaudio/src/pulse/
H A Dutil.c197 dir = pa_strlcpy(s, r->pw_dir, l); in pa_get_home_dir()
/third_party/alsa-utils/alsamixer/
H A Dconfigparser.c589 home = pwd->pw_dir; in parse_default_config_file()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c462 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 Dcore.c1211 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 Ddisk_cache_os.c810 * <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 Dmod.rs184 pub pw_dir: *mut ::c_char,
/third_party/pulseaudio/src/daemon/
H A Dmain.c283 if (!pa_streq(pw->pw_dir, PA_SYSTEM_RUNTIME_PATH)) in change_user()
H A Dohos_pa_main.c286 if (!pa_streq(pw->pw_dir, PA_SYSTEM_RUNTIME_PATH)) in change_user()
/third_party/libuv/src/unix/
H A Dcore.c1268 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 Dunistd.rs3022 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 Dutil.c1228 *home = p->pw_dir; in get_user_creds()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs34 pub pw_dir: *mut ::c_char,
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs416 pub pw_dir: *mut ::c_char,
/third_party/python/Lib/test/
H A Dtest_posixpath.py294 home = pwd.getpwuid(os.getuid()).pw_dir
H A Dtest_pathlib.py2646 userhome = pwdent.pw_dir.rstrip('/') or '/'
2650 otherhome = pwdent.pw_dir.rstrip('/')
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs161 pub pw_dir: *mut ::c_char,
/third_party/mksh/
H A Deval.c2004 strdupx(ap->val.s, pw->pw_dir, APERM); in homedir()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs71 pub pw_dir: *mut ::c_char,
/third_party/lwip/src/netif/ppp/
H A Deap.c1205 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 Dmod.rs307 pub pw_dir: *mut ::c_char,
/third_party/backends/backend/
H A Dhp-option.c2161 return pw ? pw->pw_dir : NULL; in get_home_dir()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs289 pub pw_dir: *mut ::c_char,
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs131 pub pw_dir: *mut ::c_char,

Completed in 67 milliseconds

123