Searched refs:STRNCMP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c27 /* STRNCMP - like strncmp except that we convert the
33 STRNCMP(char *s1, char *s2, int len) function
334 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
H A Dvfontedpr.c38 char *STRNCMP(); /* a different kind of strncmp */
834 if (!STRNCMP(s,cp,i) && !isidchr(cp[i]))

Completed in 59 milliseconds