Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.decls.h281 extern int s_strncmp (const Char *, const Char *, size_t);
H A Dtc.str.c376 s_strncmp(const Char *str1, const Char *str2, size_t n) function
H A Dsh.h1148 #define Strncmp(a, b, c) s_strncmp(a, b, c)