Home
last modified time | relevance | path

Searched refs:FILENAME_CMP (Results 1 – 25 of 39) sorted by relevance

12

/openbsd-src/gnu/lib/libiberty/include/
H A Dfilenames.h41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) macro
47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dfilenames.h41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) macro
47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) macro
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dfilenames.h41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) macro
47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) macro
/openbsd-src/gnu/gcc/include/
H A Dfilenames.h41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) macro
47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) macro
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Darsup.c75 && FILENAME_CMP (ptr->name, head->filename) == 0) in map_over_list()
299 if (FILENAME_CMP(member->filename, list->name) == 0) in ar_delete()
361 if (FILENAME_CMP (member->filename, list->name) == 0) in ar_replace()
459 if (FILENAME_CMP (member->filename, list->name) == 0) in ar_extract()
H A Dar.c193 (!FILENAME_CMP (normalize (*files, arch), head->filename))) in map_over_members()
392 && FILENAME_CMP (temp + strlen (temp) - 6, "ranlib") == 0) in main()
1143 if (FILENAME_CMP ((*after_bfd)->filename, realposname) == 0) in get_pos_bfd()
1181 if (FILENAME_CMP (normalize (*files_to_delete, arch), in delete_members()
1236 if (FILENAME_CMP (normalize (*files_to_move, arch), in move_members()
1288 if (FILENAME_CMP (normalize (*files_to_move, arch), in replace_members()
H A DChangeLog-00011550 FILENAME_CMP instead of strcmp to compare file names.
1555 Compare file names with FILENAME_CMP.
1571 Use FILENAME_CMP to compare file names.
1575 FILENAME_CMP to compare file names.
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Darsup.c79 && FILENAME_CMP (ptr->name, head->filename) == 0) in map_over_list()
299 if (FILENAME_CMP(member->filename, list->name) == 0) in ar_delete()
361 if (FILENAME_CMP (member->filename, list->name) == 0) in ar_replace()
459 if (FILENAME_CMP (member->filename, list->name) == 0) in ar_extract()
H A Dar.c193 (!FILENAME_CMP (normalize (*files, arch), head->filename))) in map_over_members()
399 && FILENAME_CMP (temp + strlen (temp) - 6, "ranlib") == 0) in main()
1016 if (FILENAME_CMP ((*after_bfd)->filename, realposname) == 0) in get_pos_bfd()
1054 if (FILENAME_CMP (normalize (*files_to_delete, arch), in delete_members()
1109 if (FILENAME_CMP (normalize (*files_to_move, arch), in move_members()
1161 if (FILENAME_CMP (normalize (*files_to_move, arch), in replace_members()
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dsystem.h220 # define FILENAME_CMP strcasecmp
238 # define FILENAME_CMP strcmp
227 # define FILENAME_CMP global() macro
245 # define FILENAME_CMP global() macro
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dsource.c45 if (FILENAME_CMP (path, sf->name) == 0)
85 if (FILENAME_CMP (filename, fname) == 0)
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dsource.c44 if (FILENAME_CMP (path, sf->name) == 0) in source_file_lookup_path()
83 if (FILENAME_CMP (filename, fname) == 0) in source_file_lookup_name()
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dnodes.c226 if ((FILENAME_CMP (filename, file_buffer->filename) == 0) in info_find_file_internal()
227 || (FILENAME_CMP (filename, file_buffer->fullpath) == 0) in info_find_file_internal()
229 && FILENAME_CMP (filename, in info_find_file_internal()
1091 if (FILENAME_CMP (filename, file_buffer->filename) == 0 in forget_info_file()
1092 || FILENAME_CMP (filename, file_buffer->fullpath) == 0) in forget_info_file()
H A Dindices.c196 (FILENAME_CMP (initial_index_filename, fb->filename) != 0)) in do_info_index_search()
292 || (FILENAME_CMP (initial_index_filename, fb->filename) != 0)) in index_entry_exists()
531 if (FILENAME_CMP (this_fb->filename, dir_menu[i]->filename) == 0) in apropos_in_all_indices()
H A Dfilesys.c324 if (FILENAME_CMP (names_and_files[i]->filename, filename) == 0) in lookup_info_filename()
638 if (FILENAME_CMP (extension, compress_suffixes[i].suffix) == 0) in filesys_decompressor_for_file()
H A Dnodemenu.c176 if (FILENAME_CMP (lines[i], lines[i + 1]) == 0) in get_visited_nodes()
H A Dmakedoc.c127 if (dot && FILENAME_CMP (dot, ".exe") == 0) in main()
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c331 if (len > 3 && FILENAME_CMP (ret + len - 3, ".gz") == 0) in strip_info_suffix()
336 else if (len > 4 && FILENAME_CMP (ret + len - 4, ".bz2") == 0) in strip_info_suffix()
342 if (len > 5 && FILENAME_CMP (ret + len - 5, ".info") == 0) in strip_info_suffix()
347 else if (len > 4 && FILENAME_CMP (ret + len - 4, ".inf") == 0) in strip_info_suffix()
353 else if (len > 4 && (FILENAME_CMP (ret + len - 4, ".inz") == 0 in strip_info_suffix()
354 || FILENAME_CMP (ret + len - 4, ".igz") == 0)) in strip_info_suffix()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsymtab.c175 if (FILENAME_CMP (name, s->filename) == 0) in lookup_symtab()
186 if (fp != NULL && FILENAME_CMP (full_path, fp) == 0) in lookup_symtab()
199 if (FILENAME_CMP (real_path, rp) == 0) in lookup_symtab()
212 if (FILENAME_CMP (lbasename (s->filename), name) == 0) in lookup_symtab()
267 if (FILENAME_CMP (name, pst->filename) == 0) in lookup_partial_symtab()
278 && FILENAME_CMP (full_path, pst->fullname) == 0) in lookup_partial_symtab()
293 if (rp != NULL && FILENAME_CMP (real_path, rp) == 0) in lookup_partial_symtab()
305 if (FILENAME_CMP (lbasename (pst->filename), name) == 0) in lookup_partial_symtab()
H A Dbuildsym.c547 if (FILENAME_CMP (subfile->name, name) == 0) in start_subfile()
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c656 if (FILENAME_CMP (current_output_filename, NULL_DEVICE) == 0 in register_delayed_write()
657 || FILENAME_CMP (current_output_filename, ALSO_NULL_DEVICE) == 0) in register_delayed_write()
H A Dmakeinfo.c1622 if (FILENAME_CMP (output_filename, NULL_DEVICE) == 0 in convert_from_loaded_file()
1623 || FILENAME_CMP (output_filename, ALSO_NULL_DEVICE) == 0) in convert_from_loaded_file()
1710 && FILENAME_CMP (macro_expansion_filename, NULL_DEVICE) != 0 in convert_from_loaded_file()
1711 && FILENAME_CMP (macro_expansion_filename, ALSO_NULL_DEVICE) != 0) in convert_from_loaded_file()
1774 && FILENAME_CMP (real_output_filename, NULL_DEVICE) != 0 in convert_from_loaded_file()
1775 && FILENAME_CMP (real_output_filename, ALSO_NULL_DEVICE) != 0) in convert_from_loaded_file()
H A Dnode.c238 if (tag->html_fname && FILENAME_CMP (tag->html_fname, fname) == 0) in find_node_by_fname()
612 if (FILENAME_CMP (fname_for_this_node, fname_for_prev_node) != 0) in cm_node()
776 && FILENAME_CMP (next_file->filename, input_filename) in cm_node()
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldfile.c91 && FILENAME_CMP (ld_canon_sysroot, realname) == 0) in is_sysrooted_pathname()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldfile.c86 && FILENAME_CMP (ld_canon_sysroot, realname) == 0) in is_sysrooted_pathname()

12