Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dcsh.h491 #define Strncmp(a, b, c) strncmp(a, b, c) macro
511 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro
/netbsd-src/external/bsd/ntp/dist/libparse/
H A Dparsestreams.c176 Strncmp( in Strncmp() function
/netbsd-src/lib/libedit/
H A Dhistory.c70 #define Strncmp(d, s, n) strncmp(d, s, n) macro
88 #define Strncmp(d, s, n) wcsncmp(d, s, n) macro