Searched refs:app (Results 326 - 350 of 443) sorted by relevance

<<1112131415161718

/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp390 class tp : public atf::application::app {
437 app(m_description, "atf-test-program(1)"),
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-pkinit.in257 app-fatal true
/netbsd-current/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp708 class atf_check : public atf::application::app {
736 app(m_description, "atf-check(1)"),
/netbsd-current/external/bsd/atf/dist/tools/
H A Datf-report.cpp614 class atf_report : public tools::application::app {
634 app(m_description, "atf-report(1)", "atf(7)")
H A Datf-run.cpp67 class atf_run : public tools::application::app {
163 app(m_description, "atf-run(1)", "atf(7)")
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_key_share.t65 cmdstr(app(["openssl"]), display => 1),
/netbsd-current/common/dist/zlib/contrib/iostream3/
H A Dzfstream.cc138 bool testa = mode & std::ios_base::app;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
H A Dzfstream.cc138 bool testa = mode & std::ios_base::app;
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A Dzfstream.cc138 bool testa = mode & std::ios_base::app;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A Dzfstream.cc138 bool testa = mode & std::ios_base::app;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A Dzfstream.cc138 bool testa = mode & std::ios_base::app;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc761 // app-specific key and failing that with the global key. If none are found
771 // app-specific key and failing that with the global key. If none are found
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d939 auto app = appender!(T[])();
941 app.put(stuff[i]);
942 insertInPlace(array, pos, app.data);
1026 auto app = appender!(T[])();
1027 app.put(array[0 .. pos]);
1029 app.put(stuff[i]);
1030 app.put(array[pos..$]);
1031 array = app.data;
2081 auto app = appender!(E[])();
2082 app
[all...]
H A Dstdio.d4732 ReadlnAppender app;
4733 app.initialize(buf);
4744 app.putchar(cast(char) c);
4760 app.putdchar(cast(dchar) c);
4777 app.putchar(cast(char) c);
4780 buf = app.data;
4818 app.putonly(p[0 .. i]);
4819 app.buf[i - 1] = cast(char) terminator;
4834 app.putonly(p[0 .. i]);
4840 buf = app
[all...]
H A Dformat.d3079 auto app = appender!(typeof(val[0])[])();
3080 put(app, '\"');
3090 formatChar(app, c, '"');
3092 put(app, '\"');
3093 put(w, app.data);
5075 auto app = result[];
5080 auto app = appender!T();
5087 if (app.empty)
5089 app.put(input.front);
5098 if (app
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dcontext.c18 #include <isc/app.h>
/netbsd-current/external/mpl/bind/dist/bin/check/
H A Dnamed-checkzone.c22 #include <isc/app.h>
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dzt_test.c29 #include <isc/app.h>
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tkey/
H A Dkeycreate.c19 #include <isc/app.h>
/netbsd-current/external/mpl/bind/dist/bin/tests/system/pipelined/
H A Dpipequeries.c22 #include <isc/app.h>
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dapp.c1 /* $NetBSD: app.c,v 1.9 2024/02/21 22:52:27 christos Exp $ */
29 #include <isc/app.h>
42 * For BIND9 applications built with threads, we use a single app
H A DMakefile.in190 include/isc/app.h include/isc/assertions.h \
229 netmgr/uv-compat.h netmgr/uverr2result.c aes.c app.c \
254 libisc_la-app.lo libisc_la-assertions.lo libisc_la-astack.lo \
307 ./$(DEPDIR)/libisc_la-app.Plo \
693 include/isc/app.h \
789 netmgr/uv-compat.h netmgr/uverr2result.c aes.c app.c \
922 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-app.Plo@am__quote@ # am--include-marker
1101 libisc_la-app.lo: app.c
1102 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-app
[all...]
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dcontrol.c20 #include <isc/app.h>
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d5460 ReadlnAppender app;
5461 app.initialize(buf);
5472 app.putchar(cast(char) c);
5488 app.putdchar(cast(dchar) c);
5505 app.putchar(cast(char) c);
5508 buf = app.data;
5546 app.putonly(p[0 .. i]);
5547 app.buf[i - 1] = cast(char) terminator;
5562 app.putonly(p[0 .. i]);
5568 buf = app
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d1015 auto app = appender!string();
1016 formattedWrite(app, "%s\nPattern with error: `%s` <--HERE-- `%s`",
1018 throw new RegexException(app.data);

Completed in 460 milliseconds

<<1112131415161718