Home
last modified time | relevance | path

Searched refs:arg_include_prefixes (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/tmpfiles/
Dtmpfiles.c185 static char **arg_include_prefixes = NULL; variable
199 STATIC_DESTRUCTOR_REGISTER(arg_include_prefixes, freep);
2701 STRV_FOREACH(prefix, arg_include_prefixes) in should_include_path()
2708 if (strv_isempty(arg_include_prefixes)) in should_include_path()
3441 if (strv_push(&arg_include_prefixes, optarg) < 0) in parse_argv()