Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dtilde.c191 char *temp_home = getenv ("HOME"); in tilde_expand_word() local
195 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()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.c456 char *temp_home; in full_pathname() local
458 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()