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

/haiku-fatelf/src/bin/network/wget/src/
H A Dconvert.c754 char *old_file, *old_url;
763 if (hash_table_get_pair (dl_file_url_map, file, &old_file, &old_url))
779 xfree (old_file);
817 if (hash_table_get_pair (dl_url_file_map, url, &old_url, &old_file))
821 xfree (old_file);
849 char *old_url, *old_file;
853 if (!hash_table_get_pair (dl_file_url_map, file, &old_file, &old_url))
857 xfree (old_file);
753 char *old_file, *old_url; local
848 char *old_url, *old_file; local
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-script.c1236 char *old_file;
1247 source_file_name = p->old_file;
1275 old_lines.old_file = source_file_name;
1232 char *old_file; member in struct:source_cleanup_lines_args

Completed in 178 milliseconds