Home
last modified time | relevance | path

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

/netbsd/external/gpl2/texinfo/dist/info/
H A Dfilesys.c81 static char *local_temp_filename = (char *)NULL; variable
124 local_temp_filename = (char *)xrealloc in info_find_fullpath()
127 if (!getcwd (local_temp_filename, local_temp_filename_size)) in info_find_fullpath()
129 if (!getwd (local_temp_filename)) in info_find_fullpath()
136 strcat (local_temp_filename, "/"); in info_find_fullpath()
137 strcat (local_temp_filename, partial); in info_find_fullpath()
140 partial = local_temp_filename; in info_find_fullpath()
149 local_temp_filename = (char *) xrealloc in info_find_fullpath()
150 (local_temp_filename, in info_find_fullpath()
152 strcpy (local_temp_filename, temp); in info_find_fullpath()
[all …]