Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ddefs.h342 extern int strcmp_iw_ordered (const char *, const char *);
H A Dutils.c2513 strcmp_iw_ordered (const char *string1, const char *string2) in strcmp_iw_ordered() function
H A Dsymfile.c211 return strcmp_iw_ordered (SYMBOL_NATURAL_NAME (*s1), in compare_psymbols()
H A Dsymtab.c1470 if (strcmp_iw_ordered (SYMBOL_NATURAL_NAME (*center), name) >= 0) in lookup_partial_symbol()