Searched refs:app (Results 226 - 250 of 443) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dmodify.c123 Attribute **app = &e->e_attrs; local
124 while ( *app != NULL ) {
125 if ( !is_at_operational( (*app)->a_desc->ad_type )) {
126 Attribute *save = *app;
127 *app = (*app)->a_next;
131 app = &(*app)->a_next;
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_comp.t41 cmdstr(app(["openssl"]), display => 1),
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D02-test_errstr.t138 ( run(app([ qw(openssl errstr), $errcode_hex ]), capture => 1) )[0];
H A D70-test_comp.t40 cmdstr(app(["openssl"]), display => 1),
H A D20-test_mac.t156 my @lines = run(app($cmdarray), capture => 1);
205 run(app($cmdarray));
/netbsd-current/external/mpl/bind/dist/doc/arm/
H A Dconf.py124 def setup(app):
127 app.add_crossref_type("iscman", "iscman", "pair: %s; manual page")
/netbsd-current/sys/external/bsd/gnu-efi/dist/apps/
H A DMakefile71 FORMAT := --target efi-app-$(ARCH)
/netbsd-current/sys/arch/ia64/stand/ia64/efi/
H A DMakefile47 --target=efi-app-${MACHINE_ARCH} loader.sym ${.TARGET}
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-coff.h245 #define obj_app_file(name, app) c_dot_file_symbol (name, app)
300 #define obj_app_file(name, app) c_dot_file_symbol (name, app)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dinterfaces.d514 auto app = appender!(uint[])();
515 auto appWrapped = outputRangeObject!(uint, uint[])(app);
558 auto app = appender!(uint[])();
559 auto appWrapped = outputRangeObject!(uint, uint[])(app);
565 assert(app.data.length == 3);
566 assert(equal(app.data, [1,2,3]));
/netbsd-current/external/gpl3/gcc/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/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dinterfaces.d544 auto app = appender!(uint[])();
545 auto appWrapped = outputRangeObject!(uint, uint[])(app);
596 auto app = appender!(uint[])();
597 auto appWrapped = outputRangeObject!(uint, uint[])(app);
603 assert(app.data.length == 3);
604 assert(equal(app.data, [1,2,3]));
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dauth.c2173 struct wordlist *ap, *addr_list, *alist, **app; local
2268 app = &alist;
2279 *app = ap;
2280 app = &ap->next;
2282 *app = NULL;
2299 for (app = &addr_list; (ap = *app) != NULL; app = &ap->next)
2305 free(*app); /* free the "--" word */
2306 *app
2507 struct wordlist *ap, *addr_list, *alist, **app; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A DTest.pm19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test
37 ok(run(app(["openssl", "version"])), "check for openssl presence");
183 ok(run(app(["openssl", "version"]), stdout => "foo.txt"));
243 =item B<app ARRAYREF, OPTS>
250 C<app> expects to find the given command (the first item in the given list
258 Also, for both C<app> and C<test>, the command may be prefixed with
268 interpreted to reside in the same location as C<app> and C<test>.
297 my $cmd = app(["openssl", ...]);
325 sub app { subroutine
647 LIST is a list of CODEREFs returned by C<app> o
[all...]
/netbsd-current/share/mk/
H A Dbsd.x11.mk302 s,@appdefaultdir@,\\$$\{libdir}/X11/app-defaults,; \
391 # APPDEFS (app defaults) handling
394 appdefsinstall:: .PHONY ${APPDEFS:@S@${DESTDIR}${X11LIBDIR}/app-defaults/${S:T:R}@}
395 .PRECIOUS: ${APPDEFS:@S@${DESTDIR}${X11LIBDIR}/app-defaults/${S:T:R}@}
403 ${DESTDIR}${X11LIBDIR}/app-defaults/${S:T:R}: ${S} __appdefinstall
441 apploaddir ${X11ROOTDIR}/lib/X11/app-defaults \
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dapp_api.c25 #include <isc/app.h>
H A Dtimer_api.c25 #include <isc/app.h>
/netbsd-current/external/bsd/ntp/dist/lib/isc/tests/
H A Disctest.c27 #include <isc/app.h>
/netbsd-current/external/mpl/dhcp/dist/includes/omapip/
H A Disclib.h56 #include <isc/app.h>
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmodify.c134 Attribute **app = &e->e_attrs; local
135 while ( *app != NULL ) {
136 if ( !is_at_operational( (*app)->a_desc->ad_type )) {
137 Attribute *save = *app;
138 *app = (*app)->a_next;
142 app = &(*app)->a_next;
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dmakefile.vms40 OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dmov-ar.d2 # name: ia64 app reg moves
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dfarcall-mixed-app-v5.d2 tmpdir/farcall-mixed-app-v5: file format elf32-(little|big)arm
H A Dmixed-app-v5.d2 tmpdir/mixed-app-v5: file format elf32-(little|big)arm
H A Dmixed-app.d2 tmpdir/mixed-app: file format elf32-(little|big)arm

Completed in 343 milliseconds

1234567891011>>