HomeSort by relevance Sort by last modified time
    Searched refs:c_strcasecmp (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
c-strcase.h 42 extern int c_strcasecmp (const char *s1, const char *s2) _GL_ATTRIBUTE_PURE;
c-strcasecmp.c 27 c_strcasecmp (const char *s1, const char *s2) function
c-strcaseeq.h 25 c_strcasecmp (s, "UTF-8") == 0
47 return c_strcasecmp (s1 + 9, s2 + 9) == 0;
182 (c_strcasecmp (s1, s2) == 0)
  /external/bison/src/
getargs.c 470 if (c_strcasecmp (arg, valid_languages[i].language) == 0)

Completed in 515 milliseconds