Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dparsestreams.c174 Strncmp( in Strncmp() function
/freebsd/contrib/libedit/
H A Dhistory.c69 #define Strncmp(d, s, n) strncmp(d, s, n) macro
87 #define Strncmp(d, s, n) wcsncmp(d, s, n) macro
/freebsd/contrib/tcsh/
H A Dsh.h1115 #define Strncmp(a, b, c) strncmp(a, b, c) macro
1138 #define Strncmp(a, b, c) wcsncmp(a, b, c) macro
1148 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro