Searched refs:temp_dirname (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/texinfo/info/
H A Dfilesys.c165 char *temp_dirname; local
175 while ((temp_dirname = extract_colon_unit (path, &dirname_index)))
181 if (*temp_dirname == '~')
185 expanded_dirname = tilde_expand_word (temp_dirname);
186 free (temp_dirname);
187 temp_dirname = expanded_dirname;
190 temp = (char *)xmalloc (30 + strlen (temp_dirname) + strlen (filename));
191 strcpy (temp, temp_dirname);
198 free (temp_dirname);
H A Dman.c174 char *temp_dirname; local
179 while ((temp_dirname = extract_colon_unit (path, &dirname_index)))
186 if (*temp_dirname == '~')
190 expanded_dirname = tilde_expand_word (temp_dirname);
191 free (temp_dirname);
192 temp_dirname = expanded_dirname;
195 temp = (char *)xmalloc (34 + strlen (temp_dirname) + strlen (filename));
196 strcpy (temp, temp_dirname);
202 free (temp_dirname);

Completed in 76 milliseconds