Searched refs:app (Results 76 - 100 of 443) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D25-test_crl.t47 ok(!run(app(["openssl", "crl", "-text", "-in", $pem, "-inform", "DER",
49 ok(run(app(["openssl", "crl", "-text", "-in", $pem, "-inform", "PEM",
56 my @lines = run(app($cmdarray), capture => 1);
66 my @lines = run(app($cmdarray, stdin => $infile), capture => 1);
H A D25-test_pkcs7.t32 ok(run(app(["openssl", "pkcs7", "-in", $malformed])));
H A D01-test_fipsmodule_cnf.t35 ok(run(app(['openssl', 'fipsinstall',
H A D00-prep_fipsmodule_cnf.t33 ok(run(app(['openssl', 'fipsinstall',
H A D15-test_genec.t25 # 1: the result of app() or similar, i.e. something you can pass to
182 ok(!run(app([ 'openssl', 'genpkey',
186 ok(!run(app([ 'openssl', 'genpkey',
191 ok(run(app([ 'openssl', 'genpkey',
207 app([ 'openssl', 'genpkey', '-genparam',
216 app([ 'openssl', 'genpkey', '-genparam',
227 app([ 'openssl', 'genpkey',
236 app([ 'openssl', 'genpkey',
268 app([ 'openssl', 'genpkey', '-genparam',
277 app([ 'openss
[all...]
H A Dtconversion.pl58 $init = ok(run(app([@cmd, "-in", $t, "-out", "$prefix-fff.p"])),
71 ok(run(app([@cmd,
81 ok(run(app([@cmd,
128 run(app(["openssl", "x509", "-noout", "-text", "-in", $cert, "-out", $out]));
153 run(app(["openssl", "x509", "-noout", "-ext", $exts,
H A D20-test_enc.t38 run(app([$cmd, "list", "-cipher-commands"]),
70 ok(run(app([$cmd, @e, @prov, "-in", $test, "-out", $cipherfile]))
71 && run(app([$cmd, @d, @prov, "-in", $cipherfile, "-out", $clearfile]))
H A D20-test_enc_more.t38 run(app([$cmd, "enc", "-list"]),
60 ok(run(app([@common, @prov, "-e", "-in", $plaintext, "-out", $cipherfile]))
62 && run(app([@common, @prov, "-d", "-in", $cipherfile, "-out", $clearfile]))
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D25-test_crl.t39 ok(run(app(["openssl", "crl", "-text", "-in", $pem, "-out", $out,
47 my @lines = run(app($cmdarray), capture => 1);
H A Dtconversion.pl47 $init = ok(run(app([@cmd, "-in", $t, "-out", "$testtype-fff.p"])),
60 ok(run(app([@cmd,
70 ok(run(app([@cmd,
H A D02-test_errstr.t104 my @oerr = run(app([ qw(openssl errstr), sprintf("2%06x", $errnum) ]),
113 my @after = run(app([ qw(openssl errstr 2000080) ]), capture => 1);
118 my @zero = run(app([ qw(openssl errstr 2000000) ]), capture => 1);
H A D04-test_pem.t86 my @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
97 @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
106 my @data = run(app([@common, data_file("beermug.pem")], stderr => undef), capture => 1);
H A D20-test_enc.t33 run(app([$cmd, "list", "-cipher-commands"]),
62 ok(run(app([$cmd, @e, "-in", $test, "-out", $cipherfile]))
63 && run(app([$cmd, @d, "-in", $cipherfile, "-out", $clearfile]))
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp59 HpcBootApp *app = 0; // Application body. local
64 app = new HpcBootApp(instance);
65 app->_cons = Console::Instance();
66 app->_root = new RootWindow(*app);
68 if (!app->registerClass(reinterpret_cast <WNDPROC>(Window::_wnd_proc)))
71 if (!app->_root->create(0))
76 ret = app->run(); // Main loop.
82 if (app->_root)
83 delete app
[all...]
/netbsd-current/sys/dev/pci/
H A Dif_atw_pci.c112 const struct atw_pci_product *app; local
114 for (app = atw_pci_products;
115 app->app_product_name != NULL;
116 app++) {
117 if (PCI_VENDOR(pa->pa_id) == app->app_vendor &&
118 PCI_PRODUCT(pa->pa_id) == app->app_product)
119 return (app);
175 const struct atw_pci_product *app; local
184 app = atw_pci_lookup(pa);
185 if (app
[all...]
H A Dif_an_pci.c105 const struct an_pci_product *app; local
107 for (app = an_pci_products; app->app_vendor != 0; app++) {
108 if (PCI_VENDOR(pa->pa_id) == app->app_vendor &&
109 PCI_PRODUCT(pa->pa_id) == app->app_product)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Darchures.c821 const bfd_arch_info_type * const *app, *ap; local
824 for (app = bfd_archures_list; *app != NULL; app++)
826 for (ap = *app; ap != NULL; ap = ap->next)
854 const bfd_arch_info_type * const *app; local
859 for (app = bfd_archures_list; *app != NULL; app++)
862 for (ap = *app; a
1345 const bfd_arch_info_type * const *app, *ap; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Darchures.c826 const bfd_arch_info_type * const *app, *ap; local
829 for (app = bfd_archures_list; *app != NULL; app++)
831 for (ap = *app; ap != NULL; ap = ap->next)
859 const bfd_arch_info_type * const *app; local
864 for (app = bfd_archures_list; *app != NULL; app++)
867 for (ap = *app; a
1350 const bfd_arch_info_type * const *app, *ap; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Darchures.c827 const bfd_arch_info_type * const *app, *ap; local
830 for (app = bfd_archures_list; *app != NULL; app++)
832 for (ap = *app; ap != NULL; ap = ap->next)
860 const bfd_arch_info_type * const *app; local
865 for (app = bfd_archures_list; *app != NULL; app++)
868 for (ap = *app; a
1351 const bfd_arch_info_type * const *app, *ap; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Darchures.c845 const bfd_arch_info_type * const *app, *ap; local
848 for (app = bfd_archures_list; *app != NULL; app++)
850 for (ap = *app; ap != NULL; ap = ap->next)
878 const bfd_arch_info_type * const *app; local
883 for (app = bfd_archures_list; *app != NULL; app++)
886 for (ap = *app; a
1370 const bfd_arch_info_type * const *app, *ap; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dgenerator.d21 Appender!(char[]) app;
31 app = appender!(Char[])();
50 formattedWrite(app,"%s", cast(dchar) re.ir[pc].data);
55 formattedWrite(app, "%s", cast(dchar) re.ir[pc + rand(len)].data);
63 formattedWrite(app, "%s", cast(dchar)(set.byInterval[x].a+y));
72 formattedWrite(app, "%s", cast(dchar) x);
120 if (app.data.length < limit && rand(3) > 0)
142 if (app.data.length == dataLenOld)
147 dataLenOld = cast(uint) app.data.length;
148 if (app
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/doc/
H A DMakefile.am37 man_MANS = gprofng.1 gp-archive.1 gp-collect-app.1 gp-display-html.1 gp-display-src.1 gp-display-text.1
51 gp-collect-app.1: $(srcdir)/gp-collect-app.texi
/netbsd-current/external/mit/xorg/bin/beforelight/
H A DMakefile14 .PATH: ${X11SRCDIR.beforelight} ${X11SRCDIR.beforelight}/app-defaults
/netbsd-current/external/mit/xorg/bin/viewres/
H A DMakefile13 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
/netbsd-current/external/mit/xorg/bin/xclipboard/
H A DMakefile13 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults

Completed in 297 milliseconds

1234567891011>>