Home
last modified time | relevance | path

Searched refs:strcmp_iw_ordered (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddefs.h329 extern int strcmp_iw_ordered (const char *, const char *);
H A Dutils.c2454 strcmp_iw_ordered (const char *string1, const char *string2) in strcmp_iw_ordered() function
H A Dsymfile.c199 return strcmp_iw_ordered (SYMBOL_SEARCH_NAME (*s1), in compare_psymbols()
H A Dsymtab.c1569 if (strcmp_iw_ordered (SYMBOL_SEARCH_NAME (*center), name) >= 0) in lookup_partial_symbol()
H A DChangeLog-200313122 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
13125 * defs.h: Declare strcmp_iw_ordered.
13126 * utils.c (strcmp_iw_ordered): New function.