Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-util.c236 _cleanup_strv_free_ char **mangled = NULL, **globs = NULL; in expand_unit_names() local
251 r = strv_consume(&globs, t); in expand_unit_names()
259 bool expanded = !strv_isempty(globs); in expand_unit_names()
265 r = get_unit_list(bus, NULL, globs, &unit_infos, 0, &reply); in expand_unit_names()
/systemd-251/src/tmpfiles/
Dtmpfiles.c193 static OrderedHashmap *items = NULL, *globs = NULL; variable
197 STATIC_DESTRUCTOR_REGISTER(globs, ordered_hashmap_freep);
652 if (find_glob(globs, sub_path)) { in dir_cleanup()
3266 h = needs_glob(i.type) ? globs : items; in parse_line()
3578 ORDERED_HASHMAP_FOREACH(ia, globs) in read_config_file()
3680 j = ordered_hashmap_get(globs, prefix); in link_parent()
3798 globs = ordered_hashmap_new(&item_array_hash_ops); in run()
3799 if (!items || !globs) in run()
3821 ORDERED_HASHMAP_FOREACH(a, globs) { in run()
3850 ORDERED_HASHMAP_FOREACH(a, globs) { in run()
/systemd-251/
DTODO1323 * teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
DNEWS12594 specific units via shell-style globs, to create smaller,
13568 against the hostname (with globs) and machine ID. This is