strv_find_startswith 2562 src/core/service.c         e = strv_find_startswith(tags, "MAINPID=");
strv_find_startswith 2619 src/core/service.c         e = strv_find_startswith(tags, "STATUS=");
strv_find_startswith 2646 src/core/service.c         e = strv_find_startswith(tags, "ERRNO=");
strv_find_startswith   31 src/shared/strv.h char *strv_find_startswith(char **l, const char *name) _pure_;