Home
last modified time | relevance | path

Searched refs:root_home (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dhomedir.c68 static char *root_home; /* root's home directory */ variable
100 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 …]
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog6391 (plt_init): properly initialize root_home from the root account's
6393 (plt_reset): free root_home