Searched refs:s_strncmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.decls.h282 extern int s_strncmp (const Char *, const Char *, size_t);
H A Dtc.str.c365 s_strncmp(const Char *str1, const Char *str2, size_t n) function
H A Dsh.h1136 #define Strncmp(a, b, c) s_strncmp(a, b, c)

Completed in 56 milliseconds