Lines Matching refs:strcasecmp
206 if (str != NULL && (strcasecmp(str, "true") == 0 ||
207 strcasecmp(str, "yes") == 0 || strcasecmp(str, "on") == 0 ||
329 if (strcasecmp(mt, "srv") == 0)
347 if (strcasecmp(st, "FINGERPRINTS") == 0)
349 else if (strcasecmp(st, "PUBKEY") == 0)
351 else if (strcasecmp(st, "NONE") == 0)
397 if (strcasecmp(key, "url") == 0) {
402 } else if (strcasecmp(key, "mirror_type") == 0) {
404 } else if (strcasecmp(key, "signature_type") == 0) {
412 } else if (strcasecmp(key, "fingerprints") == 0) {
417 } else if (strcasecmp(key, "pubkey") == 0) {
422 } else if (strcasecmp(key, "enabled") == 0) {