Searched defs:STRNICMP (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/iptcutil/
H A Diptcutil.c24 #define STRNICMP strnicmp macro
26 #define STRNICMP strncasecmp macro
/macosx-10.9.5/vim-53/src/
H A Dvim.h1508 # define STRNICMP(d, s, n) strncasecmp((char *)(d), (char *)(s), (size_t)(n)) macro
1511 # define STRNICMP(d, s, n) strnicmp((char *)(d), (char *)(s), (size_t)(n)) macro
1513 # define STRNICMP(d, s, n) vim_strnicmp((char *)(d), (char *)(s), (size_t)(n)) macro

Completed in 137 milliseconds