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

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dfilenames.h41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) macro
47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) macro
/macosx-10.9.5/cctools-845/as/
H A Dfilenames.h50 #define FILENAME_CMP(s1, s2) filename_cmp(s1, s2) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Darsup.c79 && FILENAME_CMP (ptr->name, head->filename) == 0)
299 if (FILENAME_CMP(member->filename, list->name) == 0)
361 if (FILENAME_CMP (member->filename, list->name) == 0)
459 if (FILENAME_CMP (member->filename, list->name) == 0)
H A Dar.c188 (!FILENAME_CMP (normalize (*files, arch), head->filename)))
390 && FILENAME_CMP (temp + strlen (temp) - 6, "ranlib") == 0)
1005 if (FILENAME_CMP ((*after_bfd)->filename, realposname) == 0)
1043 if (FILENAME_CMP (normalize (*files_to_delete, arch),
1098 if (FILENAME_CMP (normalize (*files_to_move, arch),
1150 if (FILENAME_CMP (normalize (*files_to_move, arch),
H A Dobjcopy.c3403 if (i > 4 && FILENAME_CMP (program_name + i - 4, ".exe") == 0)
3409 is_strip = (i >= 5 && FILENAME_CMP (program_name + i - 5, "strip") == 0);

Completed in 82 milliseconds