Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/vgrind/
H A Dextern.h58 extern int STRNCMP(char *, char *, int);
H A Dregexp.c72 /* STRNCMP - like strncmp except that we convert the
78 STRNCMP(char *s1, char *s2, int len) in STRNCMP() function
376 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); in expmatch()
H A Dvfontedpr.c698 if (!STRNCMP(s,cp,i) && !isidchr((unsigned char)cp[i])) in iskw()
/netbsd-src/sys/dev/scsipi/
H A Dses.c120 #define STRNCMP strncmp macro
574 if (STRNCMP(inqp->vendor, SEN_ID, SEN_ID_LEN) == 0) { in ses_type()
602 if (STRNCMP((char *)&inqp->vendor_specific[8], "SAF-TE", in ses_type()