Home
last modified time | relevance | path

Searched refs:strcaseeq (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/resolve/
Ddns-type.c242 if (strcaseeq(s, "IN")) in dns_class_from_string()
244 else if (strcaseeq(s, "ANY")) in dns_class_from_string()
Dresolved-dns-trust-anchor.c232 if (!strcaseeq(class, "IN")) { in dns_trust_anchor_load_positive()
237 if (strcaseeq(type, "DS")) { in dns_trust_anchor_load_positive()
291 } else if (strcaseeq(type, "DNSKEY")) { in dns_trust_anchor_load_positive()
Dresolved-dns-rr.c589 return strcaseeq(a->hinfo.cpu, b->hinfo.cpu) && in dns_resource_record_payload_equal()
590 strcaseeq(a->hinfo.os, b->hinfo.os); in dns_resource_record_payload_equal()
/systemd-251/src/udev/scsi_id/
Dscsi_id.c149 if (strcaseeq(key, "VENDOR")) { in get_file_options()
157 if (strcaseeq(key, "MODEL")) { in get_file_options()
167 if (strcaseeq(key, "OPTIONS")) in get_file_options()
/systemd-251/src/shared/
Dcalendarspec.c952 if (strcaseeq(p, "minutely")) { in calendar_spec_from_string()
957 } else if (strcaseeq(p, "hourly")) { in calendar_spec_from_string()
965 } else if (strcaseeq(p, "daily")) { in calendar_spec_from_string()
976 } else if (strcaseeq(p, "monthly")) { in calendar_spec_from_string()
1011 } else if (strcaseeq(p, "weekly")) { in calendar_spec_from_string()
1025 } else if (strcaseeq(p, "quarterly")) { in calendar_spec_from_string()
/systemd-251/src/fundamental/
Dstring-util-fundamental.h26 #define strcaseeq(a,b) (strcasecmp((a),(b)) == 0) macro
/systemd-251/src/import/
Dpull-common.c541 if (!strcaseeq(checksum, main_job->checksum)) in pull_verify()
/systemd-251/src/basic/
Dstrv.c33 if (strcaseeq(*i, name)) in strv_find_case()
/systemd-251/src/locale/
Dkeymap-util.c758 return !c || strcaseeq(c, ".UTF-8") || strcasestr(locale, ".UTF-8@"); in locale_encoding_is_utf8_or_unspecified()
/systemd-251/src/journal-remote/
Djournal-remote-main.c300 if (!strcaseeq(header, "chunked")) in request_handler()