Home
last modified time | relevance | path

Searched refs:STRNCMP (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/vgrind/
H A Dextern.h35 extern int STRNCMP __P((char *, char *, int));
H A Dregexp.c42 STRNCMP(s1, s2, len) in STRNCMP() function
342 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
H A Dvfontedpr.c675 if (!STRNCMP(s,cp,i) && !isidchr(cp[i]))
/original-bsd/old/regexp/
H A Dregexp.c17 STRNCMP(s1, s2, len) in STRNCMP() function
318 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));