Home
last modified time | relevance | path

Searched refs:plug (Results 1 – 25 of 156) sorted by relevance

1234567

/netbsd/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c158 db_plugin plug = arg; in plugin_dealloc() local
193 db_plugin plug, plug2; in heim_db_register() local
214 plug = heim_alloc(sizeof (*plug), "db_plug", plugin_dealloc); in heim_db_register()
215 if (plug == NULL) { in heim_db_register()
234 plug->data = data; in heim_db_register()
241 heim_release(plug); in heim_db_register()
323 db_plugin plug; in heim_db_create() local
373 if (plug == NULL) { in heim_db_create()
392 db->plug = plug; in heim_db_create()
500 if (db->plug->setf == NULL || db->plug->delf == NULL) in heim_db_begin()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/kdc/
H A Dwindc.c45 load(krb5_context context, const void *plug, void *plugctx, void *userctx) in load() argument
65 generate(krb5_context context, const void *plug, void *plugctx, void *userctx) in generate() argument
67 krb5plugin_windc_ftable *ft = (krb5plugin_windc_ftable *)plug; in generate()
72 return ft->pac_generate((void *)plug, context, uc->client, uc->pac); in generate()
105 verify(krb5_context context, const void *plug, void *plugctx, void *userctx) in verify() argument
107 krb5plugin_windc_ftable *ft = (krb5plugin_windc_ftable *)plug; in verify()
113 ret = ft->pac_verify((void *)plug, context, in verify()
162 check(krb5_context context, const void *plug, void *plugctx, void *userctx) in check() argument
164 krb5plugin_windc_ftable *ft = (krb5plugin_windc_ftable *)plug; in check()
169 return ft->client_access((void *)plug, context, uc->config, in check()
/netbsd/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-ko.ascii.pot559 #: ../plug-ins/cairo/diacairo.c:968 ../plug-ins/cgm/cgm.c:1157
560 #: ../plug-ins/dxf/dxf-export.c:505 ../plug-ins/hpgl/hpgl.c:732
563 #: ../plug-ins/shape/shape-export.c:135 ../plug-ins/svg/render_svg.c:152
564 #: ../plug-ins/wpg/wpg.c:1066 ../plug-ins/xfig/xfig-export.c:1100
885 #: ../plug-ins/wpg/wpg.c:1170 ../plug-ins/xfig/xfig-import.c:1579
2174 #: ../lib/plug-ins.c:257 ../lib/plug-ins.c:265
4664 #: ../plug-ins/dxf/dxf-export.c:547 ../plug-ins/dxf/dxf-import.c:1379
4668 #: ../plug-ins/dxf/dxf-import.c:481 ../plug-ins/dxf/dxf-import.c:498
4759 #: ../plug-ins/svg/render_svg.c:301 ../plug-ins/svg/svg-import.c:641
4763 #: ../plug-ins/svg/svg-import.c:203 ../plug-ins/svg/svg-import.c:217
[all …]
H A Dmm-ko.euc-kr.po596 #: plug-ins/cairo/diacairo.c:913 plug-ins/cgm/cgm.c:1157
597 #: plug-ins/dxf/dxf-export.c:505 plug-ins/hpgl/hpgl.c:732
600 #: plug-ins/svg/render_svg.c:152 plug-ins/wpg/wpg.c:1066
601 #: plug-ins/xfig/xfig-export.c:1100 plug-ins/xslt/xslt.c:94
930 #: plug-ins/xfig/xfig-import.c:1560 plug-ins/xslt/xslt.c:87
2308 #: lib/plug-ins.c:257 lib/plug-ins.c:265
4922 #: plug-ins/dxf/dxf-export.c:547 plug-ins/dxf/dxf-import.c:1379
4926 #: plug-ins/dxf/dxf-import.c:481 plug-ins/dxf/dxf-import.c:498
5022 #: plug-ins/svg/render_svg.c:301 plug-ins/svg/svg-import.c:641
5026 #: plug-ins/svg/svg-import.c:203 plug-ins/svg/svg-import.c:217
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-plugin/
H A Dlto.exp50 foreach plug $plugin_names {
51 set plug_so [run_host_cmd $CC "--print-prog-name $plug"]
52 if { $plug_so eq $plug } then {
53 set plug_so [run_host_cmd $CC "--print-file-name $plug"]
55 if { $plug_so ne $plug } then {
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dlto.exp50 foreach plug $plugin_names {
51 set plug_so [run_host_cmd $CC "--print-prog-name $plug"]
52 if { $plug_so eq $plug } then {
53 set plug_so [run_host_cmd $CC "--print-file-name $plug"]
55 if { $plug_so ne $plug } then {
/netbsd/external/ibm-public/postfix/dist/src/xsasl/
H A DREADME9 The plug-in API is described in cyrus_server.c and cyrus_client.c.
14 For an example of how the plug-in interface is implemented, have a
29 are passed to the plug-in without any further processing. The
101 the client and server plug-ins.
/netbsd/external/bsd/ipf/dist/FWTK/
H A Dfwtkp500 diff -c -r ./plug-gw/plug-gw.c ../../NEW/fwtk/plug-gw/plug-gw.c
501 *** ./plug-gw/plug-gw.c Thu Sep 5 15:36:33 1996
502 --- ../../NEW/fwtk/plug-gw/plug-gw.c Wed Oct 9 02:46:48 1996
526 + /* Transparent plug-gw is probably a bad idea, but hey .. */
538 … syslog(LLEV,"fwtkcfgerr: -plug-to takes an argument, line %d",c->ln);
546 … syslog(LLEV,"fwtkcfgerr: -plug-to takes an argument, line %d",c->ln);
H A Dfwtk_transparent.diff697 diff -cr ../TIS.orig/fwtk/plug-gw/plug-gw.c fwtk/plug-gw/plug-gw.c
698 *** ../TIS.orig/fwtk/plug-gw/plug-gw.c Thu Sep 5 21:36:33 1996
699 --- fwtk/plug-gw/plug-gw.c Sun Feb 2 04:50:40 1997
749 + /* Transparent plug-gw is probably a bad idea, but hey .. */
H A DREADME13 ftp-gw http-gw plug-gw rlogin-gw tn-gw
H A DREADME.ipfilter10 I also patched plug-gw to be configured to accept not only one
/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c427 struct plug { struct
435 struct plug *pl = ptr; in plug_free() argument
459 struct plug *pl = heim_dict_copy_value(p->names, s->n); in search_modules()
489 struct plug *pl = value; in eval_results()
H A Ddb_plugin.c13 db_plugins_plcallback(krb5_context context, const void *plug, void *plugctx, in db_plugins_plcallback() argument
H A Dpcache.c48 cc_plugin_register_to_context(krb5_context context, const void *plug, void *plugctx, void *userctx) in cc_plugin_register_to_context() argument
H A Daname_to_localname.c74 const void *plug, void *plugctx, void *userctx) in plcallback() argument
76 const krb5plugin_an2ln_ftable *locate = plug; in plcallback()
H A Dsend_to_kdc.c78 kdccallback(krb5_context context, const void *plug, void *plugctx, void *userctx) in kdccallback() argument
80 const krb5plugin_send_to_kdc_ftable *service = (const krb5plugin_send_to_kdc_ftable *)plug; in kdccallback()
90 realmcallback(krb5_context context, const void *plug, void *plugctx, void *userctx) in realmcallback() argument
92 const krb5plugin_send_to_kdc_ftable *service = (const krb5plugin_send_to_kdc_ftable *)plug; in realmcallback()
H A Dkuserok.c61 plcallback(krb5_context context, const void *plug, void *plugctx, void *userctx) in plcallback() argument
63 const krb5plugin_kuserok_ftable *locate = plug; in plcallback()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format-vs/
H A DREADME.txt24 directory so they can be bundled with the plug-in, as well as creating
25 ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dberlin2-sony-nsz-gs7.dts31 /* Unpopulated SATA plug on solder side */
/netbsd/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb.c364 callback(krb5_context context, const void *plug, void *plugctx, void *userctx) in callback() argument
366 const struct hdb_method *h = (const struct hdb_method *)plug; in callback()
/netbsd/sys/dev/acpi/
H A DTODO34 * Implement the ACPI requirements for CPU hot-plug.
/netbsd/crypto/external/bsd/heimdal/dist/admin/
H A DChangeLog23 * change.c (kt_change): plug memory leak from
/netbsd/external/bsd/ppp/dist/
H A DREADME269 * Some new plug-ins have been included:
270 - A plug-in for kernel-mode PPPoE (PPP over Ethernet)
271 - A plug-in for supplying the PAP password over a pipe from another
273 - A plug-in for authenticating using a Radius server.
/netbsd/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
H A DREADME16 3) This initrd image does not support modules. If you need to plug in any
/netbsd/games/fortune/
H A DREADME23 to plug up their ears against the facts of life. We of The Brotherhood

1234567