Searched defs:Strncmp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ntp/libparse/ |
| H A D | parsestreams.c | 174 Strncmp( in Strncmp() function
|
| /freebsd/contrib/libedit/ |
| H A D | history.c | 70 #define Strncmp(d, s, n) strncmp(d, s, n) macro 88 #define Strncmp(d, s, n) wcsncmp(d, s, n) macro
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.h | 1115 #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
|