Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/test/
HDfilterprov.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-head/sbin/fsdb/
HDMakefile8 pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c globs.c prtblknos.c
/freebsd-head/contrib/llvm-project/lld/MachO/
HDConfig.h96 std::vector<llvm::GlobPattern> globs; variable
98 bool empty() const { return literals.empty() && globs.empty(); } in empty()
HDDriver.cpp1153 globs.clear(); in clear()
1160 globs.emplace_back(*pattern); in insert()
1170 for (const GlobPattern &glob : globs) in matchGlob()
/freebsd-head/sbin/fsck_ffs/
HDMakefile9 globs.c
/freebsd-head/contrib/elftoolchain/readelf/
HDreadelf.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-head/contrib/tcsh/
HDFixes1466 91. Which now globs its arguments
1947 8. Unsetenv now globs its arguments! Before it did not...
/freebsd-head/contrib/tnftp/
HDChangeLog520 - Fix ftp url reget when globs are being used.
/freebsd-head/contrib/unbound/doc/
HDChangelog6614 globs (patch from Dag-Erling Smørgrav).
7739 - ignore trusted-keys globs that have no files (from Paul Wouters).