Searched refs:STRNCMP (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/usr.bin/vgrind/ |
| H A D | extern.h | 58 extern int STRNCMP(char *, char *, int);
|
| H A D | regexp.c | 72 /* 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 D | vfontedpr.c | 698 if (!STRNCMP(s,cp,i) && !isidchr((unsigned char)cp[i])) in iskw()
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | ses.c | 120 #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()
|