Searched refs:root_home (Results 1 – 2 of 2) sorted by relevance
68 static char *root_home; /* root's home directory */ variable100 xsnprintf(linkval, sizeof(linkval), "%s/%s", root_home, home_subdir); in homedir()561 if (root_home)562 XFREE(root_home);563 root_home = xstrdup(pent_p->pw_dir);564 len = strlen(root_home);566 while (len > 0 && root_home[len - 1] == '/') {568 root_home[len] = '\0';579 if (!root_home)580 root_home = xstrdup("");[all …]
6391 (plt_init): properly initialize root_home from the root account's6393 (plt_reset): free root_home