Searched refs:app (Results 276 - 300 of 443) sorted by relevance

<<1112131415161718

/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dapp.c1 /* $NetBSD: app.c,v 1.6 2020/05/25 20:47:23 christos Exp $ */
20 /* Id: app.c,v 1.9 2009/09/02 23:48:03 tbox Exp */
32 #include <isc/app.h>
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D15-test_dsaparam.t73 ok(run(app([qw{openssl pkeyparam -noout -check -in}, $_])));
77 ok(!run(app([qw{openssl pkeyparam -noout -check -in}, $_])));
H A D70-test_sslversions.t49 cmdstr(app(["openssl"]), display => 1),
H A D70-test_tlsextms.t44 cmdstr(app(["openssl"]), display => 1),
H A D30-test_evp.t158 my $res = !run(app([@args], stderr => $opts{out}));
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A DMakefile.in52 aes.@O@ app.@O@ assertions.@O@ astack.@O@ \
76 aes.c app.c assertions.c astack.c \
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dresolver_test.c27 #include <isc/app.h>
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A DMakefile.am9 include/isc/app.h \
115 app.c \
/netbsd-current/external/mpl/bind/lib/libisc/
H A DMakefile34 SRCS= app.c assertions.c astack.c base32.c base64.c buffer.c \
/netbsd-current/external/mpl/dhcp/bind/lib/libisc/
H A DMakefile37 SRCS= app.c assertions.c astack.c base32.c base64.c bind9.c buffer.c \
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dparams_test.c424 const struct param_owner_st *app; member in struct:__anon106
489 if (!TEST_int_eq(sneakpeek->p1, app_p1) /* app value set */
491 || !TEST_BN_eq(sneakpeek->p3, app_p3) /* app value set */
492 || !TEST_str_eq(sneakpeek->p4, app_p4) /* app value set */
493 || !TEST_str_eq(sneakpeek->p5, app_p5) /* app value set */
494 || !TEST_str_eq(sneakpeek->p6, app_p6)) /* app value set */
511 || !TEST_int_eq(app_p1, app_p1_init) /* app value */
515 || !TEST_BN_eq(app_p3, verify_p3) /* app value */
516 || !TEST_str_eq(app_p4, app_p4_init) /* app value */
519 sizeof(app_p5_init) - 1) /* app valu
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.h358 Application *app; member in class:Settings
H A DSettings.cc119 app = _app;
191 app = _settings->app;
391 set_rc (rc_path, true, app->get_comments_queue (), override, ipc_or_rdt_mode);
402 set_rc (home_rc_path, true, app->get_comments_queue (), override, ipc_or_rdt_mode);
419 app->get_comments_queue ()->append (m);
422 set_rc (rc_path, false, app->get_comments_queue (), override);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.h358 Application *app; member in class:Settings
H A DSettings.cc119 app = _app;
191 app = _settings->app;
391 set_rc (rc_path, true, app->get_comments_queue (), override, ipc_or_rdt_mode);
402 set_rc (home_rc_path, true, app->get_comments_queue (), override, ipc_or_rdt_mode);
419 app->get_comments_queue ()->append (m);
422 set_rc (rc_path, false, app->get_comments_queue (), override);
/netbsd-current/external/public-domain/xz/dist/macosx/
H A Dbuild.sh96 # Make an Installer.app package
100 PACKAGEMAKER=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp43 RootWindow::RootWindow(HpcBootApp &app) argument
44 : Window(app)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc368 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s)
395 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dfarcall-mixed-app.d2 tmpdir/farcall-mixed-app: file format elf32-(little|big)arm
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_sslextension.t47 cmdstr(app(["openssl"]), display => 1),
H A D70-test_sslversions.t46 cmdstr(app(["openssl"]), display => 1),
H A D70-test_tlsextms.t44 cmdstr(app(["openssl"]), display => 1),
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dspec.d620 auto app = appender!string();
621 app.reserve(200 + trailing.length);
622 toString(app);
623 return app.data;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc368 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s)
395 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s)
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp36 : QMainWindow(parent), app(_app)
144 if (app->isSessionRestored()) {
147 if (app->sessionId().compare(settings.value("session_id").
242 WpaGuiApp *app = qobject_cast<WpaGuiApp*>(qApp); local
244 c = getopt(app->argc, app->argv, "i:m:p:tq");
1894 settings.setValue("session_id", app->sessionId());

Completed in 397 milliseconds

<<1112131415161718