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

/freebsd-10-stable/lib/libedit/
H A Dchartype.h98 #define Strncmp(s,v,n) wcsncmp(s,v,n) macro
148 #define Strncmp(s,v,n) strncmp(s,v,n) macro
/freebsd-10-stable/contrib/ntp/libparse/
H A Dparsestreams.c174 Strncmp( function
/freebsd-10-stable/contrib/tcsh/
H A Dsh.h1106 #define Strncmp(a, b, c) strncmp(a, b, c) macro
1129 #define Strncmp(a, b, c) wcsncmp(a, b, c) macro
1139 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro

Completed in 70 milliseconds