Searched refs:strcasecmp (Results 326 - 350 of 553) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/usr.sbin/config/
H A Dmkoptions.c102 if (strcasecmp(ol->o_name, machinearch) != 0)
/freebsd-11.0-release/usr.sbin/ppp/
H A Dradius.c412 else if ((strcasecmp(argv[0], "default") != 0 &&
434 } else if (strcasecmp(argv[1], "HISADDR") == 0)
496 else if ((strcasecmp(argv[0], "default") != 0 &&
512 } else if (strcasecmp(argv[1], "HISADDR6") == 0)
H A Dsystems.c400 allowcmd = argc > 0 && !strcasecmp(argv[0], "allow");
H A Dudp.c265 if (svc && strcasecmp(svc, "/udp")) {
/freebsd-11.0-release/usr.sbin/yppush/
H A Dyppush_main.c445 if (skip_master && strcasecmp(server, yppush_master) == 0)
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dconfig_file.c394 if (strcasecmp(&fname[len - (sizeof(suffix) - 1)], suffix) != 0)
1043 if(strcasecmp(str, "yes") == 0 ||
1044 strcasecmp(str, "true") == 0 ||
H A Dkrbhst.c41 if(strcasecmp(string, "udp") == 0)
43 else if(strcasecmp(string, "tcp") == 0)
45 else if(strcasecmp(string, "http") == 0)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp949 if ((::strcasecmp (s, "python") == 0) ||
950 (::strcasecmp (s, "default") == 0 && eScriptLanguagePython == eScriptLanguageDefault))
955 if (::strcasecmp (s, "none"))
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.exec.c735 if ((ext > 0) && (strcasecmp(&dp->d_name[ext], ".exe") == 0 ||
737 strcasecmp(&dp->d_name[ext], ".bat") == 0 ||
739 strcasecmp(&dp->d_name[ext], ".com") == 0)) {
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipftest.c141 if (strcasecmp(optarg, "pcap") == 0)
143 else if (strcasecmp(optarg, "hex") == 0)
145 else if (strcasecmp(optarg, "text") == 0)
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c242 if (strcasecmp(p, dtrace_stability_name(s)) == 0) {
255 if (strcasecmp(p, dtrace_stability_name(s)) == 0) {
268 if (strcasecmp(p, dtrace_class_name(c)) == 0) {
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dvchan.c404 if (strcasecmp(dtype, "passthrough") == 0 ||
407 else if (strcasecmp(dtype, "adaptive") == 0 ||
410 else if (strcasecmp(dtype, "fixed") == 0 ||
H A Dchannel.c1050 if (strcasecmp(b2, "mono") == 0) {
1053 } else if (strcasecmp(b2, "stereo") == 0) {
1056 } else if (strcasecmp(b2, "quad") == 0) {
1074 if (strcasecmp(afmt_tab[i].name, b1) != 0) {
1077 if (strcasecmp(afmt_tab[i].alias1, b1) != 0) {
1080 if (strcasecmp(afmt_tab[i].alias2, b1) != 0)
/freebsd-11.0-release/lib/libfetch/
H A Dftp.c1085 if (strcasecmp(purl->scheme, SCHEME_FTP) == 0 ||
1086 strcasecmp(purl->scheme, SCHEME_HTTP) == 0)
1104 if (purl && strcasecmp(purl->scheme, SCHEME_HTTP) == 0) {
/freebsd-11.0-release/lib/libstand/
H A Ddosfs.c605 if (!strcasecmp(name, dotstr[ent])) {
646 !strcasecmp(name, (const char *)lfn);
650 ok = !strcasecmp(name, (const char *)sfn);
/freebsd-11.0-release/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c131 if (strcasecmp(opt_arg, "getbulk") == 0)
133 else if (strcasecmp(opt_arg, "getnext") == 0)
135 else if (strcasecmp(opt_arg, "get") == 0)
/freebsd-11.0-release/usr.sbin/jail/
H A Dconfig.c413 !strcasecmp(TAILQ_LAST(&p->val, cfstrings)->s, "true") ||
476 if (strcasecmp(val, "false") &&
477 strcasecmp(val, "true") &&
/freebsd-11.0-release/contrib/mdocml/
H A Dmandocdb.c1076 strcasecmp(mpage->sec, mlink->dsec))
1093 if (strcasecmp(mpage->arch, mlink->arch))
1520 strcasecmp(start, meta->title))) {
1539 strcasecmp(start, meta->title))) {
1772 strcasecmp(n->child->string, meta->title))) {
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c251 (regp->r_netid[0] && strcasecmp(regp->r_netid,
1302 (strcasecmp(rbl->rpcb_map.r_netid, netid) != 0)))
1338 (strcasecmp(rbl->rpcb_map.r_netid, netid) != 0)))
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A DMakefile.in152 splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \
201 ./strcasecmp.o ./strchr.o ./strdup.o ./strncasecmp.o \
978 ./strcasecmp.o: $(srcdir)/strcasecmp.c $(INCDIR)/ansidecl.h
980 $(COMPILE.c) $(PICFLAG) $(srcdir)/strcasecmp.c -o pic/$@; \
982 $(COMPILE.c) $(srcdir)/strcasecmp.c $(OUTPUT_OPTION)
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dbout.c660 if (strcasecmp (howto_reloc_callj.name, r_name) == 0)
662 if (strcasecmp (howto_reloc_abs32.name, r_name) == 0)
664 if (strcasecmp (howto_reloc_pcrel24.name, r_name) == 0)
/freebsd-11.0-release/contrib/binutils/libiberty/
H A DMakefile.in152 splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \
201 ./strcasecmp.o ./strchr.o ./strdup.o ./strncasecmp.o \
1002 ./strcasecmp.o: $(srcdir)/strcasecmp.c $(INCDIR)/ansidecl.h
1004 $(COMPILE.c) $(PICFLAG) $(srcdir)/strcasecmp.c -o pic/$@; \
1006 $(COMPILE.c) $(srcdir)/strcasecmp.c $(OUTPUT_OPTION)
/freebsd-11.0-release/sys/dev/ffec/
H A Dif_ffec.c1455 if (strcasecmp(phy_conn_name, "mii") == 0)
1457 else if (strcasecmp(phy_conn_name, "rmii") == 0)
1459 else if (strcasecmp(phy_conn_name, "rgmii") == 0)
/freebsd-11.0-release/tools/tools/ath/athrd/
H A Dathrd.c543 if (strcasecmp(domains[i].name, name) == 0) {
730 if (strcasecmp(allCountries[i].isoName, name) == 0 ||
731 strcasecmp(allCountries[i].name, name) == 0) {
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c247 (regp->r_netid[0] && strcasecmp(regp->r_netid,
1329 (strcasecmp(rbl->rpcb_map.r_netid, netid) != 0)))
1365 (strcasecmp(rbl->rpcb_map.r_netid, netid) != 0)))

Completed in 168 milliseconds

<<11121314151617181920>>