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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h107 #define Strncmp(s,v,n) wcsncmp(s,v,n) macro
157 #define Strncmp(s,v,n) strncmp(s,v,n) macro
/macosx-10.10/libedit-40/src/
H A Dchartype.h107 #define Strncmp(s,v,n) wcsncmp(s,v,n) macro
162 #define Strncmp(s,v,n) strncmp(s,v,n) macro
/macosx-10.10/swig-12/Source/DOH/
H A Ddoh.h419 #define Strncmp DohStrncmp macro
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.h1080 #define Strncmp(a, b, c) strncmp(a, b, c) macro
1103 #define Strncmp(a, b, c) wcsncmp(a, b, c) macro
1113 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro

Completed in 69 milliseconds