Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libedit/
Dchartype.h98 #define Strncmp(s,v,n) wcsncmp(s,v,n) macro
148 #define Strncmp(s,v,n) strncmp(s,v,n) macro
/freebsd-9-stable/contrib/ntp/libparse/
Dparsestreams.c174 Strncmp( in Strncmp() function
/freebsd-9-stable/contrib/tcsh/
Dsh.h1103 #define Strncmp(a, b, c) strncmp(a, b, c) macro
1126 #define Strncmp(a, b, c) wcsncmp(a, b, c) macro
1136 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro