Searched refs:glob (Results 1 - 6 of 6) sorted by relevance

/systemd/src/basic/
H A Dglob-util.c21 #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 Drule-syntax-check.py22 from glob import glob namespace
34 rules_files = glob(os.path.join(rules_dir, '*.rules'))
H A Dsysv-generator-test.py25 from glob import glob namespace
84 for service in glob(self.out_dir + '/*.service'):
/systemd/src/udev/
H A Dudev-rules.c36 #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 Dtmpfiles.c26 #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 Dexecute.c22 #include <glob.h>
72 #include "glob-util.h"
2322 if (glob(fn, 0, NULL, &pglob) != 0) {

Completed in 635 milliseconds