Searched refs:multi (Results 101 - 125 of 337) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgmerge-83 # Test multi-domain handling.
43 ${MSGMERGE} --multi-domain -q -o mm-test8.out mm-test8.po mm-test8.pot
H A Dxgettext-c-738 multi-line comment */ evil;
76 #. multi-line comment
/netbsd-current/sys/conf/
H A Dssp.mk7 # for multi-cpu machines, cpu_hatch() straddles the init of
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-for-lines.mk21 multi-line
H A Dopt-debug-parse.exp4 Parsing line 21: .info trace with multi-line .for loop head
5 make: "opt-debug-parse.mk" line 21: trace with multi-line .for loop head
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-target-continue.exp19 source $srcdir/$subdir/multi-target.exp.tcl
H A Dmulti-target-info-inferiors.exp20 source $srcdir/$subdir/multi-target.exp.tcl
30 # indicates whether the multi-process feature of remote targets is
H A Dmulti-arch-exec.exp16 # Test multi-exec / multi-process features that work for all configurations,
19 set testfile "multi-arch-exec"
41 # $first_arch-multi-arch-exec # execing program
42 # $first_arch-multi-arch-exec-hello # execed program
107 set from_exec "$first_arch-multi-arch-exec"
108 set from_srcfile multi-arch-exec.c
111 set to_exec "$first_arch-multi-arch-exec-hello"
152 set from_exec "$first_arch-multi-arch-exec"
H A Dmulti-target.exp.tcl16 # Common routines for testing multi-target features.
20 standard_testfile multi-target.c
26 set res [gdbserver_start "--multi" ""]
120 # multi-target depends on target running in non-stop mode. Force
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
H A Dinline-break.exp62 # Set up for multi-location breakpoint marker.
64 set multi ".*"
66 set multi "<MULTIPLE>${end}"
68 append result "[join [list $num $type $disp $enabled $multi] $c]"
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dhttp_server.h49 * Log a message to syslog if multi-threaded HTTP_DAEMON, else to bio_err
118 extern int multi;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
H A Dinline-break.exp62 # Set up for multi-location breakpoint marker.
64 set multi ".*"
66 set multi "<MULTIPLE>${end}"
68 append result "[join [list $num $type $disp $enabled $multi] $c]"
/netbsd-current/external/gpl2/mkhybrid/bin/
H A DMakefile16 SRCS= mkisofs.c tree.c write.c hash.c rock.c multi.c \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dfission-multi-cu.S20 clang fission-multi-cu*.c -g -fno-split-dwarf-inlining -emit-llvm -S -c
21 llvm-link fission-multi-cu*.ll -S -o fission-multi-cu.ll
22 clang-tot fission-multi-cu.ll -gsplit-dwarf -S
33 .file 1 "fission-multi-cu1.c"
34 .loc 1 20 0 # fission-multi-cu1.c:20:0
43 .loc 1 21 10 prologue_end # fission-multi-cu1.c:21:10
45 .loc 1 21 14 is_stmt 0 # fission-multi-cu1.c:21:14
47 .loc 1 21 3 # fission-multi-cu1.c:21:3
60 .file 2 "fission-multi
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser_test.cpp387 const std::vector< int > multi = local
389 ATF_REQUIRE_EQ(3, multi.size());
390 ATF_REQUIRE_EQ(1, multi[0]);
391 ATF_REQUIRE_EQ(2, multi[1]);
392 ATF_REQUIRE_EQ(3, multi[2]);
397 const std::vector< std::string > multi = local
399 ATF_REQUIRE_EQ(3, multi.size());
400 ATF_REQUIRE_EQ("value1", multi[0]);
401 ATF_REQUIRE_EQ("value2", multi[1]);
402 ATF_REQUIRE_EQ("value3", multi[
[all...]
/netbsd-current/games/hack/
H A Dhack.eat.c241 multi = -ftmp->oc_delay;
277 multi -= 2;
280 if (multi < 0)
337 if (multi < 0 && !nomovemsg) {
410 if (u.uhs != FAINTED && multi >= 0 /* %% */ ) {
H A Dhack.engrave.c214 multi = 0;
298 multi = -(len / 10);
316 multi = -len;
337 ep->engr_time = moves - multi;
H A Dhack.wield.c84 multi = 0;
/netbsd-current/lib/libusbhid/
H A Dparse.c54 int multi; member in struct:hid_data
186 if (s->multi < s->multimax) {
187 c->usage = s->usages[min(s->multi, s->nusage-1)];
188 s->multi++;
267 s->multi = 0;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dvfp-neon-syntax-inc.s136 .macro multi op cond="" n="" ia="ia" db="db"
149 multi vldm
150 multi vldm eq
151 multi vstm
152 multi vstm eq
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A DMakefile.in60 multi-run.o \
96 multi-run.o: multi-include.h tmp-mach-multi
131 SIM_MULTI_ALL = tmp-multi
511 $(BUILT_SRC_FROM_MULTI): tmp-multi
512 tmp-multi: tmp-mach-multi tmp-itable-multi tmp-run-multi tar
[all...]
/netbsd-current/sys/dev/hid/
H A Dhid.c71 int multi; member in struct:hid_data
132 DPRINTFN(5,("hid_get_item: multi=%d multimax=%d\n",
133 s->multi, s->multimax));
135 if (s->multi < s->multimax) {
136 c->usage = s->usages[uimin(s->multi, s->nu-1)];
137 s->multi++;
141 DPRINTFN(5,("return multi\n"));
227 s->multi = 0;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dmulti-arch-exec.exp16 # Test multi-exec / multi-process features that work for all configurations,
19 set testfile "multi-arch-exec"
41 # $first_arch-multi-arch-exec # execing program
42 # $first_arch-multi-arch-exec-hello # execed program
105 set from_exec "$first_arch-multi-arch-exec"
106 set from_srcfile multi-arch-exec.c
109 set to_exec "$first_arch-multi-arch-exec-hello"
149 set from_exec "$first_arch-multi-arch-exec"
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A DMakefile.in133 $(top_srcdir)/../config/multi.m4 \
1410 all-multi:
1411 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
1412 install-multi:
1413 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
1414 mostlyclean-multi:
1415 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
1416 clean-multi:
1417 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
1418 distclean-multi
[all...]
/netbsd-current/external/gpl2/mkhybrid/dist/
H A DMakefile.in47 OBJS=mkisofs.o tree.o write.o hash.o rock.o multi.o \
97 multi.o: multi.c iso9660.h mkisofs.h config.h Makefile
98 $(CC) -c $(CFLAGS) $(srcdir)/multi.c

Completed in 302 milliseconds

1234567891011>>