Lines Matching refs:strv
39 #include "strv.h"
124 char ***strv) {
134 r = strv_extend(strv, path);
186 char ***strv) {
200 (void) iterate_dir(path, dependency, consumer, arg, strv);
215 (void) iterate_dir(p, dependency, consumer, arg, strv);
227 _cleanup_strv_free_ char **strv = NULL, **ans = NULL;
238 unit_file_process_dir(unit_path_cache, *p, t, ".d", _UNIT_DEPENDENCY_INVALID, NULL, NULL, &strv);
241 if (strv_isempty(strv))
244 r = conf_files_list_strv(&ans, ".conf", NULL, (const char**) strv);