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

/netbsd-current/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) function
376 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
/netbsd-current/sys/dev/scsipi/
H A Dses.c120 #define STRNCMP strncmp macro
574 if (STRNCMP(inqp->vendor, SEN_ID, SEN_ID_LEN) == 0) {
602 if (STRNCMP((char *)&inqp->vendor_specific[8], "SAF-TE",

Completed in 130 milliseconds