Home
last modified time | relevance | path

Searched refs:death (Results 1 – 25 of 97) sorted by relevance

1234

/openbsd/src/gnu/usr.bin/perl/t/re/
Dreg_mesg.t146 my @death =
549 push @death, @death_utf8;
795 push @death, $death_only_under_strict[$i], # The regex
801 push @death, mark_as_utf8($death_utf8_only_under_strict[$i],
805 for (my $i = 0; $i < @death; $i += 2) {
806 my $regex = $death[$i] =~ s/ default_ (on | off) //rx;
807 my $expect = fixup_expect($death[$i+1], $strict);
809 fail("$0: Internal error: '$death[$i]' should have an error message");
827 diag("Want: " . display_rx($death[$i+1]));
/openbsd/src/games/hack/
Dhack.end.c92 char death[DTHSZ+1]; member
340 (void) strlcpy(t0->death, killer, sizeof t0->death); in topten()
355 &t1->plchar, &t1->sex, t1->name, t1->death) != 11 in topten()
421 t1->plchar, t1->sex, t1->name, t1->death); in topten()
491 if(!strncmp("escaped", t1->death, 7)) { in outentry()
492 if(!strcmp(" (with amulet)", t1->death+7)) in outentry()
499 if(!strncmp(t1->death,"quit",4)) { in outentry()
506 else if(!strcmp(t1->death,"choked")) in outentry()
509 else if(!strncmp(t1->death,"starv",5)) { in outentry()
524 if(quit && t1->death[4]) in outentry()
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
DParseXS.pm292 $self->death(
637 $self->death("PPCODE must be last thing") if @{ $self->{line} };
803 $self->death(/^$BLOCK_regexp/o ? "Misplaced '$1:'" : "Junk at end of function ($_)");
1482 $self->death("Error: FALLBACK: TRUE/FALSE/UNDEF") unless exists $map{$setting};
1494 $self->death("Error: REQUIRE expects a version number")
1498 $self->death("Error: REQUIRE: expected a number, got '$ver'")
1501 $self->death("Error: xsubpp $ver (or better) required--this is only $VERSION.")
1513 $self->death("Error: VERSIONCHECK: ENABLE/DISABLE")
1527 $self->death("Error: Only 1 PROTOTYPE definition allowed per xsub")
1543 $self->death("Error: Invalid prototype '$_'")
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
Daltern.t41 ok($Collator->lt("death", "de luge"));
52 ok($Collator->lt("de-luge", "death"));
53 ok($Collator->lt("death", "deluge"));
57 ok($Collator->lt("death", "de luge"));
65 ok($Collator->lt("death", "deluge"));
Dvariable.t41 ok($Collator->lt("death", "de luge"));
52 ok($Collator->lt("de-luge", "death"));
53 ok($Collator->lt("death", "deluge"));
57 ok($Collator->lt("death", "de luge"));
65 ok($Collator->lt("death", "deluge"));
/openbsd/src/usr.bin/ssh/
Dssh-agent.c134 time_t death; member
1051 if (id->death == 0) in reaper()
1053 if (now >= id->death) { in reaper()
1059 deadline = (deadline == 0) ? id->death : in reaper()
1060 MINIMUM(deadline, id->death); in reaper()
1352 time_t death = 0; in process_add_identity() local
1366 if (parse_key_constraints(e->request, k, &death, &seconds, &confirm, in process_add_identity()
1410 if (lifetime && !death) in process_add_identity()
1411 death = monotime() + lifetime; in process_add_identity()
1431 id->death = death; in process_add_identity()
[all …]
/openbsd/src/sbin/isakmpd/
Dsa.c690 if (sa->death) { in report_lifetimes()
691 timeout = get_timeout(&sa->death->expiration); in report_lifetimes()
833 if (sa->death) { in sa_free()
834 timer_remove_event(sa->death); in sa_free()
835 sa->death = 0; in sa_free()
1240 sa->death = 0; in sa_hard_expire()
1384 if (!sa->death) { in sa_setup_expirations()
1390 sa->death = timer_add_event("sa_hard_expire", sa_hard_expire, in sa_setup_expirations()
1392 if (!sa->death) { in sa_setup_expirations()
Dexchange.h86 struct event *death; member
Dsa.h201 struct event *death; member
DBUGS8 * We need a death timeout on half-ready SAs just like exchanges. At the
Dexchange.c630 exchange->death = timer_add_event("exchange_free_aux", in exchange_create()
632 if (!exchange->death) { in exchange_create()
1254 if (exchange->death) in exchange_free()
1255 timer_remove_event(exchange->death); in exchange_free()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlocal-alloc.c105 int death; member
1537 0, 1, qty[q].birth, qty[q].death);
1608 qty[q].death + 2 - qty[q].death % 2);
1634 qty[q].birth, qty[q].death);
1652 qty[q].birth, qty[q].death);
1690 / (qty[q].death - qty[q].birth)) * (10000 / REG_FREQ_MAX)))
2088 qty[reg_qty[regno]].death = -1;
2149 qty[reg_qty[regno]].death = 2 * this_insn_number + output_p;
2337 post_mark_life (regno, mode, life, birth, death) in post_mark_life() argument
2340 int life, birth, death;
[all …]
/openbsd/src/gnu/gcc/gcc/
Dlocal-alloc.c111 int death; member
1604 0, 1, qty[q].birth, qty[q].death); in block_alloc()
1675 qty[q].death + 2 - qty[q].death % 2); in block_alloc()
1701 qty[q].birth, qty[q].death); in block_alloc()
1719 qty[q].birth, qty[q].death); in block_alloc()
1757 / (qty[q].death - qty[q].birth)) * (10000 / REG_FREQ_MAX)))
2138 qty[reg_qty[regno]].death = -1; in reg_is_born()
2197 qty[reg_qty[regno]].death = 2 * this_insn_number + output_p; in wipe_dead_reg()
2379 int death) in post_mark_life() argument
2389 while (birth < death) in post_mark_life()
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/
DUtilities.pm572 $self->death("Error: '$statement' with no matching 'if'")
773 sub death { subroutine
/openbsd/src/gnu/llvm/llvm/lib/Testing/Support/
DCMakeLists.txt20 # This is to avoid the error in gtest-death-test-internal.h
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
D114-blurt_death_Warn.t120 death( $self, $message);
/openbsd/src/games/phantasia/
Dphantglobs.h88 void death(char *);
Dio.c269 death("Bailing out"); in interrupt()
Dmisc.c99 death("Old age"); in movelevel()
849 death(char *how) in death() function
1241 death("A cursed ring"); in adjuststats()
Dinterplayer.c338 death("Interterminal battle"); in battleplayer()
582 death("Vaporization"); in tampered()
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
Dproblems.t54 'Makefile.PL death in subdir warns' );
/openbsd/src/games/quiz/datfiles/
Dflowers4 Bay leaf:I change but in death
Dlatin130 funus:death|disaster
/openbsd/src/usr.bin/calendar/calendars/
Dcalendar.ushistory28 01/27 Grissom, White and Chaffee burned to death in Apollo 1, 1967
42 02/21 Malcom X shot to death in Harlem, 1965
/openbsd/src/gnu/usr.bin/perl/t/run/
Dfresh_perl.t346 print "eat flaming death\n" unless ($s == 7);

1234