Searched refs:FILENAME_CMP (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/gcclibs/include/
H A Dfilenames.h41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) macro
47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) macro
/freebsd-11.0-release/contrib/gdb/include/
H A Dfilenames.h41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) macro
47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) macro
/freebsd-11.0-release/contrib/binutils/include/
H A Dfilenames.h50 #define FILENAME_CMP(s1, s2) filename_cmp(s1, s2) macro
/freebsd-11.0-release/contrib/binutils/binutils/
H A Darsup.c80 && FILENAME_CMP (ptr->name, head->filename) == 0)
300 if (FILENAME_CMP(member->filename, list->name) == 0)
362 if (FILENAME_CMP (member->filename, list->name) == 0)
460 if (FILENAME_CMP (member->filename, list->name) == 0)
H A Dar.c189 (!FILENAME_CMP (normalize (*files, arch), head->filename)))
391 && FILENAME_CMP (temp + strlen (temp) - 6, "ranlib") == 0)
1006 if (FILENAME_CMP ((*after_bfd)->filename, realposname) == 0)
1044 if (FILENAME_CMP (normalize (*files_to_delete, arch),
1099 if (FILENAME_CMP (normalize (*files_to_move, arch),
1151 if (FILENAME_CMP (normalize (*files_to_move, arch),
H A Dobjcopy.c3483 if (i > 4 && FILENAME_CMP (program_name + i - 4, ".exe") == 0)
3489 is_strip = (i >= 5 && FILENAME_CMP (program_name + i - 5, "strip") == 0);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsymtab.c42 #include "filenames.h" /* for FILENAME_CMP */
174 if (FILENAME_CMP (name, s->filename) == 0)
185 if (FILENAME_CMP (full_path, fp) == 0)
195 if (FILENAME_CMP (real_path, rp) == 0)
207 if (FILENAME_CMP (lbasename (s->filename), name) == 0)
262 if (FILENAME_CMP (name, pst->filename) == 0)
274 && FILENAME_CMP (full_path, pst->fullname) == 0)
290 if (rp != NULL && FILENAME_CMP (real_path, rp) == 0)
302 if (FILENAME_CMP (lbasename (pst->filename), name) == 0)
H A Dbuildsym.c552 if (FILENAME_CMP (subfile->name, name) == 0)
H A Ddwarf2read.c5546 if (FILENAME_CMP (subfile->name, fullname) == 0)
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldfile.c86 && FILENAME_CMP (ld_canon_sysroot, realname) == 0)
/freebsd-11.0-release/contrib/gcc/
H A Dprotoize.c50 #define IS_SAME_PATH(a,b) (FILENAME_CMP (a, b) == 0)

Completed in 221 milliseconds