Home
last modified time | relevance | path

Searched refs:strcasecmp (Results 76 – 100 of 551) sorted by relevance

12345678910>>...23

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c897 else if (strcasecmp(setting, "title") == 0) { in list_menu_entry()
906 if (strcasecmp(ptr, "NO") != 0) in list_menu_entry()
911 else if (strcasecmp(setting, "timeout") == 0) { in list_menu_entry()
921 else if (strcasecmp(setting, "console") == 0) { in list_menu_entry()
929 else if (strcasecmp(setting, "bootfs") == 0) { in list_menu_entry()
938 } else if (strcasecmp(setting, "xen_kernel") == 0) { in list_menu_entry()
946 } else if (strcasecmp(setting, "xen_cmdline") == 0) { in list_menu_entry()
954 } else if (strcasecmp(setting, "kernel") == 0) { in list_menu_entry()
963 } else if (strcasecmp(setting, "kernel") == 0) { in list_menu_entry()
974 } else if (strcasecmp(setting, "boot-args") == 0) { in list_menu_entry()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c2518 if (strcasecmp(argv[0], "all") == 0) { in do_deletepf()
2747 if (strcasecmp(argv[0], "all") == 0) { in do_rmprefer()
3289 if ((strcasecmp(arg, "BSS") == 0) || in do_set_bsstype()
3290 (strcasecmp(arg, "AP") == 0) || in do_set_bsstype()
3291 (strcasecmp(arg, "INFRASTRUCTURE") == 0)) { in do_set_bsstype()
3293 } else if ((strcasecmp(arg, "IBSS") == 0) || in do_set_bsstype()
3294 (strcasecmp(arg, "AD-HOC") == 0)) { in do_set_bsstype()
3296 } else if (strcasecmp(arg, "AUTO") == 0) { in do_set_bsstype()
3321 if (strcasecmp(arg, "YES") == 0) { in do_set_createibss()
3323 } else if (strcasecmp(arg, "NO") == 0) { in do_set_createibss()
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utf8.c130 if (strcasecmp(s1, s2) == 0) in slp_strcasecmp()
139 if ((diff = strcasecmp(p1, p2)) == 0) in slp_strcasecmp()
H A Dslp-internal.h256 (!strcasecmp(SLPGetProperty(SLP_CONFIG_ISBROADCASTONLY), "true"))
258 (!strcasecmp(SLPGetProperty(SLP_CONFIG_SECURITY_ON), "true"))
260 (!strcasecmp(SLPGetProperty(SLP_CONFIG_BYPASS_AUTH), "true"))
/illumos-gate/usr/src/tools/cw/
H A Dcw.c454 if ((strcasecmp(ext, "c") == 0) || in is_source_file()
457 (strcasecmp(ext, "s") == 0) || in is_source_file()
475 if (strcasecmp(ext, "s") == 0) in is_asm_file()
1277 if ((strcasecmp(token, "gnu") == 0) || in parse_compiler()
1278 (strcasecmp(token, "gcc") == 0)) { in parse_compiler()
1280 } else if ((strcasecmp(token, "sun") == 0) || in parse_compiler()
1281 (strcasecmp(token, "cc") == 0)) { in parse_compiler()
1283 } else if ((strcasecmp(token, "smatch") == 0)) { in parse_compiler()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c129 if (strcasecmp(str, db_entry->name) == 0) { in scan_hash()
221 if (strcasecmp(db_entry->name, str) != 0) in _nscd_add_db_entry()
235 if (strcasecmp(db_entry->name, str) != 0) in _nscd_add_db_entry()
310 if (strcasecmp(db_entry->name, str) != 0) in _nscd_delete_db_entry()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c719 if (t != cname && strcasecmp(t, cname) == 0) in genent_hosts()
721 if (strcasecmp(t, ecol[0].ec_value.ec_value_val) == 0) in genent_hosts()
804 if (strcasecmp(attrptr->attrname, "cn") == 0) in dump_hosts()
806 else if (strcasecmp(attrptr->attrname, "iphostnumber") == 0) in dump_hosts()
808 else if (strcasecmp(attrptr->attrname, "description") == 0) { in dump_hosts()
835 if (strcasecmp(name, cn->attrvalue[j]) == 0) in dump_hosts()
950 if (t != cname && strcasecmp(t, cname) == 0) in genent_rpc()
952 if (strcasecmp(t, ecol[0].ec_value.ec_value_val) == 0) in genent_rpc()
1023 if (strcasecmp(attrptr->attrname, "cn") == 0) in dump_rpc()
1025 else if (strcasecmp(attrptr->attrname, "oncRpcNumber") == 0) in dump_rpc()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Dmain.c129 if (strcasecmp(pstr, MSG_ORIG(MSG_TARG_SPARC)) == 0) { in main()
135 } else if (strcasecmp(pstr, MSG_ORIG(MSG_TARG_X86)) == 0) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm.c212 if (strcasecmp(argv[1], "import-config") == 0 || in main()
213 strcasecmp(argv[1], "import-cf") == 0) { in main()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dappdefault.c27 if (!strcasecmp(*p,s)) in conf_boolean()
31 if (!strcasecmp(*p,s)) in conf_boolean()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c2140 strcasecmp( "cert.db", keydbpath + len - 7 ) == 0 ) {
2145 strcasecmp( "cert5.db", keydbpath + len - 8 ) == 0 ) {
2149 strcasecmp( "cert7.db", keydbpath + len - 8 ) == 0 ) {
2452 if ( !(strcasecmp(ptr, "true"))) {
2455 else if ( !(strcasecmp(ptr, "false"))) {
2463 if ( !(strcasecmp(ptr, "true")) ||
2464 !(strcasecmp(ptr, "t")) ||
2468 else if ( !(strcasecmp(ptr, "false")) ||
2469 !(strcasecmp(ptr, "f")) ||
2581 if (!strcasecmp(saslarg, "secProp")) {
[all …]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-misc.c168 if (strcasecmp(type_map[i].mime_type, mime_type) == 0) in mime_type_to_lp_type()
183 if (strcasecmp(type_map[i].lp_type, lp_type) == 0) in lp_type_to_mime_type()
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c201 if (strcasecmp(tokens[i], t) == 0) in get_token_id()
369 if (strcasecmp(type, KEYWORD_INT_TYPE) == 0) in getpicltype()
371 else if (strcasecmp(type, KEYWORD_UINT_TYPE) == 0) in getpicltype()
373 else if (strcasecmp(type, KEYWORD_FLOAT_TYPE) == 0) in getpicltype()
375 else if (strcasecmp(type, KEYWORD_STRING_TYPE) == 0) in getpicltype()
377 else if (strcasecmp(type, KEYWORD_VOID_TYPE) == 0) in getpicltype()
389 if (strcasecmp(mode, KEYWORD_READ_MODE) == 0) in getpiclmode()
391 else if (strcasecmp(mode, KEYWORD_WRITE_MODE) == 0) in getpiclmode()
393 else if (strcasecmp(mode, KEYWORD_READWRITE_MODE) == 0) in getpiclmode()
790 if (strcasecmp(tok, KEYWORD_WITH_STR) != 0) in parse_refnode()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c183 if (!strcasecmp(name, "utf") || !strcasecmp(name, "utf8") || !strcasecmp(name, "utf-8")) in _win_codeset()
185 if (!strcasecmp(name, "ucs") || !strcasecmp(name, "ucs2") || !strcasecmp(name, "ucs-2")) in _win_codeset()
1060 …if (!t || !*t || *t == '-' && !*(t + 1) || !strcasecmp(t, name_local) || !strcasecmp(t, name_nativ… in _ast_iconv_open()
1062 …if (!f || !*f || *f == '-' && !*(f + 1) || !strcasecmp(t, name_local) || !strcasecmp(f, name_nativ… in _ast_iconv_open()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharray.c130 if ( strcasecmp( s, a[i] ) == 0 ) { in ldap_charray_inlist()
224 if ( strcasecmp( s, a[i] ) == 0 ) { in ldap_charray_position()
H A Dsasl.c935 if( strcasecmp(props[i], "none") == 0 ) { in nsldapi_sasl_secprops()
938 } else if( strcasecmp(props[i], "noactive") == 0 ) { in nsldapi_sasl_secprops()
942 } else if( strcasecmp(props[i], "noanonymous") == 0 ) { in nsldapi_sasl_secprops()
946 } else if( strcasecmp(props[i], "nodict") == 0 ) { in nsldapi_sasl_secprops()
950 } else if( strcasecmp(props[i], "noplain") == 0 ) { in nsldapi_sasl_secprops()
954 } else if( strcasecmp(props[i], "forwardsec") == 0 ) { in nsldapi_sasl_secprops()
958 } else if( strcasecmp(props[i], "passcred") == 0 ) { in nsldapi_sasl_secprops()
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c95 extern int strcasecmp(const char *s1, const char *s2);
358 if (strcasecmp((char *) pszQop, "auth") != 0) { in DigestCalcResponse()
2910 if (strcasecmp(name, "username") == 0) {
2912 } else if (strcasecmp(name, "authzid") == 0) {
2914 } else if (strcasecmp(name, "cnonce") == 0) {
2916 } else if (strcasecmp(name, "nc") == 0) {
2928 } else if (strcasecmp(name, "realm") == 0) {
2941 } else if (strcasecmp(name, "nonce") == 0) {
2943 } else if (strcasecmp(name, "qop") == 0) {
2945 } else if (strcasecmp(name, "digest-uri") == 0) {
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c138 if (strcasecmp(optarg, "pcap") == 0)
140 else if (strcasecmp(optarg, "etherfind") == 0)
142 else if (strcasecmp(optarg, "snoop") == 0)
144 else if (strcasecmp(optarg, "tcpdump") == 0)
146 else if (strcasecmp(optarg, "hex") == 0)
148 else if (strcasecmp(optarg, "text") == 0)
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c1159 if (strcasecmp((*attrs)[i]->mod_type, type) == 0) in _addLDAPmodValue()
1297 if (strcasecmp((*attrs)[i]->mod_type, type) == 0) in _modLDAPmodValue()
1529 if (strcasecmp(attr, NS_KEY_BSDADDR) == 0) in _constructAddLDAPMod()
1663 (strcasecmp(attr, NS_KEY_BSDADDR) != 0)) in _constructModLDAPMod()
1677 if (strcasecmp(attr, NS_KEY_BSDADDR) == in _constructModLDAPMod()
1717 if (strcasecmp(attr, NS_KEY_BSDADDR) == 0) in _constructModLDAPMod()
1836 if (strcasecmp((char *)DN1, (char *)DN2) != 0) in _compareURIinDNs()
2004 if (strcasecmp(list[j], attr) == 0) in _attrInList()
2118 (strcasecmp(entryAttrib, ATTR_KVP) == 0)) in _getCurrentKVPValues()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_lpc.c107 if (strcasecmp(lpcdev, "bootrom") == 0) { in lpc_device_parse()
132 if (strcasecmp(lpcdev, "tpm") == 0) { in lpc_device_parse()
154 if (strcasecmp(lpcdev, lpc_uart_names[unit]) == 0) { in lpc_device_parse()
163 if (strcasecmp(lpcdev, pctestdev_getname()) == 0) { in lpc_device_parse()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c181 if (strcasecmp(argv[3], PROTO_TCP) == 0) { in parse_probe_param()
184 } else if (strcasecmp(argv[3], PROTO_UDP) == 0) { in parse_probe_param()
219 if (strcasecmp(argv[4], MODE_DSR) == 0) in parse_probe_param()
221 else if (strcasecmp(argv[4], MODE_NAT) == 0) in parse_probe_param()
223 else if (strcasecmp(argv[4], MODE_HALF_NAT) == 0) in parse_probe_param()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c268 if (strcasecmp(p->rs_name, sectname) == 0) in rc_findsect()
646 strcasecmp(p, "no") == 0 || in rc_getbool()
647 strcasecmp(p, "false") == 0) { in rc_getbool()
653 strcasecmp(p, "yes") == 0 || in rc_getbool()
654 strcasecmp(p, "true") == 0) { in rc_getbool()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_methods.c194 if (strcasecmp(entity, "self") == 0) { in ipmi_fru_fmri()
197 } else if (strcasecmp(entity, "parent") == 0) { in ipmi_fru_fmri()
/illumos-gate/usr/src/cmd/idmap/nltest/
H A Dnltest.c68 if (strcasecmp(cmd->name, name) == 0) in lookupcmd()
302 if (!strcasecmp(optname, cmd->name)) { in main()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c283 (strcasecmp(modules[0], "nopush") == 0)) in open_direct()
305 (strcasecmp(modules[0], "none") == 0)) in open_direct()

12345678910>>...23