Searched refs:home_dir (Results 1 – 8 of 8) sorted by relevance
163 char *home_dir; in sh_get_home_dir() local166 home_dir = (char *)NULL; in sh_get_home_dir()170 home_dir = entry->pw_dir; in sh_get_home_dir()172 return (home_dir); in sh_get_home_dir()
2794 static char *home_dir = NULL; in find_home_dir() local2795 if( home_dir ) return home_dir; in find_home_dir()2802 home_dir = pwent->pw_dir; in find_home_dir()2810 home_dir = "/"; in find_home_dir()2814 if (!home_dir) { in find_home_dir()2815 home_dir = getenv("USERPROFILE"); in find_home_dir()2819 if (!home_dir) { in find_home_dir()2820 home_dir = getenv("HOME"); in find_home_dir()2824 if (!home_dir) { in find_home_dir()2831 home_dir = malloc( n ); in find_home_dir()[all …]
323 const char *home_dir; in do_login() local460 home_dir = pwd->pw_dir; in do_login()461 if (chdir(home_dir) < 0) { in do_login()465 home_dir = "/"; in do_login()510 add_env("HOME", home_dir); in do_login()
134 const char *home_dir = NULL; in ResolveUsername() local138 home_dir = GetCachedGlobTildeSlash(); in ResolveUsername()144 home_dir = user_entry->pw_dir; in ResolveUsername()147 if (home_dir == NULL) in ResolveUsername()150 return ::snprintf (dst_path, dst_len, "%s%s", home_dir, remainder); in ResolveUsername()
1247 const char *home_dir = getenv("HOME"); in GetLLDBPath()1248 if (home_dir && home_dir[0]) in GetLLDBPath()1250 std::string user_plugin_dir (home_dir); in GetLLDBPath()
91 set_value("home_dir", $9 )796 # f_dialog_input_home_dir $var_to_set [$home_dir]1034 home_create home_dir member_groups name password_expires_on \1151 home_delete home_dir member_groups name password_expires_on \1268 home_create home_dir member_groups name password_expires_on \
368 for var in account_expire class gecos gid home_dir \477 for var in account_expire class gecos gid home_dir \1009 for var in account_expire class gecos gid home_dir \1122 for var in account_expire class gecos gid home_dir \
4260 char *home_dir = "~/.init.ee"; in dump_ee_conf() local4284 file_name = resolve_name(home_dir); in dump_ee_conf()4348 if ((option == 2) && (file_name != home_dir)) in dump_ee_conf()