Searched defs:Strcmp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h106 #define Strcmp(s,v) wcscmp(s,v) macro
156 #define Strcmp(s,v) strcmp(s,v) macro
/macosx-10.10/libedit-40/src/
H A Dchartype.h106 #define Strcmp(s,v) wcscmp(s,v) macro
161 #define Strcmp(s,v) strcmp(s,v) macro
/macosx-10.10/swig-12/Source/DOH/
H A Ddoh.h418 #define Strcmp DohStrcmp macro
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.h1079 #define Strcmp(a, b) strcmp(a, b) macro
1102 #define Strcmp(a, b) wcscmp(a, b) macro
1112 #define Strcmp(a, b) s_strcmp(a, b) macro

Completed in 352 milliseconds