Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dfilterprov.c58 struct filter_prov_globals_st *globs = get_globals(); in filter_gettable_params() local
60 return OSSL_PROVIDER_gettable_params(globs->deflt); in filter_gettable_params()
65 struct filter_prov_globals_st *globs = get_globals(); in filter_get_params() local
67 return OSSL_PROVIDER_get_params(globs->deflt, params); in filter_get_params()
73 struct filter_prov_globals_st *globs = get_globals(); in filter_get_capabilities() local
75 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg); in filter_get_capabilities()
82 struct filter_prov_globals_st *globs = get_globals(); in filter_query() local
85 globs->query_count++; in filter_query()
86 for (i = 0; i < globs->num_dispatch; i++) { in filter_query()
87 if (globs->dispatch[i].operation == operation_id) { in filter_query()
[all …]
/freebsd/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()
/freebsd/sbin/fsdb/
H A DMakefile8 pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c globs.c prtblknos.c
/freebsd/sbin/fsck_ffs/
H A DMakefile9 globs.c
/freebsd/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()
/freebsd/contrib/tcsh/
H A DFixes1466 91. Which now globs its arguments
1947 8. Unsetenv now globs its arguments! Before it did not...
/freebsd/contrib/tnftp/
H A DChangeLog520 - Fix ftp url reget when globs are being used.
/freebsd/contrib/unbound/doc/
H A DChangelog6349 globs (patch from Dag-Erling Smørgrav).
7474 - ignore trusted-keys globs that have no files (from Paul Wouters).