Searched refs:strcaseeq (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/resolve/ |
D | dns-type.c | 242 if (strcaseeq(s, "IN")) in dns_class_from_string() 244 else if (strcaseeq(s, "ANY")) in dns_class_from_string()
|
D | resolved-dns-trust-anchor.c | 232 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()
|
D | resolved-dns-rr.c | 589 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/ |
D | scsi_id.c | 149 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/ |
D | calendarspec.c | 952 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/ |
D | string-util-fundamental.h | 26 #define strcaseeq(a,b) (strcasecmp((a),(b)) == 0) macro
|
/systemd-251/src/import/ |
D | pull-common.c | 541 if (!strcaseeq(checksum, main_job->checksum)) in pull_verify()
|
/systemd-251/src/basic/ |
D | strv.c | 33 if (strcaseeq(*i, name)) in strv_find_case()
|
/systemd-251/src/locale/ |
D | keymap-util.c | 758 return !c || strcaseeq(c, ".UTF-8") || strcasestr(locale, ".UTF-8@"); in locale_encoding_is_utf8_or_unspecified()
|
/systemd-251/src/journal-remote/ |
D | journal-remote-main.c | 300 if (!strcaseeq(header, "chunked")) in request_handler()
|