strwicmp          777 lib/util/util.c 	if (strwicmp(boolean_string, "yes") == 0 ||
strwicmp          778 lib/util/util.c 	    strwicmp(boolean_string, "true") == 0 ||
strwicmp          779 lib/util/util.c 	    strwicmp(boolean_string, "on") == 0 ||
strwicmp          780 lib/util/util.c 	    strwicmp(boolean_string, "1") == 0) {
strwicmp          783 lib/util/util.c 	} else if (strwicmp(boolean_string, "no") == 0 ||
strwicmp          784 lib/util/util.c 		   strwicmp(boolean_string, "false") == 0 ||
strwicmp          785 lib/util/util.c 		   strwicmp(boolean_string, "off") == 0 ||
strwicmp          786 lib/util/util.c 		   strwicmp(boolean_string, "0") == 0) {
strwicmp          228 lib/util/util_str.c 		if (strwicmp(end, "K") == 0) {
strwicmp          230 lib/util/util_str.c 		} else if (strwicmp(end, "M") == 0) {
strwicmp          232 lib/util/util_str.c 		} else if (strwicmp(end, "G") == 0) {
strwicmp          234 lib/util/util_str.c 		} else if (strwicmp(end, "T") == 0) {
strwicmp          236 lib/util/util_str.c 		} else if (strwicmp(end, "P") == 0) {
strwicmp          449 source3/lib/popt_common.c 		if (strwicmp("password", param) == 0) {
strwicmp          451 source3/lib/popt_common.c 		} else if (strwicmp("username", param) == 0) {
strwicmp          453 source3/lib/popt_common.c 		} else if (strwicmp("domain", param) == 0) {
strwicmp           61 source3/lib/smbconf/smbconf_reg.c 		if (strwicmp(valname, *forbidden) == 0) {
strwicmp         2029 source3/lib/util_str.c                 if (strwicmp(end, "K") == 0) {
strwicmp         2031 source3/lib/util_str.c                 } else if (strwicmp(end, "M") == 0) {
strwicmp         2033 source3/lib/util_str.c                 } else if (strwicmp(end, "G") == 0) {
strwicmp         2036 source3/lib/util_str.c                 } else if (strwicmp(end, "T") == 0) {
strwicmp         2039 source3/lib/util_str.c                 } else if (strwicmp(end, "P") == 0) {
strwicmp         5660 source3/param/loadparm.c 		if (strwicmp(data->key, param_key) == 0) {
strwicmp         5672 source3/param/loadparm.c 		        if (strwicmp(data->key, param_key) == 0) {
strwicmp         6358 source3/param/loadparm.c 		if (strwicmp(parm_table[iIndex].label, pszParmName) == 0)
strwicmp         6632 source3/param/loadparm.c 		if (strwicmp(opt->key, opt_name) == 0) {
strwicmp         6736 source3/param/loadparm.c 	if (strwicmp(ServicePtrs[iService]->szService, PRINTERS_NAME) == 0) {
strwicmp         6748 source3/param/loadparm.c 	    strwicmp(ServicePtrs[iService]->szService, HOMES_NAME) != 0 &&
strwicmp         7698 source3/param/loadparm.c 	bool isglobal = ((strwicmp(pszSectionName, GLOBAL_NAME) == 0) ||
strwicmp         7699 source3/param/loadparm.c 			 (strwicmp(pszSectionName, GLOBAL_NAME2) == 0));
strwicmp         7911 source3/param/loadparm.c 		if (strwicmp(parm_table[i].label, parm_name) == 0 &&
strwicmp          416 source3/utils/testparm.c 			} else if ((isGlobal=!strwicmp(section_name, GLOBAL_NAME)) == 0 &&
strwicmp          150 source4/auth/credentials/credentials_files.c 		if (strwicmp("password", param) == 0) {
strwicmp          152 source4/auth/credentials/credentials_files.c 		} else if (strwicmp("username", param) == 0) {
strwicmp          154 source4/auth/credentials/credentials_files.c 		} else if (strwicmp("domain", param) == 0) {
strwicmp          156 source4/auth/credentials/credentials_files.c 		} else if (strwicmp("realm", param) == 0) {
strwicmp          114 source4/client/cifsdd.c 		if (strwicmp(arg, args[i].arg_name) == 0) {
strwicmp          652 source4/client/smbmount.c 		if (strwicmp("password", param) == 0)
strwicmp          657 source4/client/smbmount.c 		else if (strwicmp("username", param) == 0) {
strwicmp         1194 source4/param/loadparm.c 		if (strwicmp(parm_table[iIndex].label, pszParmName) == 0)
strwicmp         1245 source4/param/loadparm.c 		    strwicmp(lp_ctx->services[iService]->szService, pszServiceName) == 0) {
strwicmp         1359 source4/param/loadparm.c 	if (strwicmp(service->szService, PRINTERS_NAME) == 0) {
strwicmp         1976 source4/param/loadparm.c 	bool isglobal = ((strwicmp(pszSectionName, GLOBAL_NAME) == 0) ||
strwicmp         1977 source4/param/loadparm.c 			 (strwicmp(pszSectionName, GLOBAL_NAME2) == 0));
strwicmp          136 source4/utils/testparm.c 			} else if ((!strwicmp(section_name, GLOBAL_NAME)) == 0 &&