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

/macosx-10.9.5/Heimdal-323.92.1/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.9.5/libedit-39/src/
H A Dchartype.h106 #define Strcmp(s,v) wcscmp(s,v) macro
161 #define Strcmp(s,v) strcmp(s,v) macro
/macosx-10.9.5/swig-10/Source/DOH/
H A Ddoh.h418 #define Strcmp DohStrcmp macro
/macosx-10.9.5/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 123 milliseconds