Home
last modified time | relevance | path

Searched refs:strcaseeq_ptr (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/fundamental/
Dstring-util-fundamental.h49 static inline sd_bool strcaseeq_ptr(const sd_char *a, const sd_char *b) { in strcaseeq_ptr() function
/systemd-251/src/locale/
Dkeymap-util.c795 if (strcaseeq_ptr(line, locale_entry)) in locale_gen_locale_supported()
883 else if (strcaseeq_ptr(line_locale, locale_entry)) in locale_gen_enable_locale()
886 if (strcaseeq_ptr(line_locale, locale_entry)) { in locale_gen_enable_locale()
/systemd-251/src/boot/
Dbootctl.c881 if (!strcaseeq_ptr(path, opath)) in same_entry()