Home
last modified time | relevance | path

Searched refs:globs (Results 1 – 10 of 10) sorted by relevance

/src/crypto/openssl/test/
H A Dfilterprov.c60 struct filter_prov_globals_st *globs = get_globals(); in filter_gettable_params() local
62 return OSSL_PROVIDER_gettable_params(globs->deflt); in filter_gettable_params()
67 struct filter_prov_globals_st *globs = get_globals(); in filter_get_params() local
69 return OSSL_PROVIDER_get_params(globs->deflt, params); in filter_get_params()
75 struct filter_prov_globals_st *globs = get_globals(); in filter_get_capabilities() local
77 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg); in filter_get_capabilities()
84 struct filter_prov_globals_st *globs = get_globals(); in filter_query() local
87 globs->query_count++; in filter_query()
88 for (i = 0; i < globs->num_dispatch; i++) { in filter_query()
89 if (globs->dispatch[i].operation == operation_id) { in filter_query()
[all …]
/src/contrib/llvm-project/lld/MachO/
H A DConfig.h96 std::vector<llvm::GlobPattern> globs; variable
98 bool empty() const { return literals.empty() && globs.empty(); } in empty()
H A DDriver.cpp1153 globs.clear(); in clear()
1160 globs.emplace_back(*pattern); in insert()
1170 for (const GlobPattern &glob : globs) in matchGlob()
/src/sbin/fsdb/
H A DMakefile8 pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c globs.c prtblknos.c
/src/sbin/fsck_ffs/
H A DMakefile9 globs.c
/src/contrib/elftoolchain/readelf/
H A Dreadelf.c5686 Dwarf_Global *globs; in dump_dwarf_pubnames() local
5738 if (dwarf_get_globals(re->dbg, &globs, &cnt, &de) != DW_DLV_OK) { in dump_dwarf_pubnames()
5745 if (dwarf_globname(globs[i], &glob_name, &de) != DW_DLV_OK) { in dump_dwarf_pubnames()
5749 if (dwarf_global_die_offset(globs[i], &die_off, &de) != in dump_dwarf_pubnames()
/src/contrib/tcsh/
H A DFixes1466 91. Which now globs its arguments
1947 8. Unsetenv now globs its arguments! Before it did not...
/src/contrib/jemalloc/
H A Dconfigure.ac593 dnl Pattern globs aren't powerful enough to match both single- and
/src/contrib/tnftp/
H A DChangeLog520 - Fix ftp url reget when globs are being used.
/src/contrib/unbound/doc/
H A DChangelog6881 globs (patch from Dag-Erling Smørgrav).
8006 - ignore trusted-keys globs that have no files (from Paul Wouters).