HomeSort by: relevance | last modified time | path
    Searched defs:death (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mpl/bind/dist/tests/isc/
lex_test.c 44 unsigned char death[] = { EOF, 'A' }; local
50 isc_buffer_init(&death_buf, &death[0], sizeof(death));
51 isc_buffer_add(&death_buf, sizeof(death));
  /src/games/phantasia/
misc.c 78 death("Old age");
590 death(const char *how) function
634 * from death */
636 mvaddstr(4, 0, "Your ring saved you from death!\n");
845 death("A cursed ring");
  /src/games/rogue/
score.c 216 * past the ':' Death mechanism
225 char death[80]; member in struct:score_entry
302 strlcpy(se->death, score_block+x, sizeof(se->death));
321 rank+1, se->gold, se->username, se->death);
442 i+1, scores[i].gold, name, scores[i].death);
460 const char *death = "bolts from the blue (?)"; local
470 death = "died of hypothermia";
473 death = "died of starvation";
476 death = "killed by a dart"
    [all...]
  /src/games/hack/
hack.end.c 318 char death[DTHSZ + 1]; member in struct:toptenentry
367 (void) strncpy(t0->death, killer, DTHSZ);
368 (t0->death)[DTHSZ] = 0;
383 &t1->plchar, &t1->sex, t1->name, t1->death) != 11
454 t1->plchar, t1->sex, t1->name, t1->death);
531 if (!strncmp("escaped", t1->death, 7)) {
532 if (!strcmp(" (with amulet)", t1->death + 7))
541 if (!strncmp(t1->death, "quit", 4)) {
549 } else if (!strcmp(t1->death, "choked")) {
553 } else if (!strncmp(t1->death, "starv", 5))
    [all...]
  /src/sbin/init/
init.c 128 #define DEATH 'd'
143 static state_func_t death(void);
197 static state_t current_state = death;
1211 warning("start_session_db failed, death");
1215 return (state_func_t)death;
1384 return DEATH;
1470 requested_transition = death;
1622 death(void) function
  /src/crypto/external/bsd/openssh/dist/
ssh-agent.c 141 time_t death; member in struct:identity
1057 if (id->death == 0)
1059 if (now >= id->death) {
1065 deadline = (deadline == 0) ? id->death :
1066 MINIMUM(deadline, id->death);
1342 time_t death = 0; local
1356 if (parse_key_constraints(e->request, k, &death, &seconds, &confirm,
1400 if (lifetime && !death)
1401 death = monotime() + lifetime;
1421 id->death = death
1552 time_t death = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc 961 for the birth (if BIRTH_P) or death (if !BIRTH_P) of register REGNO.
963 every birth or death is genuine. */
1713 /* For each pressure class CL, set DEATH[CL] to the number of registers
1717 calculate_reg_deaths (rtx_insn *insn, int *death)
1723 death[ira_pressure_classes[i]] = 0;
1726 mark_regno_birth_or_death (0, death, use->regno, true);
1740 static int death[N_REG_CLASSES];
1745 calculate_reg_deaths (insn, death);
1753 change = (int) pressure_info[i].set_increase - death[cl];
3333 int death[N_REG_CLASSES]
1731 static int death[N_REG_CLASSES]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 961 for the birth (if BIRTH_P) or death (if !BIRTH_P) of register REGNO.
963 every birth or death is genuine. */
1709 /* For each pressure class CL, set DEATH[CL] to the number of registers
1713 calculate_reg_deaths (rtx_insn *insn, int *death)
1719 death[ira_pressure_classes[i]] = 0;
1722 mark_regno_birth_or_death (0, death, use->regno, true);
1736 static int death[N_REG_CLASSES];
1741 calculate_reg_deaths (insn, death);
1749 change = (int) pressure_info[i].set_increase - death[cl];
3329 int death[N_REG_CLASSES]
1727 static int death[N_REG_CLASSES]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 9840 int death = 0;
9862 death++;
9880 return set - death;
9820 int death = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 9839 int death = 0;
9861 death++;
9879 return set - death;
9819 int death = 0; local

Completed in 65 milliseconds