Home
last modified time | relevance | path

Searched refs:SEARCH_GLOB (Results 1 – 8 of 8) sorted by relevance

/dports/misc/libsolv/libsolv-0.7.19/src/
H A Ddataiterator.h45 #define SEARCH_GLOB 5 macro
H A Drepodata.c1416 else if ((flags & SEARCH_STRINGMASK) == SEARCH_GLOB) in datamatcher_init()
1470 case SEARCH_GLOB: in datamatcher_match()
1496 case SEARCH_GLOB: in datamatcher_checkbasename()
H A Drepo.c988 && (matcher->flags & (SEARCH_STRINGMASK|SEARCH_NOCASE)) != SEARCH_GLOB)) in repo_lookup_filelist_repodata()
H A Dselection.c973 type = !(flags & SELECTION_GLOB) || strpbrk(name, "[*?") == 0 ? SEARCH_STRING : SEARCH_GLOB; in selection_filelist()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/solvable/
H A DDependencyContainer.cpp119 SEARCH_STRING | SEARCH_GLOB); in addReldepWithGlob()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/goal/
H A DGoal.cpp359 dataiterator_init(&di, pool, 0, 0, SOLVABLE_NAME, name, SEARCH_GLOB); in filterNameToJob()
397 dataiterator_init(&di, pool, 0, 0, SOLVABLE_PROVIDES, name, SEARCH_GLOB); in filterProvidesToJob()
/dports/misc/libsolv/libsolv-0.7.19/bindings/
H A Dsolv.i2512 static const int SEARCH_GLOB = SEARCH_GLOB; variable
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/sack/
H A Dquery.cpp436 return ret | SEARCH_GLOB; in type2flags()