Home
last modified time | relevance | path

Searched refs:pw_dir (Results 1 – 25 of 46) sorted by relevance

12

/third_party/pulseaudio/src/tests/
Dusergroup-test.c107 if (!pa_streq(a->pw_dir, b->pw_dir)) { in compare_passwd()
108 fprintf(stderr, "pw_dir mismatch: [%s] [%s]\n", a->pw_dir, b->pw_dir); in compare_passwd()
/third_party/toybox/lib/
Denv.c100 if (chdir(p->pw_dir)) { in reset_env()
101 perror_msg("chdir %s", p->pw_dir); in reset_env()
116 setenv("HOME", p->pw_dir, 1); in reset_env()
/third_party/musl/src/passwd/
Dgetpw_a.c110 pw->pw_dir = pw->pw_gecos + passwdbuf[PWGECOSLEN]; in __getpw_a()
111 pw->pw_shell = pw->pw_dir + passwdbuf[PWDIRLEN]; in __getpw_a()
119 if (pw->pw_passwd[-1] || pw->pw_gecos[-1] || pw->pw_dir[-1] in __getpw_a()
Dputpwent.c9 pw->pw_gecos, pw->pw_dir, pw->pw_shell)<0 ? -1 : 0; in putpwent()
Dgetpwent_a.c44 *s++ = 0; pw->pw_dir = s; in __getpwent_a()
/third_party/toybox/toys/pending/
Duseradd.c67 pwd.pw_dir = TT.dir ? TT.dir : xmprintf("/home/%s", *toys.optargs);
120 (long)pwd.pw_uid, (long)pwd.pw_gid, pwd.pw_gecos, pwd.pw_dir,
135 char *skel = "/etc/skel", *p = pwd.pw_dir;
Duserdel.c108 char *arg[] = {"rm", "-fr", pwd->pw_dir, NULL, NULL}; in userdel_main()
Dcrond.c444 if (setenv("HOME", pwd->pw_dir, 1)) in do_fork()
448 if (chdir(pwd->pw_dir)) loginfo(LOG_LEVEL9, "chdir(%s)", pwd->pw_dir); in do_fork()
/third_party/glib/gio/
Dglocalvfs.c172 passwd_file_entry->pw_dir != NULL) in g_local_vfs_parse_name()
173 user_prefix = g_strdup (passwd_file_entry->pw_dir); in g_local_vfs_parse_name()
/third_party/python/Lib/test/
Dtest_pwd.py25 self.assertEqual(e[5], e.pw_dir)
26 self.assertIsInstance(e.pw_dir, str)
/third_party/e2fsprogs/include/mingw/
Dpwd.h15 char *pw_dir; member
/third_party/curl/lib/
Dsetup-vms.h161 unix_path = vms_translate_path(my_passwd->pw_dir); in vms_getpwuid()
169 if(unix_path == my_passwd->pw_dir) { in vms_getpwuid()
179 vms_passwd_cache.pw_dir = unix_path; in vms_getpwuid()
Dnetrc.c249 home = pw.pw_dir; in Curl_parsenetrc()
257 home = pw->pw_dir; in Curl_parsenetrc()
/third_party/e2fsprogs/include/nonunix/
Dpwd.h17 char *pw_dir; member
/third_party/gettext/gettext-tools/misc/
Dcvsuser.c53 pw.pw_dir = "/"; in getpwnam()
/third_party/musl/ndk_musl_include/
Dpwd.h26 char *pw_dir; member
/third_party/musl/include/
Dpwd.h26 char *pw_dir; member
/third_party/musl/porting/uniproton/kernel/include/
Dpwd.h26 char *pw_dir; member
/third_party/musl/porting/liteos_m/kernel/include/
Dpwd.h26 char *pw_dir; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpwd.h26 char *pw_dir; member
/third_party/musl/libc-test/src/api/
Dpwd.c14 F(char*,pw_dir) in f()
/third_party/curl/src/
Dtool_homedir.c109 home = pw->pw_dir; in homedir()
/third_party/alsa-lib/src/
Duserfile.c103 home = err ? "" : pwent.pw_dir; in snd_user_file()
/third_party/python/Lib/
Dposixpath.py246 userhome = pwd.getpwuid(os.getuid()).pw_dir
264 userhome = pwent.pw_dir
/third_party/python/Doc/library/
Dpwd.rst30 | 5 | ``pw_dir`` | User home directory |

12