/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | plugins.m4 | 7 AC_ARG_ENABLE([plugins], optenable 8 AS_HELP_STRING([--enable-plugins], [Enable support for plugins]), 10 no) plugins=no ;; 11 *) plugins=yes 16 [plugins=$maybe_plugins] 18 if test "$plugins" = "yes"; then
|
H A D | largefile.m4 | 13 # As the $enable_largefile decision depends on --enable-plugins we must set it 14 # even in directories otherwise not depending on the $plugins option. 38 if test "$plugins" = yes; then 41 plugins=no
|
/netbsd-src/external/gpl3/gdb/dist/config/ |
H A D | plugins.m4 | 7 AC_ARG_ENABLE([plugins], optenable 8 AS_HELP_STRING([--enable-plugins], [Enable support for plugins]), 10 no) plugins=no ;; 11 *) plugins=yes 16 [plugins=$maybe_plugins] 18 if test "$plugins" = "yes"; then
|
H A D | largefile.m4 | 13 # As the $enable_largefile decision depends on --enable-plugins we must set it 14 # even in directories otherwise not depending on the $plugins option. 38 if test "$plugins" = yes; then 41 plugins=no
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | plugins.m4 | 7 AC_ARG_ENABLE([plugins], optenable 8 AS_HELP_STRING([--enable-plugins], [Enable support for plugins]), 10 no) plugins=no ;; 11 *) plugins=yes 16 [plugins=$maybe_plugins] 18 if test "$plugins" = "yes"; then
|
H A D | largefile.m4 | 13 # As the $enable_largefile decision depends on --enable-plugins we must set it 14 # even in directories otherwise not depending on the $plugins option. 38 if test "$plugins" = yes; then 41 plugins=no
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | plugins.m4 | 7 AC_ARG_ENABLE([plugins], optenable 8 AS_HELP_STRING([--enable-plugins], [Enable support for plugins]), 10 no) plugins=no ;; 11 *) plugins=yes 16 [plugins=$maybe_plugins] 18 if test "$plugins" = "yes"; then
|
H A D | largefile.m4 | 13 # As the $enable_largefile decision depends on --enable-plugins we must set it 14 # even in directories otherwise not depending on the $plugins option. 38 if test "$plugins" = yes; then 41 plugins=no
|
/netbsd-src/external/gpl3/gdb.old/dist/config/ |
H A D | plugins.m4 | 7 AC_ARG_ENABLE([plugins], optenable 8 AS_HELP_STRING([--enable-plugins], [Enable support for plugins]), 10 no) plugins=no ;; 11 *) plugins=yes 16 [plugins=$maybe_plugins] 18 if test "$plugins" = "yes"; then
|
H A D | largefile.m4 | 13 # As the $enable_largefile decision depends on --enable-plugins we must set it 14 # even in directories otherwise not depending on the $plugins option. 38 if test "$plugins" = yes; then 41 plugins=no
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | plugins.m4 | 7 AC_ARG_ENABLE([plugins], optenable 8 AS_HELP_STRING([--enable-plugins], [Enable support for plugins]), 10 no) plugins=no ;; 11 *) plugins=yes 16 [plugins=$maybe_plugins] 18 if test "$plugins" = "yes"; then
|
H A D | largefile.m4 | 13 # As the $enable_largefile decision depends on --enable-plugins we must set it 14 # even in directories otherwise not depending on the $plugins option. 28 test "${target}" = "${host}" -a "x$plugins" = xno \
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | plugin.cc | 458 { parameters->options().plugins()->rescan(this); } in run() 849 Layout *layout = parameters->options().plugins()->layout(); in all_symbols_read() 1274 Plugin_manager* plugins = parameters->options().plugins(); in get_symbol_resolution_info() local 1283 if (plugins->is_defsym_def(lsym->name())) in get_symbol_resolution_info() 1402 Plugin_recorder* recorder = parameters->options().plugins()->recorder(); in do_add_symbols() 1720 Plugin_manager* plugins = parameters->options().plugins(); in run() local 1721 gold_assert(plugins != NULL); in run() 1723 if (plugins->recorder()) in run() 1724 plugins->recorder()->finish(); in run() 1770 this->options_.plugins()->all_symbols_read(workqueue, in run() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | plugin.cc | 458 { parameters->options().plugins()->rescan(this); } in run() 849 Layout *layout = parameters->options().plugins()->layout(); in all_symbols_read() 1274 Plugin_manager* plugins = parameters->options().plugins(); in get_symbol_resolution_info() local 1283 if (plugins->is_defsym_def(lsym->name())) in get_symbol_resolution_info() 1402 Plugin_recorder* recorder = parameters->options().plugins()->recorder(); in do_add_symbols() 1720 Plugin_manager* plugins = parameters->options().plugins(); in run() local 1721 gold_assert(plugins != NULL); in run() 1723 if (plugins->recorder()) in run() 1724 plugins->recorder()->finish(); in run() 1770 this->options_.plugins()->all_symbols_read(workqueue, in run() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
H A D | arguments.py | 85 if args.plugins is None: 86 args.plugins = [] 120 print_checkers(get_checkers(args.clang, args.plugins)) 123 print_active_checkers(get_checkers(args.clang, args.plugins)) 343 plugins = parser.add_argument_group('checker options') 344 plugins.add_argument( 351 plugins.add_argument( 357 plugins.add_argument( 363 plugins.add_argument( 369 plugins.add_argument(
|
H A D | clang.py | 58 def get_active_checkers(clang, plugins): argument 74 for plugin in plugins 138 def get_checkers(clang, plugins): argument 147 load = [elem for plugin in plugins for elem in ['-load', plugin]] 152 is_active_checker = is_active(get_active_checkers(clang, plugins))
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CreateCheckerManager.cpp | 22 ArrayRef<std::string> plugins, in CheckerManager() argument 27 CheckerRegistry Registry(*RegistryData, plugins, Context.getDiagnostics(), in CheckerManager() 37 ArrayRef<std::string> plugins) in CheckerManager() argument 40 CheckerRegistry Registry(*RegistryData, plugins, Diags, AOptions, {}); in CheckerManager()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/ |
H A D | matrix.texi | 85 gst-plugins | [] [] [] [] | 86 gst-plugins-base | [] [] [] | 87 gst-plugins-good | [] [] [] [] [] [] [] | 263 gst-plugins | [] [] [] | 264 gst-plugins-base | [] [] | 265 gst-plugins-good | [] [] [] | 441 gst-plugins | [] | 442 gst-plugins-base | | 443 gst-plugins-good | [] | 619 gst-plugins | [] [] [] [] | [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | hooks.c | 233 ISC_LIST_APPEND(*(ns_plugins_t *)view->plugins, plugin, link); in ns_plugin_register() 337 ns_plugins_t *plugins = NULL; in ns_plugins_create() local 341 plugins = isc_mem_get(mctx, sizeof(*plugins)); in ns_plugins_create() 342 *plugins = (ns_plugins_t){ 0 }; in ns_plugins_create() 343 ISC_LIST_INIT(*plugins); in ns_plugins_create() 345 *listp = plugins; in ns_plugins_create()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
H A D | TODO | 3 "modulepath", to set/modify the load path also for plugins 4 (both plugins and modules use ltdl, so "modulepath" suffices ...) 11 plugins in, trap deadly signals and possibly disable unsafe plugins
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | plugins.inc.rst | 18 dynamically loadable libraries. By using plugins, core server 24 more plugins are added. Currently, only "query plugins" are supported; 39 :short: Configures plugins in :iscman:`named.conf`. 54 plugins or multiple instances of the same plugin. 80 plugins have registered themselves there; if so, the associated "hook
|
/netbsd-src/external/bsd/flex/dist/ |
H A D | ABOUT-NLS | 271 gst-plugins-bad | [] | 272 gst-plugins-base | [] | 273 gst-plugins-good | [] | 274 gst-plugins-ugly | [] | 455 gst-plugins-bad | [] [] [] [] [] [] | 456 gst-plugins-base | [] [] [] [] [] [] | 457 gst-plugins-good | [] [] [] [] [] [] [] | 458 gst-plugins-ugly | [] [] [] [] [] [] [] | 639 gst-plugins-bad | [] [] [] [] | 640 gst-plugins-base | [] [] [] [] [] | [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | plugins.texi | 10 GCC plugins are loadable modules that provide extra features to the 14 GCC plugins provide developers with a rich subset of 17 transforming code, or analyzing information, plugins 21 * Plugins loading:: How can we load plugins. 22 * Plugin API:: The APIs for plugins. 49 plugins as key-value pairs. Multiple plugins can be invoked by 226 In addition, plugins can also look up the enumerator of a named event, 245 data from GCC), plugins may register their own pragmas. Notice that 246 pragmas are not available from @file{lto1}, so plugins used with 255 The @i{PLUGIN_FINISH} event is the last time that plugins can call GCC [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | plugins.texi | 10 GCC plugins are loadable modules that provide extra features to the 14 GCC plugins provide developers with a rich subset of 17 transforming code, or analyzing information, plugins 21 * Plugins loading:: How can we load plugins. 22 * Plugin API:: The APIs for plugins. 49 plugins as key-value pairs. Multiple plugins can be invoked by 230 In addition, plugins can also look up the enumerator of a named event, 249 data from GCC), plugins may register their own pragmas. Notice that 250 pragmas are not available from @file{lto1}, so plugins used with 259 The @i{PLUGIN_FINISH} event is the last time that plugins can call GCC [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | mm-viet.pot | 782 #: plugins/autobookmarker/autobookmarker.cpp:324 856 #: plugins/autobookmarker/autobookmarker.cpp:367 1054 #: part/kateschema.cpp:838 plugins/autobookmarker/autobookmarker.cpp:406 3670 #: plugins/wordcompletion/docwordcompletion.cpp:109 3674 #: plugins/wordcompletion/docwordcompletion.cpp:114 3678 #: plugins/wordcompletion/docwordcompletion.cpp:147 3682 #: plugins/wordcompletion/docwordcompletion.cpp:149 3686 #: plugins/wordcompletion/docwordcompletion.cpp:151 3690 #: plugins/wordcompletion/docwordcompletion.cpp:153 3694 #: plugins/wordcompletion/docwordcompletion.cpp:155 [all …]
|