Searched refs:glob (Results 1 - 6 of 6) sorted by relevance
/systemd/src/basic/ |
H A D | glob-util.c | 21 #include <glob.h> 23 #include "glob-util.h" 34 k = glob(path, GLOB_NOSORT|GLOB_BRACE, NULL, &g); 52 k = glob(path, GLOB_NOSORT|GLOB_BRACE, NULL, &g);
|
/systemd/test/ |
H A D | rule-syntax-check.py | 22 from glob import glob namespace 34 rules_files = glob(os.path.join(rules_dir, '*.rules'))
|
H A D | sysv-generator-test.py | 25 from glob import glob namespace 84 for service in glob(self.out_dir + '/*.service'):
|
/systemd/src/udev/ |
H A D | udev-rules.c | 36 #include "glob-util.h" 113 GL_SPLIT_GLOB, /* multi-value with glob A*|B* */ 204 enum string_glob_type glob:8; member in struct:token::__anon333::__anon335 251 [GL_GLOB] = "glob", 253 [GL_SPLIT_GLOB] = "split-glob", 254 [GL_SOMETHING] = "split-glob", 329 enum string_glob_type glob = token->key.glob; local 373 token_str(type), operation_str(op), value, string_glob_str(glob)); 386 token_str(type), operation_str(op), attr, value, string_glob_str(glob)); 928 enum string_glob_type glob; local [all...] |
/systemd/src/tmpfiles/ |
H A D | tmpfiles.c | 26 #include <glob.h> 52 #include "glob-util.h" 435 log_debug("Ignoring \"%s\": a separate glob exists.", sub_path); 629 /* not using i->path directly because it may be a glob */ 1115 k = glob(i->path, GLOB_NOSORT|GLOB_BRACE|GLOB_ALTDIRFUNC, NULL, &g); 1117 return log_error_errno(errno ?: EIO, "glob(%s) failed: %m", i->path);
|
/systemd/src/core/ |
H A D | execute.c | 22 #include <glob.h> 72 #include "glob-util.h" 2322 if (glob(fn, 0, NULL, &pglob) != 0) {
|
Completed in 635 milliseconds