Searched refs:strcasecmp (Results 76 - 100 of 483) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/openssh/
H A Dplatform.c178 strcasecmp(options.chroot_directory, "none") != 0)
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfi_patrol.c266 if (strcasecmp(av[1], "auto") == 0) {
269 if (strcasecmp(av[2], "continuously") == 0)
289 } else if (strcasecmp(av[1], "manual") == 0)
291 else if (strcasecmp(av[1], "disable") == 0)
/freebsd-13-stable/sbin/ggate/ggatec/
H A Dggatec.c498 if (strcasecmp(argv[1], "create") == 0)
500 else if (strcasecmp(argv[1], "destroy") == 0)
502 else if (strcasecmp(argv[1], "list") == 0)
504 else if (strcasecmp(argv[1], "rescue") == 0)
530 if (strcasecmp("ro", optarg) == 0)
532 else if (strcasecmp("wo", optarg) == 0)
534 else if (strcasecmp("rw", optarg) == 0)
/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c218 if (!strcasecmp(name, AUTHTYPE_NAME(x))) {
230 if (!strcasecmp(type, AUTHTYPE_NAME(0))) {
236 if (!strcasecmp(type, AUTHTYPE_NAME(x))) {
262 if (!strcasecmp(type, "?") || !strcasecmp(type, "help")) {
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dauth.c227 if (AUTHTYPE_NAME(x) && !strcasecmp(name, AUTHTYPE_NAME(x))) {
239 if (AUTHTYPE_NAME(0) && !strcasecmp(type, AUTHTYPE_NAME(0))) {
245 if (AUTHTYPE_NAME(x) && !strcasecmp(type, AUTHTYPE_NAME(x))) {
271 if (!strcasecmp(type, "?") || !strcasecmp(type, "help")) {
/freebsd-13-stable/contrib/libevent/sample/
H A Dhttps-client.c29 #define strcasecmp _stricmp macro
285 if (scheme == NULL || (strcasecmp(scheme, "https") != 0 &&
286 strcasecmp(scheme, "http") != 0)) {
299 port = (strcasecmp(scheme, "http") == 0) ? 80 : 443;
394 if (strcasecmp(scheme, "http") == 0) {
/freebsd-13-stable/usr.sbin/ip6addrctl/
H A Dip6addrctl.c82 if (argc == 1 || strcasecmp(argv[1], "show") == 0) {
85 } else if (strcasecmp(argv[1], "add") == 0) {
89 } else if (strcasecmp(argv[1], "delete") == 0) {
93 } else if (strcasecmp(argv[1], "flush") == 0) {
96 } else if (strcasecmp(argv[1], "install") == 0) {
/freebsd-13-stable/tools/tools/ath/athspectral/
H A Dathspectral.c326 if (strcasecmp(argv[1], "get") == 0) {
328 } else if (strcasecmp(argv[1], "set") == 0) {
337 } else if (strcasecmp(argv[1], "start") == 0) {
339 } else if (strcasecmp(argv[1], "stop") == 0) {
341 } else if (strcasecmp(argv[1], "enable_at_reset") == 0) {
/freebsd-13-stable/contrib/libucl/lua/
H A Dlua_ucl.c668 if (strcasecmp (str, "msgpack") == 0) {
671 else if (strcasecmp (str, "sexp") == 0 ||
672 strcasecmp (str, "csexp") == 0) {
675 else if (strcasecmp (str, "auto") == 0) {
1047 if (strcasecmp (strtype, "json") == 0) {
1050 else if (strcasecmp (strtype, "json-compact") == 0) {
1053 else if (strcasecmp (strtype, "yaml") == 0) {
1056 else if (strcasecmp (strtype, "config") == 0 ||
1057 strcasecmp (strtype, "ucl") == 0) {
1419 if (strcasecmp (strtyp
[all...]
/freebsd-13-stable/contrib/ldns/drill/
H A Ddrill.c610 if ( strcasecmp(tsig_algorithm, "hmac-md5.sig-alg.reg.int")
611 && strcasecmp(tsig_algorithm, "hmac-md5")
612 && strcasecmp(tsig_algorithm, "hmac-sha1")
613 && strcasecmp(tsig_algorithm, "hmac-sha256")
615 strcasecmp(tsig_name, "hmac-md5.sig-alg.reg.int") == 0
616 || strcasecmp(tsig_name, "hmac-md5") == 0
617 || strcasecmp(tsig_name, "hmac-sha1") == 0
618 || strcasecmp(tsig_name, "hmac-sha256") == 0
628 if (strcasecmp(tsig_algorithm, "hmac-md5") == 0) {
/freebsd-13-stable/sys/geom/part/
H A Dg_part_apm.c141 if (!strcasecmp(type, alias)) {
146 if (!strcasecmp(type, alias)) {
151 if (!strcasecmp(type, alias)) {
156 if (!strcasecmp(type, alias)) {
161 if (!strcasecmp(type, alias)) {
166 if (!strcasecmp(type, alias)) {
171 if (!strcasecmp(type, alias)) {
176 if (!strcasecmp(type, alias)) {
181 if (!strcasecmp(type, alias)) {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c112 if(strcasecmp(data, "yes") == 0 ||
113 strcasecmp(data, "true") == 0 ||
114 strcasecmp(data, "no") == 0 ||
115 strcasecmp(data, "false") == 0)
132 if(strcasecmp(data, "yes") == 0 ||
133 strcasecmp(data, "no") == 0 ||
134 strcasecmp(data, "2b") == 0 ||
135 strcasecmp(data, "local") == 0)
280 while(table->s && strcasecmp(table->s, s))
/freebsd-13-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c212 if (strcasecmp(flag, "striptag") == 0)
214 else if (strcasecmp(flag, "addtag") == 0)
216 else if (strcasecmp(flag, "firstlock") == 0)
218 else if (strcasecmp(flag, "droptagged") == 0)
220 else if (strcasecmp(flag, "dropuntagged") == 0)
222 else if (strcasecmp(flag, "doubletag") == 0)
224 else if (strcasecmp(flag, "ingress") == 0)
447 if (strcasecmp(argv[1], "isl") == 0)
449 else if (strcasecmp(argv[1], "port") == 0)
451 else if (strcasecmp(arg
[all...]
/freebsd-13-stable/lib/libc/net/
H A Dhesiod.c320 if (strcasecmp(key, "lhs") == 0 ||
321 strcasecmp(key, "rhs") == 0) {
322 which = (strcasecmp(key, "lhs") == 0)
331 if (strcasecmp(key, "classes") == 0) {
339 if (strcasecmp(data, "IN") == 0)
342 if (strcasecmp(data, "HS") == 0)
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dbuf.c431 if (!strcasecmp(env_value, "ANON"))
433 else if (!strcasecmp(env_value, "HUGE"))
435 else if (!strcasecmp(env_value, "CONTIG"))
437 else if (!strcasecmp(env_value, "PREFER_CONTIG"))
439 else if (!strcasecmp(env_value, "PREFER_HUGE"))
441 else if (!strcasecmp(env_value, "ALL"))
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dpreload.c177 if (!strcasecmp(dom, "INET") ||
178 !strcasecmp(dom, "AF_INET") ||
179 !strcasecmp(dom, "PF_INET")) {
181 } else if (!strcasecmp(dom, "INET6") ||
182 !strcasecmp(dom, "AF_INET6") ||
183 !strcasecmp(dom, "PF_INET6")) {
185 } else if (!strcasecmp(dom, "IB") ||
186 !strcasecmp(dom, "AF_IB") ||
187 !strcasecmp(dom, "PF_IB")) {
193 if (!strcasecmp(typ
[all...]
/freebsd-13-stable/contrib/xz/src/xz/
H A Dsuffix.c21 # define strcmp strcasecmp
295 && strcasecmp(sufsep, ".tar") == 0) {
/freebsd-13-stable/sbin/nvmecontrol/
H A Dperftest.c168 if (strcasecmp(opt.op, "read") == 0)
170 else if (strcasecmp(opt.op, "write") == 0)
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c64 if (!strcasecmp(slevel, so->on_name))
159 if (strcasecmp(s, io->on_name) || (msk & io->on_bit))
/freebsd-13-stable/crypto/openssh/regress/
H A Dcheck-perm.c171 if (strcasecmp(optarg, "chroot") == 0)
173 else if (strcasecmp(optarg, "keys-command") == 0)
/freebsd-13-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c120 if (strcasecmp(cmd, "help") == 0) {
186 } else if (strcasecmp(command, c->command) == 0)
/freebsd-13-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.c108 if (strcasecmp(cmd, "help") == 0) {
192 } else if (strcasecmp(command, c->command) == 0)
/freebsd-13-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c114 if (strcasecmp(cmd, "help") == 0) {
191 } else if (strcasecmp(command, c->command) == 0)
/freebsd-13-stable/usr.bin/setchannel/
H A Dsetchannel.c118 if (strcasecmp(optarg, "on") == 0)
120 else if (strcasecmp(optarg, "off") == 0)
/freebsd-13-stable/lib/libc/nameser/
H A Dns_samedomain.c207 if (strcasecmp(ta, tb) == 0)

Completed in 178 milliseconds

1234567891011>>