Searched refs:local_temp_filename (Results 1 – 1 of 1) sorted by relevance
79 static char *local_temp_filename = (char *)NULL; variable122 local_temp_filename = (char *)xrealloc in info_find_fullpath()125 if (!getcwd (local_temp_filename, local_temp_filename_size)) in info_find_fullpath()127 if (!getwd (local_temp_filename)) in info_find_fullpath()134 strcat (local_temp_filename, "/"); in info_find_fullpath()135 strcat (local_temp_filename, partial); in info_find_fullpath()138 partial = local_temp_filename; in info_find_fullpath()147 local_temp_filename = (char *) xrealloc in info_find_fullpath()148 (local_temp_filename, in info_find_fullpath()150 strcpy (local_temp_filename, temp); in info_find_fullpath()[all …]