Home
last modified time | relevance | path

Searched refs:strcasecmp (Results 51 – 75 of 551) sorted by relevance

12345678910>>...23

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c185 if (!strcasecmp(name, AUTHTYPE_NAME(x))) { in auth_disable_name()
210 if (!strcasecmp(type, AUTHTYPE_NAME(0))) { in getauthmask()
216 if (!strcasecmp(type, AUTHTYPE_NAME(x))) { in getauthmask()
253 if (!strcasecmp(type, "?") || !strcasecmp(type, "help")) { in auth_onoff()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsrchpref.c120 strcasecmp( toks[ 0 ], "version" ) != 0 ) { in ldap_init_searchprefs_buf()
282 if ( strcasecmp( toks[ i ], sobjoptions[ j ] ) == 0 ) { in read_next_searchobj()
353 if ( !strcasecmp(toks[ 0 ], "subtree" )) { in read_next_searchobj()
355 } else if ( !strcasecmp(toks[ 0 ], "onelevel" )) { in read_next_searchobj()
357 } else if ( !strcasecmp(toks[ 0 ], "base" )) { in read_next_searchobj()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c350 if (strcasecmp(start, ".au") == 0) { in main()
352 } else if (strcasecmp(start, ".wav") == 0) { in main()
354 } else if (strcasecmp(start, ".aif") == 0) { in main()
356 } else if (strcasecmp(start, ".aiff") == 0) { in main()
754 if (strcasecmp(s, "dat") == 0) { in parse_sample_rate()
756 } else if (strcasecmp(s, "cd") == 0) { in parse_sample_rate()
758 } else if (strcasecmp(s, "voice") == 0) { in parse_sample_rate()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c120 if (strcasecmp(mappedschema[0], mapped) != 0) { in isAttrMapped()
141 if (strcasecmp(mappedschema[0], mapped) != 0) { in isObjectMapped()
210 if (strcasecmp(*paramVal, NS_LDAP_VERSION_1) == 0) in init_ldap()
425 if (strcasecmp(attr->attrname, automountInformation) == 0) { in ldap_match()
664 if (strcasecmp(attr->attrname, automountInformation) == 0) { in mastermap_callback_ldap()
680 if (strcasecmp(attr->attrname, automountKey) == 0) { in mastermap_callback_ldap()
764 if (strcasecmp(attr->attrname, "dn") in mastermap_callback_ldap()
803 if (strcasecmp(attr->attrname, automountKey) == 0) { in directmap_callback()
929 if (strcasecmp(attr->attrname, automountKey) == 0) { in readdir_callback()
/illumos-gate/usr/src/cmd/srptsvc/
H A Dsrptsvc.c60 if (strcasecmp(argv[1], "start") == 0) { in main()
63 } else if (strcasecmp(argv[1], "stop") == 0) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c235 if (strcasecmp(srcstr, STATICSTR) == 0) { in parse_llp_config()
249 } else if (strcasecmp(srcstr, DHCP) == 0) { in parse_llp_config()
252 } else if (strcasecmp(srcstr, IPV6) == 0) { in parse_llp_config()
264 } else if (strcasecmp(srcstr, NOIPV6) == 0) { in parse_llp_config()
267 } else if (strcasecmp(srcstr, PRIORITY) == 0) { in parse_llp_config()
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Duninstall.c95 if (strcasecmp(keystore_name, "nss") == 0 || in kc_uninstall()
96 strcasecmp(keystore_name, "pkcs11") == 0 || in kc_uninstall()
97 strcasecmp(keystore_name, "file") == 0) { in kc_uninstall()
H A Dinstall.c121 if (strcasecmp(keystore_name, "nss") == 0 || in kc_install()
122 strcasecmp(keystore_name, "pkcs11") == 0 || in kc_install()
123 strcasecmp(keystore_name, "file") == 0) { in kc_install()
/illumos-gate/usr/src/cmd/print/lpset/
H A Dlpset.c192 if (strcasecmp("user", ons) == 0) { in main()
195 } else if (strcasecmp("files", ons) == 0) { in main()
202 } else if (strcasecmp("ldap", ons) == 0) { in main()
243 if (strcasecmp(NS_SVC_LDAP, ons) != 0) { in main()
/illumos-gate/usr/src/lib/pam_modules/sample/
H A Dsample_acct_mgmt.c94 if (strcasecmp(argv[i], "debug") == 0) in pam_sm_acct_mgmt()
96 else if (strcasecmp(argv[i], "nowarn") == 0) { in pam_sm_acct_mgmt()
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c277 if (strcasecmp(key, "function") != 0 && in find_fun()
278 strcasecmp(key, "data") != 0) { in find_fun()
358 if (strcasecmp(key, "arch") == 0) { in arch_match()
374 } else if (strcasecmp(key, "end") == 0) { in arch_match()
H A Dfrontend.c335 if (strcasecmp(key, "data") == 0) { in interesting_keyword()
338 if (strcasecmp(key, "function") == 0) { in interesting_keyword()
342 if (strcasecmp(key, "end") == 0) in interesting_keyword()
346 if (strcasecmp(keywordlist[i].key, key) == 0) in interesting_keyword()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c90 if (strcasecmp(from, "simple") == 0) { in string2auth()
95 } else if (strcasecmp(from, "sasl/CRAM-MD5") == 0) { in string2auth()
100 } else if (strcasecmp(from, "sasl/DIGEST-MD5") == 0) { in string2auth()
105 } else if (strcasecmp(from, "sasl/GSSAPI") == 0) { in string2auth()
111 } else if (strcasecmp(from, "tls:simple") == 0) { in string2auth()
116 } else if (strcasecmp(from, "tls:sasl/CRAM-MD5") == 0) { in string2auth()
121 } else if (strcasecmp(from, "tls:sasl/DIGEST-MD5") == 0) { in string2auth()
710 strcasecmp(values[i], "User") == 0 || in winname2dn()
712 strcasecmp(values[i], "Group") == 0) { in winname2dn()
719 *is_wuser = strcasecmp(values[i], "User") == 0 in winname2dn()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c182 (strcasecmp(u->host, "localhost") == 0) || in print_description()
183 (strcasecmp(u->host, nodename) == 0)) in print_description()
227 (strcasecmp(u->host, "localhost") == 0) || in report_device()
228 (strcasecmp(u->host, nodename) == 0)) in report_device()
360 if ((strcasecmp(*host, "localhost") == 0) || in get_remote_hostname()
361 (strcasecmp(*host, nodename) == 0)) { in get_remote_hostname()
626 if ((strcasecmp(str, "none")) == 0) in report_printer()
628 else if (strcasecmp(str, "optional") == 0) in report_printer()
864 if (strcasecmp(pname, printer) != 0) { in report_job()
901 (strcasecmp(u->host, "localhost") == 0) || in report_job()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c641 if (strcasecmp(attr, "gecos") == 0)
651 else if (strcasecmp(attr, "homeDirectory") == 0)
661 else if (strcasecmp(attr, "loginShell") == 0)
671 else if (strcasecmp(attr, "uidNumber") == 0)
693 else if (strcasecmp(attr, "gidNumber") == 0)
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c70 if (strcasecmp(cvt[i].mime, mime) == 0) { in mime_type_to_rfc1179_type()
466 if ((strcasecmp(svc->uri->fragment, "solaris") == 0) || in lpd_job_add_attributes()
467 (strcasecmp(svc->uri->fragment, "svr4") == 0)) in lpd_job_add_attributes()
470 else if (strcasecmp(svc->uri->fragment, "hpux") == 0) in lpd_job_add_attributes()
502 ((strcasecmp(svc->uri->fragment, "solaris") == 0) || in lpd_job_add_files()
503 (strcasecmp(svc->uri->fragment, "svr4") == 0))) in lpd_job_add_files()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c147 if (strcasecmp(attrptr->attrname, _EXEC_NAME) == 0) { in _exec_ldap_exec2ent()
160 if (strcasecmp(attrptr->attrname, _EXEC_POLICY) == 0) { in _exec_ldap_exec2ent()
175 if (strcasecmp(attrptr->attrname, _EXEC_TYPE) == 0) { in _exec_ldap_exec2ent()
190 if (strcasecmp(attrptr->attrname, _EXEC_RES1) == 0) { in _exec_ldap_exec2ent()
205 if (strcasecmp(attrptr->attrname, _EXEC_RES2) == 0) { in _exec_ldap_exec2ent()
220 if (strcasecmp(attrptr->attrname, _EXEC_ID) == 0) { in _exec_ldap_exec2ent()
234 if (strcasecmp(attrptr->attrname, _EXEC_ATTRS) == 0) { in _exec_ldap_exec2ent()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c298 if (strcasecmp(net_host, "host") == 0) { in gwkludge()
305 } else if (strcasecmp(net_host, "net") == 0) { in gwkludge()
325 if (strcasecmp(qual, "passive") == 0) { in gwkludge()
337 } else if (strcasecmp(qual, "external") == 0) { in gwkludge()
349 } else if (strcasecmp(qual, "active") == 0 || in gwkludge()
596 #define PARS(str) (strcasecmp(tgt, str) == 0) in parse_parms()
694 if (strcasecmp("norip", cmd) == 0) { in parse_parms()
696 } else if (strcasecmp("noripin", cmd) == 0) { in parse_parms()
698 } else if (strcasecmp("noripout", cmd) == 0) { in parse_parms()
/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c397 if (val && (strcasecmp(val, "none") == 0)) { in it_config_setprop()
404 if (val && (strcasecmp(val, "none") == 0)) { in it_config_setprop()
424 if (strcasecmp(arr[0], "none") != 0) { in it_config_setprop()
570 if (strcasecmp(namep, cfgtgt->tgt_name) == 0) { in it_tgt_create()
666 if (val && (strcasecmp(val, "none") == 0)) { in it_tgt_setprop()
672 if (val && (strcasecmp(val, "none") == 0)) { in it_tgt_setprop()
755 if (strcasecmp(tgt->tgt_name, ptgt->tgt_name) == 0) { in it_tgt_delete()
1336 if (strcasecmp(ptr->ini_name, ini_node_name) == 0) { in it_ini_create()
1423 if (strcasecmp(val, "none") == 0) { in it_ini_setprop()
1493 if (strcasecmp(ptr->ini_name, ini->ini_name) == 0) { in it_ini_delete()
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c158 #define MEP(ep, prot) (strcasecmp(ep.proto, prot) == 0)
354 if (strcasecmp(nc->nc_protofmly, NC_INET) == 0) { in __rpc_get_time_offset()
360 } else if (strcasecmp(nc->nc_protofmly, NC_INET6) == 0) { in __rpc_get_time_offset()
464 if (strcasecmp(nc->nc_protofmly, NC_INET) == 0) { in __rpc_get_time_offset()
469 } else if (strcasecmp(nc->nc_protofmly, NC_INET6) == in __rpc_get_time_offset()
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c251 if ((strcasecmp(value, "yes") == 0) || in yes_no_validator()
252 (strcasecmp(value, "no") == 0) || in yes_no_validator()
253 (strcasecmp(value, "true") == 0) || in yes_no_validator()
254 (strcasecmp(value, "false") == 0)) in yes_no_validator()
352 if (strcasecmp(smbclnt_proto_options[i].name, name) == 0) in findprotoopt()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c421 if (strcasecmp(keyval, USERATTR_LOCK_NO) != 0 && in check_lock_after_retries()
422 strcasecmp(keyval, USERATTR_LOCK_YES) != 0 && in check_lock_after_retries()
434 if (strcasecmp(keyval, USERATTR_ROLEAUTH_USER) != 0 && in check_roleauth()
435 strcasecmp(keyval, USERATTR_ROLEAUTH_ROLE) != 0 && in check_roleauth()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_svc.c81 if (strcasecmp(p->name, svc->name) == 0) in ndr_svc_register()
126 if (strcasecmp(name, svc->name) != 0) in ndr_svc_lookup_name()
162 if (strcasecmp(abstract_syntax, in ndr_svc_lookup_uuid()
174 if (strcasecmp(transfer_syntax, in ndr_svc_lookup_uuid()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h261 int strcasecmp(const char *, const char *);
359 int strcasecmp(char *, char *);
397 #define strcasecmp strcmpi macro
418 #define strcasecmp strcmpi macro
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dstrings.c303 if (strcasecmp(opid_strings[i], string) == 0) in ipp_string_opid()
307 if (strcasecmp(res_opid_strings[i], string) == 0) in ipp_string_opid()

12345678910>>...23