mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
Similar to sd_bus_error_has_names() that was added in 2b07ec316a0e25a3e10c270c7f6baee9e0187bf8. 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.