Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h35 namespace lldb_private::plugin {
44 class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
53 const lldb_private::plugin::dwarf::DWARFDIE &die,
57 const lldb_private::plugin::dwarf::DWARFDIE &die) override;
61 const lldb_private::plugin::dwarf::DWARFDIE &die,
65 CompleteTypeFromDWARF(const lldb_private::plugin::dwarf::DWARFDIE &die,
70 const lldb_private::plugin::dwarf::DWARFDIE &die) override;
76 const lldb_private::plugin::dwarf::DWARFDIE &die) override;
79 const lldb_private::plugin::dwarf::DWARFDIE &die) override;
97 const lldb_private::plugin::dwarf::DWARFFormValue &form_value) const;
[all …]
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeps10 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
12 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
23 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
32 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
34 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
43 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
45 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
54 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
57 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
[all …]
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Ddeps9 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
12 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
20 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
22 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
30 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
33 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
41 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
43 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
52 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
54 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c143 void osm_epi_destroy(osm_epi_plugin_t * plugin) in osm_epi_destroy() argument
145 if (plugin) { in osm_epi_destroy()
146 if (plugin->impl->delete) in osm_epi_destroy()
147 plugin->impl->delete(plugin->plugin_data); in osm_epi_destroy()
148 dlclose(plugin->handle); in osm_epi_destroy()
149 free(plugin->plugin_name); in osm_epi_destroy()
150 free(plugin); in osm_epi_destroy()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Ddeps10 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
13 $(top_srcdir)/include/krb5/locate_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
24 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
32 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
34 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
43 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
46 $(top_srcdir)/include/krb5/locate_plugin.h $(top_srcdir)/include/krb5/plugin.h \
57 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
60 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Ddeps11 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
13 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
24 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
32 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
35 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
44 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
47 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
55 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
57 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
[all …]
/freebsd/sys/dev/wtap/wtap_hal/
H A Dhal.c51 hal->plugin->work(hal->plugin, p); in hal_tx_proc()
80 register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin) in register_plugin() argument
83 plugin->init(plugin); in register_plugin()
84 hal->plugin = plugin; in register_plugin()
91 hal->plugin->deinit(hal->plugin); in deregister_plugin()
92 hal->plugin in deregister_plugin()
[all...]
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Ddeps10 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
12 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
23 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
31 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
34 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
41 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
44 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
52 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
54 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
[all …]
/freebsd/sys/dev/wtap/
H A Dif_wtap_module.c102 struct visibility_plugin *plugin; in event_handler() local
115 plugin = (struct visibility_plugin *)malloc in event_handler()
118 plugin->base.wp_hal = hal; in event_handler()
119 plugin->base.init = visibility_init; in event_handler()
120 plugin->base.deinit = visibility_deinit; in event_handler()
121 plugin->base.work = visibility_work; in event_handler()
122 register_plugin(hal, (struct wtap_plugin *)plugin); in event_handler()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h23 namespace plugin {
71 lldb::addr_t GetLocation_DW_OP_addr(const plugin::dwarf::DWARFUnit *dwarf_cu,
74 bool Update_DW_OP_addr(const plugin::dwarf::DWARFUnit *dwarf_cu,
81 ContainsThreadLocalStorage(const plugin::dwarf::DWARFUnit *dwarf_cu) const;
84 const plugin::dwarf::DWARFUnit *dwarf_cu,
138 const plugin::dwarf::DWARFUnit *dwarf_cu,
142 static bool ParseDWARFLocationList(const plugin::dwarf::DWARFUnit *dwarf_cu,
/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Ddeps10 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
12 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
24 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
32 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
35 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
43 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
45 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
54 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
56 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
[all …]
/freebsd/crypto/krb5/src/lib/krad/
H A Ddeps10 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
13 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
21 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-queue.h \
24 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
33 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-queue.h \
36 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
45 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
48 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
56 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
59 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
[all …]
/freebsd/sys/dev/wtap/plugins/
H A Dvisibility.c53 visibility_init(struct wtap_plugin *plugin) in visibility_init() argument
57 vis_plugin = (struct visibility_plugin *) plugin; in visibility_init()
58 plugin->wp_sdev = make_dev(&vis_cdevsw,0,UID_ROOT,GID_WHEEL,0600, in visibility_init()
60 plugin->wp_sdev->si_drv1 = vis_plugin; in visibility_init()
67 visibility_deinit(struct wtap_plugin *plugin) in visibility_deinit() argument
71 vis_plugin = (struct visibility_plugin *) plugin; in visibility_deinit()
72 destroy_dev(plugin->wp_sdev); in visibility_deinit()
82 visibility_work(struct wtap_plugin *plugin, struct packet *p) in visibility_work() argument
85 (struct visibility_plugin *) plugin; in visibility_work()
/freebsd/crypto/krb5/src/lib/krb5/keytab/
H A Ddeps9 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
12 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
19 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
22 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
30 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
33 $(top_srcdir)/include/krb5/locate_plugin.h $(top_srcdir)/include/krb5/plugin.h \
42 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
44 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
53 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
55 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
[all …]
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Ddeps13 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
16 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
29 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
32 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
44 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
47 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
59 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
62 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
74 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
77 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
[all …]
/freebsd/crypto/krb5/src/lib/krb5/rcache/
H A Ddeps10 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
13 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
22 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
25 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
32 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
35 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
43 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
46 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
53 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
56 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Ddeps9 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
12 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
21 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
24 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
32 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
35 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
44 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
46 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
56 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-spake.h \
59 $(top_srcdir)/include/krb5/clpreauth_plugin.h $(top_srcdir)/include/krb5/plugin.h \
[all …]
/freebsd/crypto/krb5/src/clients/ksu/
H A Ddeps9 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
12 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
24 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
32 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
35 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
44 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
47 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
54 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
57 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
[all …]
/freebsd/crypto/krb5/src/util/profile/
H A Ddeps7 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
12 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
17 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
22 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
27 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
34 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
39 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
44 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
49 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
/freebsd/crypto/krb5/src/lib/crypto/openssl/
H A Ddeps10 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
12 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
23 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
32 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
34 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
43 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
45 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
54 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
56 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Ddeps10 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
12 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
25 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/krb5/preauth_plugin.h \
35 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
38 $(top_srcdir)/include/krb5/kdcpreauth_plugin.h $(top_srcdir)/include/krb5/plugin.h \
47 $(top_srcdir)/include/krb5/kdcpreauth_plugin.h $(top_srcdir)/include/krb5/plugin.h \
56 $(top_srcdir)/include/krb5/kdcpreauth_plugin.h $(top_srcdir)/include/krb5/plugin.h \
66 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
70 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/krb5/preauth_plugin.h \
[all …]
/freebsd/crypto/krb5/src/lib/kdb/
H A Ddeps16 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
20 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
29 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
32 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
40 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
43 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
51 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
54 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
61 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
64 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
[all …]
/freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/
H A Ddeps10 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
12 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
23 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
32 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \
35 $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/port-sockets.h \
43 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
45 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
/freebsd/crypto/krb5/src/lib/crypto/builtin/
H A Ddeps10 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
12 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
21 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
23 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
32 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
34 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
43 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
45 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
/freebsd/crypto/krb5/src/lib/crypto/builtin/hash_provider/
H A Ddeps11 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
13 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
23 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
25 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
35 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
37 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
47 $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
49 $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \

12345678910>>...17