Searched refs:strncasecmp (Results 176 - 200 of 254) sorted by relevance

1234567891011

/freebsd-11-stable/usr.bin/fetch/
H A Dfetch.c472 else if (strncasecmp(url->host, "ftp.", 4) == 0)
474 else if (strncasecmp(url->host, "www.", 4) == 0)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-s390.c684 && strncasecmp (ident, ptr->string, ptr->length) == 0)
764 && strncasecmp (ident, ptr->string, ptr->length) == 0)
910 if (len != 4 || strncasecmp (ident, "lit", 3) != 0
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1924 if (strncasecmp("MIC", cp, 3) == 0) {
1926 } else if (strncasecmp("CONF", cp, 4) == 0) {
1928 } else if (strncasecmp("ENC", cp, 3) == 0) {
H A Dftpcmd.c2111 if (strncasecmp(cp, "SITE", 4) == 0) {
3137 if (!guest && strncasecmp("pass ", s, 5) == 0) {
3197 if (strncasecmp(cbuf, "PASS", 4) != 0)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2024 if (strncasecmp(line, m1, l1) == 0)
2026 else if (strncasecmp(line, m2, l2) == 0)
2028 else if (strncasecmp(line, "DEFAULT", 7) == 0)
H A Dtelnet.c559 else if (name && (strncasecmp(name, cp2, cp-cp2) == 0))
631 if (strncasecmp(*ap, name, n) == 0)
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c430 else if (!strncasecmp(opt, "gnu-v2", 6))
432 else if (!strncasecmp(opt, "gnu-v3", 6))
434 else if (!strncasecmp(opt, "arm", 3))
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c228 if (match > 0 && strncasecmp (namebuf, MINGW_NAME, MINGW_NAME_LEN) > 0)
/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpush.c347 if (strncasecmp(copy, headers[i], len) == 0) {
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c772 if (strncasecmp(new_name, "sqlite:", 7) == 0)
/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov_schema.c765 if (strncasecmp(name, VF_PREFIX, VF_PREFIX_LEN) != 0)
/freebsd-11-stable/bin/pkill/
H A Dpkill.c166 if (strncasecmp(p, "SIG", 3) == 0)
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c414 if ((diff = strncasecmp(mp1->names, mp2->names, sz1)))
/freebsd-11-stable/usr.sbin/ppp/
H A Dether.c457 if (p->fd < 0 && !strncasecmp(p->name.full, NG_PPPOE_NODE_TYPE,
H A Dnetgraph.c478 if (p->fd < 0 && !strncasecmp(p->name.full, NETGRAPH_PREFIX,
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dinf.c586 } else if (strncasecmp(reg->subkey,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmultistatus.c662 if (val && strncasecmp(val, "text/xml", sizeof("text/xml") - 1) == 0)
H A Dlock.c157 else if (strncasecmp(cdata->data, "Second-", 7) == 0)
H A Dutil.c1158 && strncasecmp(val, "text/xml", sizeof("text/xml") - 1) == 0)
1424 if (val && strncasecmp(val, "text/xml", sizeof("text/xml") - 1) == 0)
/freebsd-11-stable/lib/libmt/
H A Dmtlib.c710 if (strncasecmp(sd->name, density_name, l) == 0)
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c1124 else if ((strncasecmp (input_line_pointer, "startof.", 8) == 0
1126 || (strncasecmp (input_line_pointer, "sizeof.", 7) == 0
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c523 if (strncasecmp(buf, "nameserver", 10) == 0)
648 if (strncasecmp(cmd, buf, strlen(buf)) == 0)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c1735 if (strncasecmp(cmd->cmd, argv[0], strlen(argv[0])) == 0) {
1751 if (strncasecmp(cmd->cmd, argv[0], strlen(argv[0])) ==
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c622 else if (name && (strncasecmp(name, cp2, cp-cp2) == 0))
692 if (strncasecmp(*ap, name, n) == 0)
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c2416 if (strncasecmp(str, "yes", 3) == 0) {
2418 } else if (strncasecmp(str, "no", 2) == 0) {
2609 if (0 == strncasecmp(str, "yes", 3)) {
2611 } else if (0 == strncasecmp(str, "no", 2)) {
3315 if (strncasecmp(tstr, "all", strlen("all")) == 0) {
3370 if (strncasecmp(tstr, "all", strlen("all")) == 0)
5854 if (strncasecmp(optarg, "enable", 6) == 0)
5856 else if (strncasecmp(optarg, "disable", 7) == 0)
5896 if (strncasecmp(optarg, "enable", 6) == 0)
5898 else if (strncasecmp(optar
[all...]

Completed in 2578 milliseconds

1234567891011