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

1234567891011>>

/freebsd-11.0-release/usr.bin/mail/
H A Dnames.c610 while (strcasecmp(t->n_name, np->n_name) < 0) {
621 if (strcasecmp(t->n_name, np->n_name) < 0) {
668 strcasecmp(np->n_name, t->n_flink->n_name) == 0)
726 if (strcasecmp(p->n_name, name) == 0) {
/freebsd-11.0-release/usr.bin/tset/
H A Dmap.c245 if (!strcasecmp(rate, sp->string))
H A Dtset.c92 if (!strcasecmp(p, "reset")) {
/freebsd-11.0-release/usr.sbin/bluetooth/btpand/
H A Dbtpand.c149 for (ul = 0; strcasecmp(optarg, services[ul].name); ul++) {
/freebsd-11.0-release/usr.sbin/mfiutil/
H A Dmfi_drive.c733 if (strcasecmp(av[2], "on") == 0 || strcasecmp(av[2], "start") == 0)
735 else if (strcasecmp(av[2], "off") == 0 ||
736 strcasecmp(av[2], "stop") == 0)
/freebsd-11.0-release/usr.sbin/ppp/
H A Dtcp.c145 if (svc && strcasecmp(svc, "/tcp")) {
/freebsd-11.0-release/crypto/heimdal/lib/kafs/
H A Dafskrb5.c130 if (strcasecmp(val, "local") == 0 ||
131 strcasecmp(val, "2b") == 0)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeRegisterContext.cpp72 if ((reg_info->name != nullptr && ::strcasecmp (reg_info->name, reg_name) == 0) ||
73 (reg_info->alt_name != nullptr && ::strcasecmp (reg_info->alt_name, reg_name) == 0))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DRegisterContext.cpp75 if ((reg_info->name != NULL && ::strcasecmp (reg_info->name, reg_name) == 0) ||
76 (reg_info->alt_name != NULL && ::strcasecmp (reg_info->alt_name, reg_name) == 0))
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos.h522 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2))
638 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
/freebsd-11.0-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-11.0-release/contrib/openbsm/libbsm/
H A Dbsm_control.c425 if (strcasecmp(str, "on") == 0 || strcasecmp(str, "yes") == 0)
/freebsd-11.0-release/contrib/unbound/smallapp/
H A Dunbound-host.c179 if(r == 0 && strcasecmp(t, "TYPE0") != 0 &&
198 if(r == 0 && strcasecmp(c, "CLASS0") != 0 &&
/freebsd-11.0-release/lib/libc/net/
H A Dgethostbyht.c261 if (strcasecmp(he.h_name, name) == 0)
264 if (strcasecmp(*cp, name) == 0)
/freebsd-11.0-release/crypto/openssh/
H A Dlog.c115 if (strcasecmp(log_facilities[i].name, name) == 0)
138 if (strcasecmp(log_levels[i].name, name) == 0)
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A DMakefile.sub105 $(srcdir)/strcasecmp.c \
/freebsd-11.0-release/lib/libc/rpc/
H A Dauth_time.c291 if (strcasecmp(ep[i].proto, "udp") == 0)
293 if (strcasecmp(ep[i].proto, "tcp") == 0)
/freebsd-11.0-release/lib/libcompat/4.3/
H A Drexec.c176 if (strcasecmp(host, tokval) == 0)
179 strcasecmp(tmp, mydomain) == 0 &&
/freebsd-11.0-release/lib/libkiconv/
H A Dxlat16_iconv.c310 error = strcasecmp(code, p);
313 error = strcasecmp(code, kiconv_quirkcs(p,
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_usb_phy-m3.c134 if (strcasecmp(usb_mode, "host") == 0) {
137 } else if (strcasecmp(usb_mode, "peripheral") == 0) {
/freebsd-11.0-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c236 if (strcasecmp(func, "input") == 0)
238 else if (strcasecmp(func, "output") == 0)
240 else if (strcasecmp(func, "alt0") == 0)
242 else if (strcasecmp(func, "alt1") == 0)
244 else if (strcasecmp(func, "alt2") == 0)
246 else if (strcasecmp(func, "alt3") == 0)
248 else if (strcasecmp(func, "alt4") == 0)
250 else if (strcasecmp(func, "alt5") == 0)
/freebsd-11.0-release/usr.bin/finger/
H A Dutil.c70 if (!strcasecmp(pw->pw_name, user))
99 if (!strcasecmp(p, user))
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dpci_lpc.c94 if (strcasecmp(lpcdev, "bootrom") == 0) {
100 if (strcasecmp(lpcdev, lpc_uart_names[unit]) == 0) {
/freebsd-11.0-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-11.0-release/lib/lib80211/
H A Dlib80211_regdomain.c73 #define iseq(a,b) (strcasecmp(a,b) == 0)
175 #define iseq(a,b) (strcasecmp(a,b) == 0)
230 #define iseq(a,b) (strcasecmp(a,b) == 0)
397 if ((int) ip->type == type && strcasecmp(ip->id, id) == 0)
667 if (strcasecmp(dp->name, name) == 0)
699 if (strcasecmp(cp->isoname, name) == 0)

Completed in 243 milliseconds

1234567891011>>