Lines Matching refs:strcasecmp

111 		if (strcasecmp(aclname, name) == 0) {
135 if (strcasecmp(aclname, dacl->name) == 0) {
257 if (strcasecmp(name, "localhost") == 0 ||
258 strcasecmp(name, "localnets") == 0 ||
259 strcasecmp(name, "none") == 0)
262 } else if (strcasecmp(name, "any") != 0) {
298 if (strcasecmp(dbname, "city") == 0) {
300 } else if (strcasecmp(dbname, "country") == 0) {
308 if (strcasecmp(dbname, "city") == 0) {
310 } else if (strcasecmp(dbname, "country") == 0) {
318 if (strcasecmp(dbname, "city") == 0) {
320 } else if (strcasecmp(dbname, "country") == 0) {
328 if (strcasecmp(dbname, "city") == 0) {
330 } else if (strcasecmp(dbname, "country") == 0) {
338 if (strcasecmp(dbname, "city") == 0) {
346 if (strcasecmp(dbname, "city") == 0) {
363 if (strcasecmp(dbname, "city") != 0) {
370 if (strcasecmp(dbname, "isp") != 0) {
377 if (strcasecmp(dbname, "org") != 0) {
384 if (strcasecmp(dbname, "asnum") != 0) {
391 if (strcasecmp(dbname, "domain") != 0) {
398 if (strcasecmp(dbname, "netspeed") != 0) {
494 if (strcasecmp(dbname, geoip_dbnames[i]) == 0) {
516 if (strcasecmp(stype, "country") == 0 && len == 2) {
521 } else if (strcasecmp(stype, "country") == 0 && len == 3) {
527 } else if (strcasecmp(stype, "country") == 0) {
532 } else if (strcasecmp(stype, "continent") == 0 && len == 2) {
537 } else if (strcasecmp(stype, "continent") == 0) {
541 } else if ((strcasecmp(stype, "region") == 0 ||
542 strcasecmp(stype, "subdivision") == 0) &&
549 } else if (strcasecmp(stype, "region") == 0 ||
550 strcasecmp(stype, "subdivision") == 0)
556 } else if (strcasecmp(stype, "city") == 0) {
561 } else if (strcasecmp(stype, "postal") == 0 ||
562 strcasecmp(stype, "postalcode") == 0)
573 } else if (strcasecmp(stype, "metro") == 0 ||
574 strcasecmp(stype, "metrocode") == 0)
578 } else if (strcasecmp(stype, "tz") == 0 ||
579 strcasecmp(stype, "timezone") == 0)
584 } else if (strcasecmp(stype, "isp") == 0) {
588 } else if (strcasecmp(stype, "asnum") == 0) {
592 } else if (strcasecmp(stype, "org") == 0) {
596 } else if (strcasecmp(stype, "domain") == 0) {
703 if (strcasecmp(cfg_obj_asstring(obj_transport),
709 } else if (strcasecmp(cfg_obj_asstring(obj_transport),
714 } else if (strcasecmp(cfg_obj_asstring(obj_transport),
722 } else if (strcasecmp(cfg_obj_asstring(obj_transport),
727 } else if (strcasecmp(cfg_obj_asstring(obj_transport),
732 } else if (strcasecmp(cfg_obj_asstring(obj_transport),
882 if (strcasecmp(name, "any") == 0) {
898 } else if (strcasecmp(name, "none") == 0) {
924 } else if (strcasecmp(name, "localhost") == 0) {
928 } else if (strcasecmp(name, "localnets") == 0) {