Searched defs:STRCASECMP (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dutf8conv.c67 # define STRCASECMP(a,b) stricmp (a,b) macro
69 # define STRCASECMP(a,b) strcasecmp (a,b) macro
H A Ddomxslt.c90 # define STRCASECMP(a,b) stricmp (a,b) macro
92 # define STRCASECMP(a,b) strcasecmp (a,b) macro
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Druby.h1645 #define STRCASECMP(s1, s2) (st_strcasecmp((s1), (s2))) macro

Completed in 129 milliseconds