bin/csh/proc.c
984
(strlen(name) > 3 && !strncasecmp("SIG", name, 3) &&
bin/kill/kill.c
142
if (!strncasecmp(sig, "sig", 3))
bin/ksh/trap.c
96
if (igncase && strncasecmp(name, "SIG", 3) == 0)
bin/md5/md5.c
472
if (strncasecmp(cp, hf->name, len) != 0)
include/strings.h
75
int strncasecmp(const char *, const char *, size_t);
lib/libc/gen/auth_subr.c
344
if (!strncasecmp(line, BI_SETENV, sizeof(BI_SETENV)-1)) {
lib/libc/gen/auth_subr.c
364
if (!strncasecmp(line, BI_UNSETENV, sizeof(BI_UNSETENV)-1)) {
lib/libc/gen/auth_subr.c
396
if (!strncasecmp(line, BI_SETENV, sizeof(BI_SETENV)-1)) {
lib/libc/gen/auth_subr.c
401
if (!strncasecmp(line, BI_UNSETENV, sizeof(BI_UNSETENV)-1)) {
lib/libc/gen/auth_subr.c
673
if (strncasecmp(line, BI_VALUE, sizeof(BI_VALUE)-1) != 0)
lib/libc/gen/auth_subr.c
920
if (!strncasecmp(line, BI_REJECT, sizeof(BI_REJECT)-1)) {
lib/libc/gen/auth_subr.c
943
} else if (!strncasecmp(line, BI_AUTH, sizeof(BI_AUTH)-1)) {
lib/libc/gen/auth_subr.c
955
} else if (!strncasecmp(line, BI_REMOVE, sizeof(BI_REMOVE)-1)) {
lib/libc/hidden/string.h
62
PROTO_NORMAL(strncasecmp);
lib/libc/string/strcasecmp.c
107
DEF_WEAK(strncasecmp);
lib/libc/string/strcasecmp_l.c
20
return strncasecmp(s1, s2, n);
lib/libc/string/strcasestr.c
56
} while (strncasecmp(s, find, len) != 0);
lib/libc/time/strptime.c
214
if (strncasecmp(_ctloc(day[i]), bp, len) == 0)
lib/libc/time/strptime.c
219
if (strncasecmp(_ctloc(abday[i]), bp, len) == 0)
lib/libc/time/strptime.c
239
if (strncasecmp(_ctloc(mon[i]), bp, len) == 0)
lib/libc/time/strptime.c
244
if (strncasecmp(_ctloc(abmon[i]), bp, len) == 0)
lib/libc/time/strptime.c
320
if (strncasecmp(_ctloc(am_pm[0]), bp, len) == 0) {
lib/libc/time/strptime.c
331
if (strncasecmp(_ctloc(am_pm[1]), bp, len) == 0) {
lib/libc/time/strptime.c
650
if (strncasecmp(*n1, (const char *)bp, len) == 0) {
lib/libcrypto/evp/p_lib.c
224
if (strncasecmp(ameth->pem_str, str, str_len) == 0)
lib/libcrypto/x509/x509_constraints.c
585
return (strncasecmp(suffix, constraint, len) == 0);
lib/libcrypto/x509/x509_constraints.c
613
return (strncasecmp(suffix, constraint, len) == 0);
lib/libcrypto/x509/x509_constraints.c
621
return (strncasecmp(suffix, domain, dlen) == 0);
lib/libcrypto/x509/x509_constraints.c
626
return (strncasecmp(domain, constraint, len) == 0);
lib/libcrypto/x509/x509_ncons.c
558
if (!strncasecmp(p, baseptr, base->length))
lib/libcrypto/x509/x509_ncons.c
565
strncasecmp(hostptr, baseptr, hostlen))
lib/libcrypto/x509/x509_utl.c
816
return (strncasecmp(pattern, subject, pattern_len) == 0);
lib/libcrypto/x509/x509_utl.c
901
&& strncasecmp((char *)subject, "xn--", 4) == 0)
lib/libcrypto/x509/x509_utl.c
962
&& strncasecmp((char *)&p[i], "xn--", 4) == 0) {
lib/libkeynote/parse_assertion.c
336
if (!strncasecmp("keynote-version:", start, len))
lib/libkeynote/parse_assertion.c
339
if (!strncasecmp("local-constants:", start, len))
lib/libkeynote/parse_assertion.c
342
if (!strncasecmp("authorizer:", start, len))
lib/libkeynote/parse_assertion.c
345
if (!strncasecmp("licensees:", start, len))
lib/libkeynote/parse_assertion.c
348
if (!strncasecmp("conditions:", start, len))
lib/libkeynote/parse_assertion.c
351
if (!strncasecmp("signature:", start, len))
lib/libkeynote/parse_assertion.c
354
if (!strncasecmp("comment:", start, len))
lib/libkeynote/signature.c
186
if (!strncasecmp(SIG_DSA_SHA1_HEX, sig, SIG_DSA_SHA1_HEX_LEN))
lib/libkeynote/signature.c
194
if (!strncasecmp(SIG_DSA_SHA1_BASE64, sig, SIG_DSA_SHA1_BASE64_LEN))
lib/libkeynote/signature.c
202
if (!strncasecmp(SIG_RSA_MD5_PKCS1_HEX, sig, SIG_RSA_MD5_PKCS1_HEX_LEN))
lib/libkeynote/signature.c
210
if (!strncasecmp(SIG_RSA_SHA1_PKCS1_HEX, sig, SIG_RSA_SHA1_PKCS1_HEX_LEN))
lib/libkeynote/signature.c
218
if (!strncasecmp(SIG_RSA_MD5_PKCS1_BASE64, sig,
lib/libkeynote/signature.c
227
if (!strncasecmp(SIG_RSA_SHA1_PKCS1_BASE64, sig,
lib/libkeynote/signature.c
236
if (!strncasecmp(SIG_X509_SHA1_BASE64, sig, SIG_X509_SHA1_BASE64_LEN))
lib/libkeynote/signature.c
244
if (!strncasecmp(SIG_X509_SHA1_HEX, sig, SIG_X509_SHA1_HEX_LEN))
lib/libkeynote/signature.c
267
if (!strncasecmp(DSA_HEX, key, DSA_HEX_LEN))
lib/libkeynote/signature.c
274
if (!strncasecmp(DSA_BASE64, key, DSA_BASE64_LEN))
lib/libkeynote/signature.c
281
if (!strncasecmp(RSA_PKCS1_HEX, key, RSA_PKCS1_HEX_LEN))
lib/libkeynote/signature.c
288
if (!strncasecmp(RSA_PKCS1_BASE64, key, RSA_PKCS1_BASE64_LEN))
lib/libkeynote/signature.c
295
if (!strncasecmp(X509_BASE64, key, X509_BASE64_LEN))
lib/libkeynote/signature.c
302
if (!strncasecmp(X509_HEX, key, X509_HEX_LEN))
lib/libkeynote/signature.c
309
if (!strncasecmp(BINARY_HEX, key, BINARY_HEX_LEN))
lib/libkeynote/signature.c
316
if (!strncasecmp(BINARY_BASE64, key, BINARY_BASE64_LEN))
lib/libkeynote/signature.c
336
if (strncasecmp(KEYNOTE_PRIVATE_KEY_PREFIX, key,
libexec/ftpd/ftpcmd.y
1158
if (!guest && strncasecmp("pass ", s, 5) == 0) {
libexec/ftpd/ftpcmd.y
1219
if (strncasecmp(cbuf, "PASS", 4) != 0) {
libexec/ftpd/ftpcmd.y
1354
if (strncasecmp(&cbuf[cpos], "ALL", 3) == 0 &&
libexec/ftpd/ftpcmd.y
445
if (strncasecmp(cp, "SITE", 4) == 0) {
libexec/login_ldap/aldap.c
711
if (strncasecmp(LDAP_URL, p, strlen(LDAP_URL)) == 0) {
libexec/login_ldap/aldap.c
714
} else if (strncasecmp(LDAPS_URL, p, strlen(LDAPS_URL)) == 0) {
libexec/login_ldap/aldap.c
717
} else if (strncasecmp(LDAPTLS_URL, p, strlen(LDAPTLS_URL)) == 0) {
libexec/login_ldap/aldap.c
720
} else if (strncasecmp(LDAPI_URL, p, strlen(LDAPI_URL)) == 0) {
libexec/spamd/spamd.c
797
return (strncasecmp(s1, s2, strlen(s2)) == 0);
regress/usr.sbin/rpki-client/test-http.c
54
if (strncasecmp(uri, proto, to - proto + 1) != 0)
sbin/fdisk/misc.c
55
if (strncasecmp(unit_types[i].ut_abbr, units, 1) == 0)
sbin/growfs/growfs.c
1860
strncasecmp(reply, "Yes", 3)) {
sbin/ifconfig/ifconfig.c
1971
} else if (strncasecmp("persist:", val, 8) == 0) {
sbin/isakmpd/ike_auth.c
157
if (strncasecmp(key, "0x", 2) == 0) {
sbin/isakmpd/ui.c
423
if (strncasecmp(subcmd, "on=", 3) == 0) {
sbin/pdisk/partition_map.c
311
if (strncasecmp(cur->dpme_type, kFreeType, DPISTRLEN))
sbin/pdisk/partition_map.c
398
if (strncasecmp(dptype, kFreeType, DPISTRLEN)) {
sbin/pdisk/partition_map.c
412
if (strncasecmp(entry->dpme_type, kMapType, DPISTRLEN) == 0)
sbin/pdisk/partition_map.c
422
if (strncasecmp(entry->dpme_type, kFreeType, DPISTRLEN) == 0)
sbin/pdisk/partition_map.c
424
else if (strncasecmp(entry->dpme_type, kMapType, DPISTRLEN) == 0)
sbin/pdisk/partition_map.c
426
else if (strncasecmp(entry->dpme_type, kHFSType, DPISTRLEN) == 0)
sbin/pdisk/partition_map.c
453
if (strncasecmp(entry->dpme_type, kMapType, DPISTRLEN) == 0) {
sbin/pdisk/partition_map.c
457
if (strncasecmp(entry->dpme_type, kFreeType, DPISTRLEN) == 0) {
sbin/pdisk/partition_map.c
512
strncasecmp(entry->dpme_type, kFreeType, DPISTRLEN) != 0)
sbin/pdisk/partition_map.c
517
if (strncasecmp(p->dpme_type, kFreeType, DPISTRLEN) !=
sbin/pdisk/partition_map.c
544
if (strncasecmp(p->dpme_type, kFreeType, DPISTRLEN) != 0) {
sbin/pdisk/partition_map.c
603
if (strncasecmp(cur->dpme_type, type_name, DPISTRLEN) == 0)
sbin/pdisk/partition_map.c
734
strncasecmp(next->dpme_type, kFreeType, DPISTRLEN) != 0)
sbin/pdisk/partition_map.c
746
strncasecmp(next->dpme_type, kFreeType, DPISTRLEN) != 0) {
sbin/pdisk/pdisk.c
271
if (strncasecmp(type, kFreeType, DPISTRLEN) == 0) {
sbin/pdisk/pdisk.c
275
if (strncasecmp(type, kMapType, DPISTRLEN) == 0) {
sbin/pfctl/pfctl_osfp.c
385
if (strncasecmp(ptr, version_nm->nm_name,
sbin/unwind/frontend.c
1595
return (strncasecmp(e1->domain, e2->domain, e1->len));
sbin/unwind/frontend.c
1597
return (strncasecmp(e1->domain, e2->domain, e2->len));
sbin/unwind/libunbound/services/localzone.c
837
if(strncasecmp(p->str, name, len) == 0 &&
sbin/unwind/libunbound/sldns/rrdef.c
710
if (strlen(name) > 4 && strncasecmp(name, "TYPE", 4) == 0) {
sbin/unwind/libunbound/sldns/rrdef.c
724
strncasecmp(name, desc_name, strlen(desc_name)) == 0) {
sbin/unwind/libunbound/sldns/rrdef.c
731
if (strlen(name) == 4 && strncasecmp(name, "IXFR", 4) == 0) {
sbin/unwind/libunbound/sldns/rrdef.c
733
} else if (strlen(name) == 4 && strncasecmp(name, "AXFR", 4) == 0) {
sbin/unwind/libunbound/sldns/rrdef.c
735
} else if (strlen(name) == 5 && strncasecmp(name, "MAILB", 5) == 0) {
sbin/unwind/libunbound/sldns/rrdef.c
737
} else if (strlen(name) == 5 && strncasecmp(name, "MAILA", 5) == 0) {
sbin/unwind/libunbound/sldns/rrdef.c
739
} else if (strlen(name) == 3 && strncasecmp(name, "ANY", 3) == 0) {
sbin/unwind/libunbound/sldns/rrdef.c
752
if (strlen(name) > 5 && strncasecmp(name, "CLASS", 5) == 0) {
sbin/unwind/libunbound/util/config_file.c
2423
if (strncasecmp(str, "ascii_", 6) == 0) {
sbin/unwind/libunbound/util/netevent.c
4864
if(strncasecmp(line, "HTTP/1.1 ", 9) == 0) {
sbin/unwind/libunbound/util/netevent.c
4870
} else if(strncasecmp(line, "Content-Length: ", 16) == 0) {
sbin/unwind/libunbound/util/netevent.c
4873
} else if(strncasecmp(line, "Transfer-Encoding: chunked", 19+7) == 0) {
sys/arch/alpha/alpha/dec_1000a.c
243
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
sys/arch/alpha/alpha/dec_1000a.c
244
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_1000a.c
245
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_2100_a50.c
192
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
sys/arch/alpha/alpha/dec_2100_a50.c
193
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_2100_a50.c
194
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_550.c
173
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0) ||
sys/arch/alpha/alpha/dec_550.c
174
(strncasecmp(b->protocol, "IDE", 3) == 0);
sys/arch/alpha/alpha/dec_550.c
175
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_550.c
176
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_6600.c
200
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0) ||
sys/arch/alpha/alpha/dec_6600.c
201
(strncasecmp(b->protocol, "IDE", 3) == 0);
sys/arch/alpha/alpha/dec_6600.c
202
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_6600.c
203
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_alphabook1.c
170
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
sys/arch/alpha/alpha/dec_alphabook1.c
171
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_alphabook1.c
172
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_axppci_33.c
215
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
sys/arch/alpha/alpha/dec_axppci_33.c
216
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_axppci_33.c
217
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_eb164.c
175
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0) ||
sys/arch/alpha/alpha/dec_eb164.c
176
(strncasecmp(b->protocol, "IDE", 3) == 0);
sys/arch/alpha/alpha/dec_eb164.c
177
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_eb164.c
178
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_eb64plus.c
172
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
sys/arch/alpha/alpha/dec_eb64plus.c
173
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_eb64plus.c
174
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_kn20aa.c
172
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
sys/arch/alpha/alpha/dec_kn20aa.c
173
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_kn20aa.c
174
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/dec_kn300.c
212
diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
sys/arch/alpha/alpha/dec_kn300.c
213
netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
sys/arch/alpha/alpha/dec_kn300.c
214
(strncasecmp(b->protocol, "MOP", 3) == 0);
sys/arch/alpha/alpha/machdep.c
900
if(strncasecmp(s, "MHz", 3) == 0)
sys/arch/amd64/amd64/bios.c
359
if ((strncasecmp(s, smbios_uninfo[i],
sys/arch/arm64/dev/smbios.c
299
if ((strncasecmp(s, smbios_uninfo[i],
sys/arch/arm64/stand/efiboot/smbios.c
235
if ((strncasecmp(s, smbios_uninfo[i],
sys/arch/i386/i386/bios.c
914
if ((strncasecmp(s, smbios_uninfo[i],
sys/arch/i386/pci/ichpcib.c
207
if (brandid == 14 && strncasecmp(cpu_model,
sys/dev/acpi/asmc.c
264
if (!strncasecmp(asmc_prods[i].pr_name, hw_prod,
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1388
if (!strncasecmp("SPX", buf, strlen("SPX"))) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1390
} else if (!strncasecmp("DPX", buf, strlen("DPX"))) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1398
} else if (!strncasecmp("TPX", buf, strlen("TPX"))) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1402
} else if (!strncasecmp("QPX", buf, strlen("QPX"))) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1406
} else if (!strncasecmp("CPX", buf, strlen("CPX"))) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
1238
if (!strncasecmp(nps_desc[i], buf, strlen(nps_desc[i]))) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
855
if (!strncasecmp("SPX", buf, strlen("SPX")))
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
857
else if (!strncasecmp("DPX", buf, strlen("DPX")))
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
859
else if (!strncasecmp("TPX", buf, strlen("TPX")))
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
861
else if (!strncasecmp("QPX", buf, strlen("QPX")))
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
863
else if (!strncasecmp("CPX", buf, strlen("CPX")))
sys/dev/pv/hypervic.c
1115
if (strncasecmp(*key, kvp_pools[i].poolname,
sys/kern/subr_userconf.c
1013
} else if (strncasecmp(dev,
sys/kern/subr_userconf.c
1057
strncasecmp(dev, cfdata[i].cf_driver->cd_name, len) == 0)
sys/kern/subr_userconf.c
1112
strncasecmp(dev, cfdata[i].cf_driver->cd_name,
sys/kern/subr_userconf.c
1137
strncasecmp(dev, cfdata[i].cf_driver->cd_name,
sys/kern/subr_userconf.c
1156
strncasecmp(dev, cfdata[i].cf_driver->cd_name,
sys/kern/subr_userconf.c
1199
if (strncasecmp(v, userconf_cmds[j], i) == 0)
sys/kern/subr_userconf.c
399
if (strncasecmp(cmd, locnames[i], l) == 0)
sys/kern/subr_userconf.c
850
if (strncasecmp(cmd, locnames[i], l) == 0) {
sys/kern/subr_userconf.c
895
if (strncasecmp(dev, cfdata[i].cf_driver->cd_name,
sys/kern/subr_userconf.c
931
if (strncasecmp(dev, pdevnames[i], len) == 0 &&
sys/lib/libkern/libkern.h
164
int strncasecmp(const char *, const char *, size_t);
sys/netinet/ipsec_input.c
694
if (strncasecmp(buf, p->name, buflen) == 0)
sys/scsi/ses.c
157
if (strncasecmp(vendor, "Dell", sizeof(vendor)) == 0)
usr.bin/awk/lib.c
895
is_nan = (strncasecmp(s+1, "nan", 3) == 0);
usr.bin/awk/lib.c
896
is_inf = (strncasecmp(s+1, "inf", 3) == 0);
usr.bin/calendar/day.c
585
if (!strncasecmp(s, n->name, n->len))
usr.bin/calendar/day.c
588
if (!strncasecmp(s, n->name, n->len))
usr.bin/calendar/day.c
591
if (!strncasecmp(s, *p, 3))
usr.bin/calendar/day.c
604
if (!strncasecmp(s, n->name, n->len))
usr.bin/calendar/day.c
607
if (!strncasecmp(s, n->name, n->len))
usr.bin/calendar/day.c
610
if (!strncasecmp(s, *p, 3))
usr.bin/calendar/io.c
138
if (strncasecmp(buf, spev[i].name,
usr.bin/calendar/io.c
276
if (strncasecmp(start, spev[i].name, spev[i].nlen) == 0) {
usr.bin/calendar/io.c
281
strncasecmp(start, spev[i].uname, spev[i].ulen) == 0) {
usr.bin/cdio/cdio.c
1574
if (len >= c->min && ! strncasecmp(buf, c->name, len)) {
usr.bin/cdio/cdio.c
476
if (!strncasecmp(arg, "left", strlen(arg)))
usr.bin/cdio/cdio.c
479
if (!strncasecmp(arg, "right", strlen(arg)))
usr.bin/cdio/cdio.c
482
if (!strncasecmp(arg, "mono", strlen(arg)))
usr.bin/cdio/cdio.c
485
if (!strncasecmp(arg, "stereo", strlen(arg)))
usr.bin/cdio/cdio.c
488
if (!strncasecmp(arg, "mute", strlen(arg)))
usr.bin/chpass/edit.c
165
if (!strncasecmp(buf, ep->prompt, ep->len)) {
usr.bin/cu/cu.c
176
if (strncasecmp(line_path, "usb", 3) == 0) {
usr.bin/cu/cu.c
519
if (*ucom == '\0' || strncasecmp(ucom, "ucom", 4))
usr.bin/dig/dig.c
1442
if (strncasecmp(value, "ixfr=", 5) == 0) {
usr.bin/dig/dig.c
1682
if (strncasecmp(rv[0], "ixfr=", 5) == 0) {
usr.bin/dig/dig.c
661
if (strncasecmp(cmd, "no", 2)==0) {
usr.bin/dig/dig.c
669
if (_l >= sizeof(A) || strncasecmp(cmd, A, _l) != 0) \
usr.bin/dig/dig.c
675
if ((_l >= sizeof(A) || strncasecmp(cmd, A, _l) != 0) && \
usr.bin/dig/dig.c
676
(_l >= sizeof(B) || strncasecmp(cmd, B, _l) != 0)) \
usr.bin/dig/dighost.c
1003
} else if (strncasecmp(buf, "hmac-sha256-", 12) == 0) {
usr.bin/dig/dighost.c
1008
} else if (strncasecmp(buf, "hmac-sha384-", 12) == 0) {
usr.bin/dig/dighost.c
1013
} else if (strncasecmp(buf, "hmac-sha512-", 12) == 0) {
usr.bin/dig/dighost.c
993
} else if (strncasecmp(buf, "hmac-sha1-", 10) == 0) {
usr.bin/dig/dighost.c
998
} else if (strncasecmp(buf, "hmac-sha224-", 12) == 0) {
usr.bin/dig/host.c
643
if (strncasecmp(optarg, "ixfr=", 5) == 0) {
usr.bin/dig/lib/dns/rcode.c
174
&& (strncasecmp(source->base, string, source->length) == 0)) { \
usr.bin/dig/lib/dns/rcode.c
194
strncasecmp("class", source->base, 5) == 0) {
usr.bin/dig/lib/dns/rdata.c
867
if (n > 4 && strncasecmp("type", lookup, 4) == 0) {
usr.bin/dig/nslookup.c
582
((l >= N) && (l < sizeof(A)) && (strncasecmp(opt, A, l) == 0))
usr.bin/dig/nslookup.c
586
} else if (strncasecmp(opt, "class=", 6) == 0) {
usr.bin/dig/nslookup.c
589
} else if (strncasecmp(opt, "cl=", 3) == 0) {
usr.bin/dig/nslookup.c
592
} else if (strncasecmp(opt, "type=", 5) == 0) {
usr.bin/dig/nslookup.c
595
} else if (strncasecmp(opt, "ty=", 3) == 0) {
usr.bin/dig/nslookup.c
598
} else if (strncasecmp(opt, "querytype=", 10) == 0) {
usr.bin/dig/nslookup.c
601
} else if (strncasecmp(opt, "query=", 6) == 0) {
usr.bin/dig/nslookup.c
604
} else if (strncasecmp(opt, "qu=", 3) == 0) {
usr.bin/dig/nslookup.c
607
} else if (strncasecmp(opt, "q=", 2) == 0) {
usr.bin/dig/nslookup.c
610
} else if (strncasecmp(opt, "domain=", 7) == 0) {
usr.bin/dig/nslookup.c
614
} else if (strncasecmp(opt, "do=", 3) == 0) {
usr.bin/dig/nslookup.c
618
} else if (strncasecmp(opt, "port=", 5) == 0) {
usr.bin/dig/nslookup.c
620
} else if (strncasecmp(opt, "po=", 3) == 0) {
usr.bin/dig/nslookup.c
622
} else if (strncasecmp(opt, "timeout=", 8) == 0) {
usr.bin/dig/nslookup.c
624
} else if (strncasecmp(opt, "t=", 2) == 0) {
usr.bin/dig/nslookup.c
630
} else if (strncasecmp(opt, "retry=", 6) == 0) {
usr.bin/dig/nslookup.c
632
} else if (strncasecmp(opt, "ret=", 4) == 0) {
usr.bin/dig/nslookup.c
662
} else if (strncasecmp(opt, "ndots=", 6) == 0) {
usr.bin/dig/nslookup.c
802
if (strncasecmp(argv[0], "-ver", 4) == 0) {
usr.bin/fstat/fstat.c
957
if (!strncasecmp(sig, "sig", 3))
usr.bin/ftp/fetch.c
1299
if (strncasecmp(url, FILE_URL, sizeof(FILE_URL) - 1) == 0) {
usr.bin/ftp/fetch.c
1308
if (strncasecmp(url, HTTP_URL, sizeof(HTTP_URL) - 1) == 0 ||
usr.bin/ftp/fetch.c
1309
strncasecmp(url, HTTPS_URL, sizeof(HTTPS_URL) -1) == 0) {
usr.bin/ftp/fetch.c
1323
if (strncasecmp(url, FTP_URL, sizeof(FTP_URL) - 1) == 0) {
usr.bin/ftp/fetch.c
1642
if (strncasecmp(p, FTP_URL, sizeof(FTP_URL) - 1) == 0 ||
usr.bin/ftp/fetch.c
1643
strncasecmp(p, HTTP_URL, sizeof(HTTP_URL) - 1) == 0 ||
usr.bin/ftp/fetch.c
1645
strncasecmp(p, HTTPS_URL, sizeof(HTTPS_URL) - 1) == 0 ||
usr.bin/ftp/fetch.c
1647
strncasecmp(p, FILE_URL, sizeof(FILE_URL) - 1) == 0 ||
usr.bin/ftp/fetch.c
352
if (strncasecmp(newline, HTTP_URL, sizeof(HTTP_URL) - 1) == 0) {
usr.bin/ftp/fetch.c
357
} else if (strncasecmp(newline, FTP_URL, sizeof(FTP_URL) - 1) == 0) {
usr.bin/ftp/fetch.c
363
} else if (strncasecmp(newline, HTTPS_URL, sizeof(HTTPS_URL) - 1) == 0) {
usr.bin/ftp/fetch.c
456
if (strncasecmp(proxyurl, HTTP_URL, sizeof(HTTP_URL) - 1) == 0)
usr.bin/ftp/fetch.c
458
else if (strncasecmp(proxyurl, FTP_URL, sizeof(FTP_URL) - 1) == 0)
usr.bin/ftp/fetch.c
893
if (strncasecmp(cp, CONTENTLEN, sizeof(CONTENTLEN) - 1) == 0) {
usr.bin/ftp/fetch.c
905
strncasecmp(cp, LOCATION, sizeof(LOCATION) - 1) == 0) {
usr.bin/ftp/fetch.c
967
strncasecmp(cp, RETRYAFTER, sizeof(RETRYAFTER) - 1) == 0) {
usr.bin/ftp/fetch.c
974
} else if (strncasecmp(cp, TRANSFER_ENCODING,
usr.bin/ftp/fetch.c
982
} else if (strncasecmp(cp, LAST_MODIFIED,
usr.bin/ftp/ruserpass.c
125
strncasecmp(hostname, tokval,
usr.bin/ftp/ruserpass.c
131
strncasecmp(host, tokval,
usr.bin/last/last.c
447
if (!strncasecmp(step->name, bp->ut_host, UT_HOSTSIZE))
usr.bin/ldap/aldap.c
711
if (strncasecmp(LDAP_URL, p, strlen(LDAP_URL)) == 0) {
usr.bin/ldap/aldap.c
714
} else if (strncasecmp(LDAPS_URL, p, strlen(LDAPS_URL)) == 0) {
usr.bin/ldap/aldap.c
717
} else if (strncasecmp(LDAPTLS_URL, p, strlen(LDAPTLS_URL)) == 0) {
usr.bin/ldap/aldap.c
720
} else if (strncasecmp(LDAPI_URL, p, strlen(LDAPI_URL)) == 0) {
usr.bin/mail/cmd3.c
259
if (strncasecmp(subj, "re:", 3) == 0)
usr.bin/mail/list.c
707
if (strncasecmp(str, "to:", 3) == 0)
usr.bin/mail/names.c
592
strncasecmp(p->n_name, name, strlen(name)) == 0 &&
usr.bin/mandoc/mansearch.c
420
if ((diff = strncasecmp(mp1->names, mp2->names, sz1)))
usr.bin/mandoc/preconv.c
152
strncasecmp(ln, "coding:", 7)) {
usr.bin/mandoc/preconv.c
170
if (phsz > 4 && !strncasecmp(ln, "utf-8", 5))
usr.bin/mandoc/preconv.c
172
if (phsz > 10 && !strncasecmp(ln, "iso-latin-1", 11))
usr.bin/mandoc/tbl_opts.c
152
(strncasecmp(p + pos, keys[i].name, len) ||
usr.bin/openssl/s_client.c
849
if (resplen >= 4 && strncasecmp(resp, "OK", 2) == 0 &&
usr.bin/openssl/s_client.c
852
if (resplen >= 4 && strncasecmp(resp, "NO", 2) == 0 &&
usr.bin/openssl/s_client.c
855
else if (resplen >= 5 && strncasecmp(resp, "BYE", 3) == 0 &&
usr.bin/pkgconf/libpkgconf/pkg.c
66
return !strncasecmp(str + str_len - suf_len, suffix, suf_len);
usr.bin/pkill/pkill.c
167
if (strncasecmp(p, "sig", 3) == 0)
usr.bin/rdist/distopt.c
87
if (strncasecmp(name, distoptinfo[i].do_name,
usr.bin/rsync/main.c
128
if (strncasecmp(f->host, "rsync://", 8) == 0) {
usr.bin/rsync/main.c
234
strncasecmp(cp, "rsync://", 8) == 0) {
usr.bin/rsync/main.c
62
if (strncasecmp(v, "rsync://", 8) == 0)
usr.bin/ssh/misc.c
107
if (strncasecmp(s, prefix, prefixlen) != 0)
usr.bin/ssh/misc.c
2586
if (allow_negate && strncasecmp(opts, "no-", 3) == 0) {
usr.bin/ssh/misc.c
2590
if (strncasecmp(opts, opt, opt_len) == 0) {
usr.bin/ssh/misc.c
2633
if (strncasecmp((*opts), term, strlen(term)) == 0 &&
usr.bin/ssh/sftp.c
1924
if (!strncasecmp(cmd, cmds[y].c, cmdlen))
usr.bin/ssh/sftp.c
1981
if (!strncasecmp(cmd, cmds[i].c, strlen(cmds[i].c))) {
usr.bin/ssh/sk-usbhid.c
1185
strncasecmp(fido_credman_rp_id(rp, i), "ssh:", 4) != 0)
usr.bin/ssh/ssh-keygen.c
2254
if (strncasecmp(cp, "serial:", 7) == 0) {
usr.bin/ssh/ssh-keygen.c
2290
} else if (strncasecmp(cp, "id:", 3) == 0) {
usr.bin/ssh/ssh-keygen.c
2299
} else if (strncasecmp(cp, "hash:", 5) == 0) {
usr.bin/ssh/ssh-keygen.c
2310
if (strncasecmp(cp, "key:", 4) == 0) {
usr.bin/ssh/ssh-keygen.c
2314
} else if (strncasecmp(cp, "sha1:", 5) == 0) {
usr.bin/ssh/ssh-keygen.c
2318
} else if (strncasecmp(cp, "sha256:", 7) == 0) {
usr.bin/ssh/ssh-keygen.c
3776
} else if (strncasecmp(opts[i],
usr.bin/ssh/ssh-keygen.c
3779
} else if (strncasecmp(opts[i],
usr.bin/ssh/ssh-keysign.c
136
else if (strncasecmp(host, p, len - 1) != 0)
usr.bin/systat/engine.c
596
if (strncasecmp(opt, v->name, len) == 0) {
usr.bin/systat/main.c
299
if (strncasecmp(buf, "start", 5) == 0) {
usr.bin/systat/main.c
305
if (strncasecmp(buf, "order", 5) == 0) {
usr.bin/systat/main.c
309
if (strncasecmp(buf, "human", 5) == 0) {
usr.bin/telnet/commands.c
1694
if (strncasecmp(line, m1, l1) == 0)
usr.bin/telnet/commands.c
1696
else if (strncasecmp(line, m2, l2) == 0)
usr.bin/telnet/commands.c
1698
else if (strncasecmp(line, "DEFAULT", 7) == 0)
usr.bin/telnet/telnet.c
519
else if (name && (strncasecmp(name, cp2, cp-cp2) == 0))
usr.bin/telnet/telnet.c
590
if (strncasecmp(*ap, name, n) == 0)
usr.bin/timeout/timeout.c
109
if (strncasecmp(str, "SIG", 3) == 0)
usr.bin/tmux/attributes.c
98
if (strncasecmp(str, table[i].name, end) == 0) {
usr.bin/tmux/colour.c
245
if (strncasecmp(s, "colour", (sizeof "colour") - 1) == 0) {
usr.bin/tmux/colour.c
251
if (strncasecmp(s, "color", (sizeof "color") - 1) == 0) {
usr.bin/tmux/colour.c
989
if (strncasecmp(name, "grey", 4) == 0 ||
usr.bin/tmux/colour.c
990
strncasecmp(name, "gray", 4) == 0) {
usr.bin/tmux/style.c
105
else if (strncasecmp(tmp, "list=", 5) == 0) {
usr.bin/tmux/style.c
121
} else if (end > 6 && strncasecmp(tmp, "range=", 6) == 0) {
usr.bin/tmux/style.c
189
else if (end > 6 && strncasecmp(tmp, "align=", 6) == 0) {
usr.bin/tmux/style.c
200
} else if (end > 5 && strncasecmp(tmp, "fill=", 5) == 0) {
usr.bin/tmux/style.c
204
} else if (end > 3 && strncasecmp(tmp + 1, "g=", 2) == 0) {
usr.bin/tmux/style.c
219
} else if (end > 3 && strncasecmp(tmp, "us=", 3) == 0) {
usr.bin/tmux/style.c
228
else if (end > 2 && strncasecmp(tmp, "no", 2) == 0) {
usr.bin/tmux/style.c
237
} else if (end > 6 && strncasecmp(tmp, "width=", 6) == 0) {
usr.bin/tmux/style.c
252
} else if (end > 4 && strncasecmp(tmp, "pad=", 4) == 0) {
usr.bin/vacation/vacation.c
199
if (strncasecmp(buf, "Auto-Submitted:", 15))
usr.bin/vacation/vacation.c
220
if (!strncasecmp(buf, "From ", 5)) {
usr.bin/vacation/vacation.c
237
if (strncasecmp(buf, "List-Id:", 8) == 0)
usr.bin/vacation/vacation.c
243
if (strncasecmp(buf, "Return-Path:",
usr.bin/vacation/vacation.c
265
if (strncasecmp(buf, "Precedence:", 11))
usr.bin/vacation/vacation.c
269
if (!strncasecmp(p, "junk", 4) ||
usr.bin/vacation/vacation.c
270
!strncasecmp(p, "bulk", 4) ||
usr.bin/vacation/vacation.c
271
!strncasecmp(p, "list", 4))
usr.bin/vacation/vacation.c
277
if (strncasecmp(buf, "Subject:",
usr.bin/vacation/vacation.c
292
if (strncasecmp(buf, "Cc:", 3))
usr.bin/vacation/vacation.c
298
if (strncasecmp(buf, "To:", 3))
usr.bin/vacation/vacation.c
324
if (!strncasecmp(name, str, len))
usr.bin/vacation/vacation.c
372
!strncasecmp(cur->name, p - cur->len, cur->len))
usr.bin/whois/whois.c
263
(strncasecmp(buf, CHOPSPAM, sizeof(CHOPSPAM)-1) == 0 ||
usr.bin/whois/whois.c
264
strncasecmp(buf, &CHOPSPAM[4], sizeof(CHOPSPAM)-5) == 0)) {
usr.bin/whois/whois.c
303
if ((strncasecmp(name, "AS", 2) == 0) &&
usr.sbin/config/ukcutil.c
1003
if (strncasecmp(dev,
usr.sbin/config/ukcutil.c
1058
strncasecmp(dev, (char *)adjust(cdrv->cd_name), len) == 0)
usr.sbin/config/ukcutil.c
1121
strncasecmp(dev, (char *)adjust(cdrv->cd_name),
usr.sbin/config/ukcutil.c
1148
strncasecmp(dev, (char *)adjust(cdrv->cd_name),
usr.sbin/config/ukcutil.c
1170
strncasecmp(dev, (char *)adjust(cdrv->cd_name),
usr.sbin/config/ukcutil.c
1254
strncasecmp(dev, (char *)adjust(cdrv->cd_name),
usr.sbin/config/ukcutil.c
1277
strncasecmp(dev, (char *)adjust(cdrv->cd_name),
usr.sbin/config/ukcutil.c
327
if (strncasecmp(cmd, adjust((caddr_t)*p), l) == 0)
usr.sbin/config/ukcutil.c
828
if (strncasecmp(cmd, adjust(*p), l) == 0)
usr.sbin/config/ukcutil.c
880
if (!strncasecmp(dev,(char *)adjust(cdrv->cd_name), len) &&
usr.sbin/config/ukcutil.c
917
if (!strncasecmp(dev, (char *)get_pdevnames(i), len) &&
usr.sbin/ftp-proxy/ftp-proxy.c
198
if (strncasecmp("PASV", linebuf, 4) == 0)
usr.sbin/ftp-proxy/ftp-proxy.c
200
else if (strncasecmp("PORT ", linebuf, 5) == 0)
usr.sbin/ftp-proxy/ftp-proxy.c
202
else if (strncasecmp("EPSV", linebuf, 4) == 0)
usr.sbin/ftp-proxy/ftp-proxy.c
204
else if (strncasecmp("EPRT ", linebuf, 5) == 0)
usr.sbin/ldapd/auth.c
223
if (strncasecmp(stored_passwd, "{SHA}", 5) == 0) {
usr.sbin/ldapd/auth.c
231
} else if (strncasecmp(stored_passwd, "{SSHA}", 6) == 0) {
usr.sbin/ldapd/auth.c
241
} else if (strncasecmp(stored_passwd, "{CRYPT}", 7) == 0) {
usr.sbin/ldapd/auth.c
246
} else if (strncasecmp(stored_passwd, "{BSDAUTH}", 9) == 0) {
usr.sbin/ldapd/filter.c
86
if (strncasecmp(cmpval, vs, strlen(cmpval)) == 0)
usr.sbin/ldapd/schema.c
965
} else if (strncasecmp(kw, "X-", 2) == 0) {
usr.sbin/nsd/configparser.y
347
if (strncasecmp($2, "ascii_", 6) == 0) {
usr.sbin/nsd/dns.c
1175
if (strncasecmp(name, "TYPE", 4) != 0)
usr.sbin/nsd/dns.c
1220
if (strncasecmp(name, "CLASS", 5) != 0)
usr.sbin/nsd/nsd.c
964
if (strncasecmp(optarg, "ascii_", 6) == 0) {
usr.sbin/nsd/options.c
2274
strncasecmp(str, acl_cert_cn, len) == 0)
usr.sbin/nsd/options.c
2335
strncasecmp(acl_cert_cn, common_name_str, len) == 0)
usr.sbin/nsd/simdzone/src/generic/types.h
765
if (strncasecmp((const char *)o + i, (const char *)nsap_int, 9) != 0 || !i || i + 10 != n)
usr.sbin/nsd/zparser.y
837
if (strncasecmp($1.str, "0x", 2) != 0) {
usr.sbin/relayd/relayd.c
872
if (strncasecmp(ptr, value, len) == 0)
usr.sbin/rpc.statd/procs.c
156
if (!strncasecmp(idp->my_name, lp->notifyHost, SM_MAXSTRLEN)
usr.sbin/rpki-client/cert.c
595
if (cert->crl == NULL && strncasecmp(crl, RSYNC_PROTO,
usr.sbin/rpki-client/cert.c
662
if (cert->aia == NULL && strncasecmp(caissuers,
usr.sbin/rpki-client/cert.c
738
if (cert->repo == NULL && strncasecmp(carepo,
usr.sbin/rpki-client/cert.c
763
if (cert->mft == NULL && strncasecmp(rpkimft,
usr.sbin/rpki-client/cert.c
778
if (strncasecmp(notify, HTTPS_PROTO,
usr.sbin/rpki-client/cert.c
888
if (cert->signedobj == NULL && strncasecmp(signedobj,
usr.sbin/rpki-client/filemode.c
271
if (strncasecmp(tal->uri[i], RSYNC_PROTO, RSYNC_PROTO_LEN) != 0)
usr.sbin/rpki-client/http.c
1391
} else if (strncasecmp(cp, CONTENTLEN, sizeof(CONTENTLEN) - 1) == 0) {
usr.sbin/rpki-client/http.c
1401
strncasecmp(cp, LOCATION, sizeof(LOCATION) - 1) == 0) {
usr.sbin/rpki-client/http.c
1447
} else if (strncasecmp(cp, TRANSFER_ENCODING,
usr.sbin/rpki-client/http.c
1453
} else if (strncasecmp(cp, CONTENT_ENCODING,
usr.sbin/rpki-client/http.c
1463
} else if (strncasecmp(cp, CONNECTION, sizeof(CONNECTION) - 1) == 0) {
usr.sbin/rpki-client/http.c
1470
} else if (strncasecmp(cp, LAST_MODIFIED,
usr.sbin/rpki-client/http.c
416
if (strncasecmp(uri, HTTP_PROTO, HTTP_PROTO_LEN) != 0)
usr.sbin/rpki-client/http.c
483
if (strncasecmp(uri, HTTPS_PROTO, HTTPS_PROTO_LEN) != 0) {
usr.sbin/rpki-client/main.c
528
if (strncasecmp(host, le->fqdn, strcspn(host, "/")) == 0) {
usr.sbin/rpki-client/main.c
535
if (strncasecmp(host, le->fqdn, strcspn(host, "/")) == 0) {
usr.sbin/rpki-client/repo.c
1403
strncasecmp(tr->uri[tr->uriidx], RSYNC_PROTO,
usr.sbin/rpki-client/repo.c
375
if (strncasecmp(tr->uri[tr->uriidx],
usr.sbin/rpki-client/repo.c
391
if (strncasecmp(tr->uri[tr->uriidx], RSYNC_PROTO,
usr.sbin/rpki-client/rsync.c
70
if (strncasecmp(uri, RSYNC_PROTO, RSYNC_PROTO_LEN) != 0) {
usr.sbin/rpki-client/tal.c
87
if (!(strncasecmp(line, HTTPS_PROTO, HTTPS_PROTO_LEN) == 0 ||
usr.sbin/rpki-client/tal.c
88
strncasecmp(line, RSYNC_PROTO, RSYNC_PROTO_LEN) == 0)) {
usr.sbin/rpki-client/validate.c
258
if (strncasecmp(uri, proto, s) != 0)
usr.sbin/rpki-client/validate.c
287
if (strncasecmp(uri, proto, to - proto + 1) != 0)
usr.sbin/smtpd/dns.c
356
if (strncasecmp("[IPv6:", host, 6) == 0)
usr.sbin/smtpd/dns.c
66
i6 = (strncasecmp("[IPv6:", s, 6) == 0);
usr.sbin/smtpd/enqueue.c
404
if (strncasecmp("from ", line, 5) == 0)
usr.sbin/smtpd/enqueue.c
406
if (strncasecmp("return-path: ", line, 13) == 0)
usr.sbin/smtpd/enqueue.c
597
!strncasecmp(buf, keywords[i].word,
usr.sbin/smtpd/lka_filter.c
326
if (!strncasecmp(
usr.sbin/smtpd/lka_filter.c
330
else if (!strncasecmp(
usr.sbin/smtpd/lka_filter.c
334
else if (!strncasecmp(
usr.sbin/smtpd/lka_filter.c
338
else if (!strncasecmp(
usr.sbin/smtpd/lka_filter.c
342
else if (!strncasecmp(
usr.sbin/smtpd/lka_filter.c
432
if (strncasecmp(hook, "smtp-in|", 8) == 0) {
usr.sbin/smtpd/lka_session.c
283
(strncasecmp(ep.dest.user, "SRS0=", 5) == 0 ||
usr.sbin/smtpd/lka_session.c
284
strncasecmp(ep.dest.user, "SRS1=", 5) == 0)) {
usr.sbin/smtpd/mail.lmtp.c
140
if (strncasecmp(hostname, "IPv6:", 5) == 0)
usr.sbin/smtpd/mda.c
493
if (strncasecmp("Delivered-To: ", buf, 14) == 0) {
usr.sbin/smtpd/mta_session.c
1414
if (strncasecmp(p, "AUTH PLAIN ", 11) == 0)
usr.sbin/smtpd/smtp_session.c
1248
if (s->state == STATE_HELO && strncasecmp(line, "AUTH PLAIN ", 11) == 0)
usr.sbin/smtpd/smtp_session.c
1258
if (strncasecmp("mail from:", line, 10) == 0 ||
usr.sbin/smtpd/smtp_session.c
1259
strncasecmp("rcpt to:", line, 8) == 0)
usr.sbin/smtpd/smtp_session.c
2360
if (strncasecmp(opt, "AUTH=", 5) == 0)
usr.sbin/smtpd/smtp_session.c
2362
else if (strncasecmp(opt, "SIZE=", 5) == 0)
usr.sbin/smtpd/smtp_session.c
2369
else if (ADVERTISE_EXT_DSN(tx->session) && strncasecmp(opt, "RET=", 4) == 0) {
usr.sbin/smtpd/smtp_session.c
2375
} else if (ADVERTISE_EXT_DSN(tx->session) && strncasecmp(opt, "ENVID=", 6) == 0) {
usr.sbin/smtpd/smtp_session.c
2449
if (ADVERTISE_EXT_DSN(tx->session) && strncasecmp(opt, "NOTIFY=", 7) == 0) {
usr.sbin/smtpd/smtp_session.c
2471
strncasecmp(opt, "ORCPT=", 6) == 0) {
usr.sbin/smtpd/spfwalk.c
182
if (strncasecmp("v=spf1 ", buf, 7))
usr.sbin/smtpd/spfwalk.c
204
if (strncasecmp("ip4:", *ap, 4) == 0) {
usr.sbin/smtpd/spfwalk.c
211
if (strncasecmp("ip6:", *ap, 4) == 0) {
usr.sbin/smtpd/spfwalk.c
227
if (strncasecmp("a:", *ap, 2) == 0) {
usr.sbin/smtpd/spfwalk.c
237
if (strncasecmp("exists:", *ap, 7) == 0) {
usr.sbin/smtpd/spfwalk.c
242
if (strncasecmp("include:", *ap, 8) == 0) {
usr.sbin/smtpd/spfwalk.c
247
if (strncasecmp("redirect=", *ap, 9) == 0) {
usr.sbin/smtpd/spfwalk.c
259
if (strncasecmp("mx:", *ap, 3) == 0) {
usr.sbin/smtpd/srs.c
193
if (strncasecmp(sender, "SRS0=", 5) == 0)
usr.sbin/smtpd/srs.c
195
if (strncasecmp(sender, "SRS1=", 5) == 0)
usr.sbin/smtpd/srs.c
350
if (strncasecmp(rcpt, "SRS0=", 5) == 0)
usr.sbin/smtpd/srs.c
352
if (strncasecmp(rcpt, "SRS1=", 5) == 0)
usr.sbin/smtpd/table.c
690
if (!strncasecmp("ipv6:", str, 5))
usr.sbin/smtpd/to.c
231
if (strncasecmp("IPv6:", s, 5) == 0)
usr.sbin/smtpd/to.c
247
if (strncasecmp("IPv6:", s, 5) == 0)
usr.sbin/smtpd/to.c
301
if (strncasecmp(schemas[i].name, s,
usr.sbin/smtpd/to.c
735
if (strncasecmp(":include:", line, 9) == 0)
usr.sbin/smtpd/to.c
737
else if (strncasecmp("include:", line, 8) == 0)
usr.sbin/smtpd/to.c
756
if (strncasecmp(":error:", line, 7) == 0)
usr.sbin/smtpd/to.c
758
else if (strncasecmp("error:", line, 6) == 0)
usr.sbin/smtpd/util.c
441
if (strncasecmp("[IPv6:", s, 6) == 0)
usr.sbin/tcpdump/pfctl_osfp.c
383
if (strncasecmp(ptr, version_nm->nm_name,
usr.sbin/unbound/ipset/ipset.c
262
if ((ds && strncasecmp(p->str, ds, plen) == 0)
usr.sbin/unbound/ipset/ipset.c
263
|| (qs && strncasecmp(p->str, qs, plen) == 0)) {
usr.sbin/unbound/services/localzone.c
837
if(strncasecmp(p->str, name, len) == 0 &&
usr.sbin/unbound/sldns/rrdef.c
710
if (strlen(name) > 4 && strncasecmp(name, "TYPE", 4) == 0) {
usr.sbin/unbound/sldns/rrdef.c
724
strncasecmp(name, desc_name, strlen(desc_name)) == 0) {
usr.sbin/unbound/sldns/rrdef.c
731
if (strlen(name) == 4 && strncasecmp(name, "IXFR", 4) == 0) {
usr.sbin/unbound/sldns/rrdef.c
733
} else if (strlen(name) == 4 && strncasecmp(name, "AXFR", 4) == 0) {
usr.sbin/unbound/sldns/rrdef.c
735
} else if (strlen(name) == 5 && strncasecmp(name, "MAILB", 5) == 0) {
usr.sbin/unbound/sldns/rrdef.c
737
} else if (strlen(name) == 5 && strncasecmp(name, "MAILA", 5) == 0) {
usr.sbin/unbound/sldns/rrdef.c
739
} else if (strlen(name) == 3 && strncasecmp(name, "ANY", 3) == 0) {
usr.sbin/unbound/sldns/rrdef.c
752
if (strlen(name) > 5 && strncasecmp(name, "CLASS", 5) == 0) {
usr.sbin/unbound/smallapp/unbound-anchor.c
1431
return (strncasecmp(buf, name, strlen(name)) == 0);
usr.sbin/unbound/smallapp/unbound-anchor.c
881
if(strncasecmp(buf, "HTTP/1.1 ", 9) == 0) {
usr.sbin/unbound/smallapp/unbound-anchor.c
887
} else if(strncasecmp(buf, "Content-Length: ", 16) == 0) {
usr.sbin/unbound/smallapp/unbound-anchor.c
890
} else if(strncasecmp(buf, "Transfer-Encoding: chunked", 19+7) == 0) {
usr.sbin/unbound/testcode/petal.c
194
if(strncasecmp(buf, "GET ", 4) == 0) {
usr.sbin/unbound/testcode/petal.c
207
} else if(strncasecmp(buf, "Host: ", 6) == 0) {
usr.sbin/unbound/testcode/streamtcp.c
161
if(strncasecmp(strtype, "IXFR=", 5) == 0) {
usr.sbin/unbound/testcode/streamtcp.c
168
} else if(strncasecmp(strtype, "NOTIFY=", 7) == 0) {
usr.sbin/unbound/util/config_file.c
2423
if (strncasecmp(str, "ascii_", 6) == 0) {
usr.sbin/unbound/util/netevent.c
4864
if(strncasecmp(line, "HTTP/1.1 ", 9) == 0) {
usr.sbin/unbound/util/netevent.c
4870
} else if(strncasecmp(line, "Content-Length: ", 16) == 0) {
usr.sbin/unbound/util/netevent.c
4873
} else if(strncasecmp(line, "Transfer-Encoding: chunked", 19+7) == 0) {
usr.sbin/vmctl/main.c
776
if (strncasecmp("brief", argv[1], strlen(argv[1])) == 0)
usr.sbin/vmctl/main.c
778
else if (strncasecmp("verbose", argv[1], strlen(argv[1])) == 0)
usr.sbin/ypldap/aldap.c
747
if (strncasecmp(LDAP_URL, p, strlen(LDAP_URL)) == 0) {
usr.sbin/ypldap/aldap.c
750
} else if (strncasecmp(LDAPS_URL, p, strlen(LDAPS_URL)) == 0) {
usr.sbin/ypldap/aldap.c
753
} else if (strncasecmp(LDAPTLS_URL, p, strlen(LDAPTLS_URL)) == 0) {
usr.sbin/ypldap/aldap.c
756
} else if (strncasecmp(LDAPI_URL, p, strlen(LDAPI_URL)) == 0) {