Searched defs:has_glob (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-rules.c930 int has_glob; local
933 has_glob = string_is_glob(value);
934 if (has_split && has_glob) {
938 } else if (has_glob) {

Completed in 25 milliseconds