Searched refs:death (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh-agent.c110 time_t death; member in struct:identity
463 if (id->death == 0)
465 if (now >= id->death) {
471 deadline = (deadline == 0) ? id->death :
472 MIN(deadline, id->death);
488 time_t death = 0; local
641 death = monotime() + buffer_get_int(&e->request);
655 if (lifetime && !death)
656 death = monotime() + lifetime;
668 id->death
724 time_t death = 0; local
[all...]
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Dlibatf-sh.subr145 # Sets the expectations to 'death'.
151 Expect=death
663 death)
/freebsd-10.0-release/contrib/gcc/
H A Dlocal-alloc.c110 is a set of consecutive insns. -1 if death has not been recorded. */
112 int death;
202 Note that if we see a use or death of pseudo register N with
475 /* Verify that no store between START and the death of REG invalidates
950 dying in this insn whose death notes would be missed.
1494 in question so that we know to ignore its death. */
1511 /* Mark the death of everything that dies in this instruction,
1564 Every quantity should have a known birth and death.
1611 0, 1, qty[q].birth, qty[q].death);
1682 qty[q].death
111 int death; member in struct:qty
2378 post_mark_life(int regno, enum machine_mode mode, int life, int birth, int death) argument
[all...]
/freebsd-10.0-release/sbin/init/
H A Dinit.c123 static state_func_t death(void);
1319 requested_transition = death;
1388 * mark all sessions for death, (!SE_PRESENT)
1499 death(void) function
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.history36 01/27 Grissom, White and Chaffe burned to death in Apollo 1, 1967
66 02/21 Malcom X shot to death in Harlem, 1965
H A Dcalendar.holiday79 03/11 Johnny Appleseed Day; anniversary of the death of John Chapman
378 09/13 Barry Day commemorates the death of Commodore John Barry, USA

Completed in 145 milliseconds