Searched refs:globs (Results 1 - 2 of 2) sorted by relevance

/systemd/src/tmpfiles/
H A Dtmpfiles.c95 /* These ones take globs */
164 static OrderedHashmap *items = NULL, *globs = NULL; variable
434 if (find_glob(globs, sub_path)) {
2067 h = needs_glob(i.type) ? globs : items;
2240 ORDERED_HASHMAP_FOREACH(i, globs, iterator) {
2294 globs = ordered_hashmap_new(&string_hash_ops);
2296 if (!items || !globs) {
2339 ORDERED_HASHMAP_FOREACH(a, globs, iterator) {
2349 while ((a = ordered_hashmap_steal_first(globs)))
2353 ordered_hashmap_free(globs);
[all...]
/systemd/src/systemctl/
H A Dsystemctl.c2630 _cleanup_strv_free_ char **mangled = NULL, **globs = NULL; local
2648 r = strv_consume(&globs, t);
2657 if (!strv_isempty(globs)) {
2662 r = get_unit_list(bus, NULL, globs, &unit_infos, 0, &reply);

Completed in 2241 milliseconds