Searched refs:app (Results 351 - 375 of 443) sorted by relevance

<<1112131415161718

/netbsd-current/external/gpl3/binutils/dist/gprofng/doc/
H A DMakefile.in377 man_MANS = gprofng.1 gp-archive.1 gp-collect-app.1 gp-display-html.1 gp-display-src.1 gp-display-text.1
886 gp-collect-app.1: $(srcdir)/gp-collect-app.texi
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.cpp224 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app);
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c365 struct attr *ap, *app = NULL; local
375 ap->next = app;
376 app = ap;
381 return app;
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dios.cpp101 const ios_base::openmode ios_base::app; member in class:ios_base
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp358 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dapp.c1 /* $NetBSD: app.c,v 1.1 2024/02/18 20:57:48 christos Exp $ */
31 #include <isc/app.h>
52 * For BIND9 internal applications built with threads, we use a single app
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dresolve.c27 #include <isc/app.h>
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMakefile.in111 bin_PROGRAMS = gp-archive$(EXEEXT) gp-collect-app$(EXEEXT) \
197 am_gp_collect_app_OBJECTS = gp-collect-app.$(OBJEXT) checks.$(OBJEXT) \
567 gp_collect_app_SOURCES = gp-collect-app.cc checks.cc envsets.cc count.cc
577 @BUILD_MAN_TRUE@ gp-collect-app.1 \
730 gp-collect-app$(EXEEXT): $(gp_collect_app_OBJECTS) $(gp_collect_app_DEPENDENCIES) $(EXTRA_gp_collect_app_DEPENDENCIES)
731 @rm -f gp-collect-app$(EXEEXT)
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-collect-app.Po@am__quote@
1187 @BUILD_MAN_TRUE@gp-collect-app.1: $(srcdir)/gp-collect-app.cc $(common_mandeps) | ./gp-collect-app
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMakefile.in111 bin_PROGRAMS = gp-archive$(EXEEXT) gp-collect-app$(EXEEXT) \
197 am_gp_collect_app_OBJECTS = gp-collect-app.$(OBJEXT) checks.$(OBJEXT) \
563 gp_collect_app_SOURCES = gp-collect-app.cc checks.cc envsets.cc count.cc
697 gp-collect-app$(EXEEXT): $(gp_collect_app_OBJECTS) $(gp_collect_app_DEPENDENCIES) $(EXTRA_gp_collect_app_DEPENDENCIES)
698 @rm -f gp-collect-app$(EXEEXT)
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp-collect-app.Po@am__quote@
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D25-test_verify.t27 run(app([@args]));
H A D70-test_sslmessages.t37 cmdstr(app(["openssl"]), display => 1),
H A D70-test_sslrecords.t34 cmdstr(app(["openssl"]), display => 1),
173 #Test 15: Sending an outer record type other than app data once encrypted
652 #Now add an app data record
665 #Add an empty app data record (just content type and tag)
H A D70-test_sslsigalgs.t32 cmdstr(app(["openssl"]), display => 1),
H A D70-test_tls13kexmodes.t184 cmdstr(app(["openssl"]), display => 1),
H A D70-test_tls13messages.t199 cmdstr(app(["openssl"]), display => 1),
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D70-test_sslrecords.t34 cmdstr(app(["openssl"]), display => 1),
195 #Test 15: Sending an outer record type other than app data once encrypted
674 #Now add an app data record
687 #Add an empty app data record (just content type and tag)
H A D70-test_sslsigalgs.t32 cmdstr(app(["openssl"]), display => 1),
H A D70-test_sslmessages.t36 cmdstr(app(["openssl"]), display => 1),
H A D70-test_key_share.t71 cmdstr(app(["openssl"]), display => 1),
H A D70-test_tls13kexmodes.t186 cmdstr(app(["openssl"]), display => 1),
H A D70-test_tls13messages.t200 cmdstr(app(["openssl"]), display => 1),
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d1271 auto app = appender!string();
1272 this.toString((const(char)[] chunk) => app ~= chunk);
1273 return app.data;
2929 auto app = appender!string();
2931 toString(app, spec);
2932 return app.data;
2939 auto app = appender!string();
2941 toString(app, spec);
2942 return app.data;
2994 auto app
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dapp.c1 /* $NetBSD: app.c,v 1.6 2020/05/25 20:47:23 christos Exp $ */
20 /* Id: app.c,v 1.64 2009/11/04 05:58:46 marka Exp */
39 #include <isc/app.h>
54 * For BIND9 internal applications built with threads, we use a single app
56 * For other cases (including BIND9 built without threads) an app context acts
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dios_base.h440 * - app
450 static const openmode app = _S_app; member in class:io_errc::ios_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dios_base.h445 * - app
455 static const openmode app = _S_app; member in class:io_errc::ios_base

Completed in 226 milliseconds

<<1112131415161718