mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
Similar to sd_bus_error_has_names() that was added in
2b07ec316a.
It is made inline in the hope that the compiler will be able to optimize
all the va_args boilerplate away, and do an efficient comparison when
the arguments are all constants.