HomeSort by: relevance | last modified time | path
    Searched defs:strcmp_iw (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 2993 /* strncmp_iw_with_mode::MATCH_PARAMS: the "strcmp_iw hack." */
3085 strcmp_iw (const char *string1, const char *string2)
3093 strcmp (and unlike strcmp_iw), it returns negative if STRING1 <
3099 strcmp_iw(LIST_ELT, NAME), then the place to start looking is right
3124 Then lookup_partial_symbol will notice that strcmp_iw("foo$",
3078 strcmp_iw (const char *string1, const char *string2) function
  /src/external/gpl3/gdb/dist/gdb/
utils.c 3013 /* strncmp_iw_with_mode::MATCH_PARAMS: the "strcmp_iw hack." */
3105 strcmp_iw (const char *string1, const char *string2)
3113 strcmp (and unlike strcmp_iw), it returns negative if STRING1 <
3119 strcmp_iw(LIST_ELT, NAME), then the place to start looking is right
3144 Then lookup_partial_symbol will notice that strcmp_iw("foo$",
3098 strcmp_iw (const char *string1, const char *string2) function

Completed in 116 milliseconds