Searched refs:strcasecmp (Results 201 - 225 of 543) sorted by relevance

1234567891011>>

/freebsd-10.2-release/usr.sbin/ppp/
H A Dtcp.c145 if (svc && strcasecmp(svc, "/tcp")) {
/freebsd-10.2-release/crypto/openssh/
H A Dservconf.c553 if (strcasecmp(cp, keywords[i].name) == 0) {
714 if (strcasecmp(attrib, "all") == 0) {
729 if (strcasecmp(attrib, "user") == 0) {
739 } else if (strcasecmp(attrib, "group") == 0) {
750 } else if (strcasecmp(attrib, "host") == 0) {
760 } else if (strcasecmp(attrib, "address") == 0) {
777 } else if (strcasecmp(attrib, "localaddress") == 0){
795 } else if (strcasecmp(attrib, "localport") == 0) {
1016 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
1627 if (strcasecmp(c
[all...]
H A Dlog.c116 if (strcasecmp(log_facilities[i].name, name) == 0)
139 if (strcasecmp(log_levels[i].name, name) == 0)
H A Dreadconf.c509 if (strcasecmp(attrib, "all") == 0) {
527 if (strcasecmp(attrib, "host") == 0) {
533 } else if (strcasecmp(attrib, "originalhost") == 0) {
540 } else if (strcasecmp(attrib, "user") == 0) {
546 } else if (strcasecmp(attrib, "localuser") == 0) {
553 } else if (strcasecmp(attrib, "exec") == 0) {
802 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
1410 if (strcasecmp(s + len, "none") == 0)
1561 return o == NULL || strcasecmp(o, "none") == 0;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DRegisterContext.cpp74 if ((reg_info->name != NULL && ::strcasecmp (reg_info->name, reg_name) == 0) ||
75 (reg_info->alt_name != NULL && ::strcasecmp (reg_info->alt_name, reg_name) == 0))
/freebsd-10.2-release/contrib/openbsm/libbsm/
H A Dbsm_control.c427 if (strcasecmp(str, "on") == 0 || strcasecmp(str, "yes") == 0)
/freebsd-10.2-release/crypto/heimdal/lib/kafs/
H A Dafskrb5.c130 if (strcasecmp(val, "local") == 0 ||
131 strcasecmp(val, "2b") == 0)
/freebsd-10.2-release/contrib/serf/buckets/
H A Dheaders_buckets.c18 #include <apr_general.h> /* for strcasecmp() */
160 if (strcasecmp(found->header, header) == 0) {
203 if (strcasecmp(scan->header, header) == 0) {
/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dunbound-host.c179 if(r == 0 && strcasecmp(t, "TYPE0") != 0 &&
198 if(r == 0 && strcasecmp(c, "CLASS0") != 0 &&
H A Dunbound-anchor.c1196 if(strcasecmp(tag, "KeyTag") == 0)
1198 else if(strcasecmp(tag, "Algorithm") == 0)
1200 else if(strcasecmp(tag, "DigestType") == 0)
1202 else if(strcasecmp(tag, "Digest") == 0)
1231 if(strcasecmp(data->tag, "Zone") == 0) {
1261 if(strcasecmp(atts[i], name) == 0)
1414 if(strcasecmp(name, "KeyDigest") == 0) {
1417 } else if(strcasecmp(name, "Zone") == 0) {
1496 if(strcasecmp(name, "KeyDigest") == 0) {
1500 } else if(strcasecmp(nam
[all...]
/freebsd-10.2-release/lib/libkiconv/
H A Dxlat16_iconv.c310 error = strcasecmp(code, p);
313 error = strcasecmp(code, kiconv_quirkcs(p,
/freebsd-10.2-release/lib/libc/net/
H A Dgethostbyht.c261 if (strcasecmp(he.h_name, name) == 0)
264 if (strcasecmp(*cp, name) == 0)
/freebsd-10.2-release/lib/libcompat/4.3/
H A Drexec.c176 if (strcasecmp(host, tokval) == 0)
179 strcasecmp(tmp, mydomain) == 0 &&
/freebsd-10.2-release/contrib/groff/src/libs/libgroff/
H A DMakefile.sub105 $(srcdir)/strcasecmp.c \
/freebsd-10.2-release/usr.bin/finger/
H A Dutil.c70 if (!strcasecmp(pw->pw_name, user))
99 if (!strcasecmp(p, user))
/freebsd-10.2-release/usr.bin/last/
H A Dlast.c393 if (!strcasecmp(step->name, bp->ut_host))
446 if (hostdot && !strcasecmp(hostdot, argdot))
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c193 } else if (strcasecmp(optarg, "none") == 0) {
195 } else if (strcasecmp(optarg, "otp") == 0) {
198 } else if (strcasecmp(optarg, "other") == 0) {
200 } else if (strcasecmp(optarg, "user") == 0) {
202 } else if (strcasecmp(optarg, "valid") == 0) {
204 } else if (strcasecmp(optarg, "off") == 0) {
/freebsd-10.2-release/sbin/ifconfig/
H A Dregdomain.c72 #define iseq(a,b) (strcasecmp(a,b) == 0)
174 #define iseq(a,b) (strcasecmp(a,b) == 0)
229 #define iseq(a,b) (strcasecmp(a,b) == 0)
395 if (ip->type == type && strcasecmp(ip->id, id) == 0)
665 if (strcasecmp(dp->name, name) == 0)
697 if (strcasecmp(cp->isoname, name) == 0)
H A Difieee80211.c772 if (strcasecmp(val, "none") == 0) {
774 } else if (strcasecmp(val, "open") == 0) {
776 } else if (strcasecmp(val, "shared") == 0) {
778 } else if (strcasecmp(val, "8021x") == 0) {
780 } else if (strcasecmp(val, "wpa") == 0) {
794 if (strcasecmp(val, "off") == 0) {
796 } else if (strcasecmp(val, "on") == 0) {
798 } else if (strcasecmp(val, "cam") == 0) {
800 } else if (strcasecmp(val, "psp") == 0) {
802 } else if (strcasecmp(va
[all...]
/freebsd-10.2-release/sbin/ipfw/
H A Ddummynet.c640 if (!strcasecmp(name, ED_TOK_SAMPLES)) {
650 } else if (!strcasecmp(name, ED_TOK_BW)) {
653 } else if (!strcasecmp(name, ED_TOK_LOSS)) {
662 } else if (!strcasecmp(name, ED_TOK_NAME)) {
668 } else if (!strcasecmp(name, ED_TOK_DELAY)) {
673 } else if (!strcasecmp(name, ED_TOK_PROB)) {
/freebsd-10.2-release/sbin/pfctl/
H A Dpfctl_osfp.c346 if (strcasecmp(name, "unknown") == 0)
410 if (strcasecmp(&ptr[version_len+1],
540 if (strcasecmp(name, nm->nm_name) == 0)
603 if (strcasecmp(fp->fp_os.fp_class_nm, "nomatch") == 0)
705 if (strcasecmp(nm_entry->nm_name, name) == 0) {
751 if (strcasecmp(nmsearch->nm_name, nm->nm_name) > 0) {
/freebsd-10.2-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c229 if (argc > 0 && ! strcasecmp (*argv, "help"))
366 if (! strcasecmp (arg, "on"))
369 if (! strcasecmp (arg, "off"))
408 if (! strcasecmp (arg, "msf"))
410 else if (! strcasecmp (arg, "lba"))
454 if (strcasecmp("max", arg) == 0)
1250 if (! strcasecmp (buf, c->name)) {
/freebsd-10.2-release/lib/libfetch/
H A Dcommon.c190 if (strcasecmp(scheme, SCHEME_FTP) == 0)
192 if (strcasecmp(scheme, SCHEME_HTTP) == 0)
203 if (strcasecmp(scheme, SCHEME_FTP) == 0)
205 if (strcasecmp(scheme, SCHEME_HTTP) == 0)
1302 strcasecmp(word, url->host) == 0) {
/freebsd-10.2-release/contrib/mdocml/
H A Dterm_ps.c476 if (pp && strcasecmp(pp, "letter")) {
477 if (0 == strcasecmp(pp, "a3")) {
480 } else if (0 == strcasecmp(pp, "a4")) {
483 } else if (0 == strcasecmp(pp, "a5")) {
486 } else if (0 == strcasecmp(pp, "legal")) {
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c330 if (strcasecmp(arg, "elf") == 0)
332 else if (strcasecmp(arg, "dof") == 0)
616 if (strcasecmp(couples[i].positive, arg) == 0) {
621 if (strcasecmp(couples[i].negative, arg) == 0) {
726 if (strcasecmp(suffix[i].name, end) == 0) {

Completed in 426 milliseconds

1234567891011>>