Searched refs:temp_home (Results 1 – 2 of 2) sorted by relevance
191 char *temp_home = getenv ("HOME"); in tilde_expand_word() local195 if (!temp_home) in tilde_expand_word()201 temp_home = entry->pw_dir; in tilde_expand_word()205 + (temp_home ? strlen (temp_home) : 0)); in tilde_expand_word()206 if (temp_home) in tilde_expand_word()207 strcpy (temp_name, temp_home); in tilde_expand_word()
456 char *temp_home; in full_pathname() local458 temp_home = (char *) getenv ("HOME"); in full_pathname()461 + (temp_home ? strlen (temp_home) : 0)); in full_pathname()464 if (temp_home) in full_pathname()465 strcpy (result, temp_home); in full_pathname()