Home
last modified time | relevance | path

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

/freebsd/usr.bin/vgrind/
H A Dextern.h55 extern int STRNCMP(char *, char *, int);
H A Dregexp.c54 STRNCMP(register char *s1, register char *s2, register int len) in STRNCMP() function
354 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); in expmatch()
H A Dvfontedpr.c701 if (!STRNCMP(s,cp,i) && !isidchr(cp[i])) in iskw()
/freebsd/sys/cam/scsi/
H A Dscsi_enc_internal.h206 #define STRNCMP strncmp macro
H A Dscsi_enc.c684 if (STRNCMP(iqd + 43, "S-E-S", 5) == 0) in enc_type()
686 else if (STRNCMP(iqd + 43, "SAF-TE", 6) == 0) in enc_type()
718 if (STRNCMP((char *)&iqd[SAFTE_START], "SAF-TE", SAFTE_LEN - 2) == 0) { in enc_type()