find_home
if ((cwd = find_cwd()) == NULL && (cwd = find_home()) == NULL)
home = find_home();
else if ((home = find_home()) != NULL && chdir(home) == 0)
else if ((home = find_home()) != NULL)
if ((home = find_home()) != NULL)
const char *cmd, *tmp, *home = find_home();
if ((home = find_home()) == NULL)
const char *home = find_home();