| /src/crypto/external/bsd/heimdal/dist/tests/plugin/ |
| NTMakefile | 32 RELDIR=tests\plugin
|
| /src/external/gpl2/dtc/dist/tests/ |
| overlay_overlay_simple.dts | 8 /plugin/;
|
| overlay_overlay_local_merge.dts | 10 /plugin/;
|
| /src/external/mpl/bind/dist/bin/tests/system/filters/conf/ |
| good1.conf.j2 | 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| good2.conf.j2 | 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| bad1.conf.j2 | 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| bad2.conf.j2 | 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| good3.conf.j2 | 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| good4.conf.j2 | 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| bad3.conf.j2 | 15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| bad4.conf.j2 | 15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| bad5.conf.j2 | 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| good5.conf.j2 | 15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
|
| /src/external/mpl/bind/dist/lib/ns/ |
| hooks.c | 66 * 'src' is a filename. Prepend default plugin directory path. 98 "plugin '%s': %s", 114 ns_plugin_t *plugin = NULL; local 121 plugin = isc_mem_get(mctx, sizeof(*plugin)); 122 *plugin = (ns_plugin_t){ 126 isc_mem_attach(mctx, &plugin->mctx); 128 ISC_LINK_INIT(plugin, link); 130 r = uv_dlopen(modpath, &plugin->handle); 132 const char *errmsg = uv_dlerror(&plugin->handle) 181 ns_plugin_t *plugin = NULL; local 207 ns_plugin_t *plugin = NULL; local 243 ns_plugin_t *plugin = NULL; local 346 ns_plugin_t *plugin = NULL, *next = NULL; local [all...] |
| /src/external/mit/libuv/dist/docs/code/ |
| Makefile | 39 SHARED_LIB_FLAGS=-bundle -undefined dynamic_lookup -o plugin/libhello.dylib 44 SHARED_LIB_FLAGS=-shared -Wl,-soname,libhello.so -o plugin/libhello.so 49 all: $(examples) plugin/plugin proc-streams/test cgi/tick multi-echo-server/worker uvwget/uvwget 54 plugin: plugin/plugin 55 plugin/plugin: plugin/*. [all...] |
| /src/sys/arch/arm/dts/overlays/ |
| sunxi-h3-h5-orangepi-zero-nas.dts | 37 /plugin/;
|
| /src/external/gpl3/binutils/dist/ld/ |
| plugin.h | 0 /* Plugin control for the GNU linker. 24 /* Report plugin symbols. */ 27 /* Set at all symbols read time, to avoid recursively offering the plugin 32 to include the plugin-api.h header in order to use this file. */ 35 /* Handle -plugin arg: find and load plugin. */ 36 extern void plugin_opt_plugin (const char *plugin); 38 /* Accumulate option arguments for last-loaded plugin, or return 45 /* Return name of plugin which caused an error in any of the above. */
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| plugin.h | 0 /* Plugin control for the GNU linker. 24 /* Report plugin symbols. */ 27 /* Set at all symbols read time, to avoid recursively offering the plugin 32 to include the plugin-api.h header in order to use this file. */ 35 /* Handle -plugin arg: find and load plugin. */ 36 extern void plugin_opt_plugin (const char *plugin); 38 /* Accumulate option arguments for last-loaded plugin, or return 45 /* Return name of plugin which caused an error in any of the above. */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| plugin.cc | 1 /* Support for GCC plugin mechanism. 20 /* This file contains the support for GCC plugin mechanism based on the 21 APIs described in doc/plugin.texi. */ 32 #include "plugin.h" 35 #include "plugin-version.h" 56 # include "plugin.def" 103 /* List node for keeping track of plugin-registered callback. */ 106 const char *plugin_name; /* Name of plugin that registers the callback. */ 108 void *user_data; /* plugin-specified data. */ 116 /* For invoke_plugin_callbacks(), see plugin.h. * 135 const struct plugin_name_args *plugin = (const struct plugin_name_args *) p; local 145 const struct plugin_name_args *plugin = (const struct plugin_name_args *) s1; local 173 struct plugin_name_args *plugin; local 319 struct plugin_name_args *plugin = (struct plugin_name_args *) *slot; local 374 struct plugin_name_args *plugin; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| plugin.cc | 1 /* Support for GCC plugin mechanism. 20 /* This file contains the support for GCC plugin mechanism based on the 21 APIs described in doc/plugin.texi. */ 31 #include "plugin.h" 34 #include "plugin-version.h" 54 # include "plugin.def" 101 /* List node for keeping track of plugin-registered callback. */ 104 const char *plugin_name; /* Name of plugin that registers the callback. */ 106 void *user_data; /* plugin-specified data. */ 114 /* For invoke_plugin_callbacks(), see plugin.h. * 133 const struct plugin_name_args *plugin = (const struct plugin_name_args *) p; local 143 const struct plugin_name_args *plugin = (const struct plugin_name_args *) s1; local 171 struct plugin_name_args *plugin; local 317 struct plugin_name_args *plugin = (struct plugin_name_args *) *slot; local 372 struct plugin_name_args *plugin; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/ |
| NTMakefile | 43 !if exist(..\thirdparty\plugin\NTMakefile) 44 plugin=..\thirdparty\plugin 55 kadm5 $(dir_otp) $(dir_dce) $(plugin) $(assembly)
|
| /src/external/apache2/llvm/dist/llvm/utils/vim/ftplugin/ |
| llvm.vim | 1 " Vim filetype plugin file
|
| tablegen.vim | 1 " Vim filetype plugin file
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-c-types.c | 33 return context->plugin ().build_pointer_type (target); 47 return context->plugin ().error (_("array type with non-constant" 50 return context->plugin ().error (_("cannot convert array type with " 59 return context->plugin ().error (_("variably-sized vector type" 64 result = context->plugin ().build_vla_array_type (element_type, 81 return context->plugin ().build_vector_type (element_type, count); 82 return context->plugin ().build_array_type (element_type, count); 97 result = context->plugin ().build_record_type (); 101 result = context->plugin ().build_union_type (); 113 context->plugin ().build_add_field (result [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-c-types.c | 33 return context->plugin ().build_pointer_type (target); 47 return context->plugin ().error (_("array type with non-constant" 50 return context->plugin ().error (_("cannot convert array type with " 59 return context->plugin ().error (_("variably-sized vector type" 64 result = context->plugin ().build_vla_array_type (element_type, 81 return context->plugin ().build_vector_type (element_type, count); 82 return context->plugin ().build_array_type (element_type, count); 97 result = context->plugin ().build_record_type (); 101 result = context->plugin ().build_union_type (); 113 context->plugin ().build_add_field (result [all...] |