Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dutils.h77 extern int strncmp_iw (const char *string1, const char *string2,
Dcompleter.c465 if (strncmp_iw (word, lcd, strlen (lcd)) == 0) in completes_to_completion_word()
Dutils.c3016 strncmp_iw (const char *string1, const char *string2, size_t string2_len) in strncmp_iw() function
DChangeLog-20171620 (strncmp_iw, strcmp_iw): Pass language to strncmp_iw_with_mode.
11004 (strncmp_iw): New.
11006 * utils.h (strncmp_iw): Declare.
DChangeLog-20184592 strncmp_iw when comparing symbol names.