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

/systemd/src/basic/
H A Dglob-util.h33 _pure_ static inline bool string_is_glob(const char *p) { function
H A Dunit-name.c692 string_is_glob(name) &&
721 if ((allow_globs != UNIT_NAME_GLOB || !string_is_glob(s)) && unit_name_to_type(s) < 0)
/systemd/src/test/
H A Dtest-unit-name.c172 (allow_globs == UNIT_NAME_GLOB && string_is_glob(t)));
/systemd/src/journal/
H A Djournalctl.c1354 if (string_is_glob(u)) {
1399 if (string_is_glob(u)) {
/systemd/src/analyze/
H A Danalyze.c1103 if (string_is_glob(*pattern))
/systemd/src/systemctl/
H A Dsystemctl.c2647 if (string_is_glob(t))

Completed in 54 milliseconds