Searched refs:app (Results 301 - 325 of 443) sorted by relevance

<<1112131415161718

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d370 auto app = appender!S();
374 app.put("|");
375 app.put("(?:");
376 app.put(patterns[i]);
379 app.put("\\");
380 app.put(cast(dchar)(privateUseStart+i));
381 app.put(")");
384 app.put("\\");
385 app.put(cast(dchar)(privateUseStart+i));
387 pat = app
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d382 auto app = appender!S();
386 app.put("|");
387 app.put("(?:");
388 app.put(patterns[i]);
391 app.put("\\");
392 app.put(cast(dchar)(privateUseStart+i));
393 app.put(")");
396 app.put("\\");
397 app.put(cast(dchar)(privateUseStart+i));
399 pat = app
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dgetopt.d1673 auto app = appender!string();
1674 defaultGetoptFormatter(app, "Some Text", t.options);
1676 string helpMsg = app.data;
1701 auto app = appender!string();
1702 defaultGetoptFormatter(app, "Some Text", t.options);
1704 string helpMsg = app.data;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dtests.d349 auto app = appender!(String)();
350 replaceFmt(fmt, m.captures, app, true);
351 return app.data;
361 auto app = appender!(String)();
362 replaceFmt(fmt, m.captures, app, true);
363 return app.data;
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D25-test_verify.t29 run(app([@args]));
502 ok(run(app([ qw(openssl verify -trusted), $certplusrsa_file, $cert_file ])),
516 ok(run(app([ qw(openssl verify -trusted), $rsapluscert_file, $cert_file ])),
H A D70-test_sslsessiontick.t43 cmdstr(app(["openssl"]), display => 1),
H A D70-test_sslextension.t47 cmdstr(app(["openssl"]), display => 1),
H A D20-test_kdf.t100 my @lines = run(app($cmdarray), capture => 1);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc64 // Prevent the client app from overwriting the zone contents.
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc44 // Prevent the client app from overwriting the zone contents.
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_sslsessiontick.t43 cmdstr(app(["openssl"]), display => 1),
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc65 // Prevent the client app from overwriting the zone contents.
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeView.h84 DbeView (Application *app, Settings *_settings, int _vindex);
832 Application *app; member in class:DbeView
/netbsd-current/sys/arch/i386/stand/efiboot/
H A DMakefile.efiboot136 --subsystem efi-app --target=${OBJFMT} ${PROG}.so ${.TARGET}
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.h84 DbeView (Application *app, Settings *_settings, int _vindex);
832 Application *app; member in class:DbeView
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dsocket_api.c23 #include <isc/app.h>
H A Dtask_api.c25 #include <isc/app.h>
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dios.cc61 const ios_base::openmode ios_base::app; member in class:ios_base
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d2380 auto app = appender!string();
2381 j.toString(app);
2383 assert(app.data == s, app.data);
2402 auto app = appender!string();
2403 j.toPrettyString(app);
2405 assert(app.data == s, app.data);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dios.cc61 const ios_base::openmode ios_base::app; member in class:ios_base
/netbsd-current/usr.bin/config/
H A Dgram.y149 static void app(struct loclist *, struct loclist *);
571 | locdef ',' loclist { $$ = $1; app($1, $3); }
982 | locators locator { $$ = $2; app($2, $1); }
1426 app(struct loclist *p, struct loclist *q)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tkey/
H A Dkeydelete.c19 #include <isc/app.h>
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-verify.c22 #include <isc/app.h>
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dlibisc.mak117 -@erase "$(INTDIR)\app.obj"
214 "$(INTDIR)\app.obj" \
310 -@erase "$(INTDIR)\app.obj"
311 -@erase "$(INTDIR)\app.sbr"
483 "$(INTDIR)\app.sbr" \
571 "$(INTDIR)\app.obj" \
698 SOURCE=.\app.c
703 "$(INTDIR)\app.obj" : $(SOURCE) "$(INTDIR)"
709 "$(INTDIR)\app.obj" "$(INTDIR)\app
[all...]
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_proxy.c652 aproxy_t *a, **app; local
654 for (app = &ap_proxylist; ((a = *app) != NULL); app = &a->apr_next) {
658 *app = a->apr_next;

Completed in 182 milliseconds

<<1112131415161718