strv_find_prefix  160 src/activate/activate.c                         envp[n_env] = strv_find_prefix(env, p);
strv_find_prefix  167 src/activate/activate.c                 envp[n_env] = strv_find_prefix(env, tocopy[i]);
strv_find_prefix 3223 src/nspawn/nspawn.c                         envp[n_env] = strv_find_prefix(environ, "TERM=");
strv_find_prefix   30 src/shared/strv.h char *strv_find_prefix(char **l, const char *name) _pure_;