HomeSort by: relevance | last modified time | path
    Searched refs:saved_time (Results 1 - 3 of 3) sorted by relevancy

  /src/games/rogue/
save.c 177 struct rogue_time saved_time, mod_time; local
241 r_read(fp, &saved_time, sizeof(saved_time));
250 if (has_been_touched(&saved_time, &mod_time)) {
403 has_been_touched(const struct rogue_time *saved_time,
406 if (saved_time->year < mod_time->year) {
408 } else if (saved_time->year > mod_time->year) {
411 if (saved_time->month < mod_time->month) {
413 } else if (saved_time->month > mod_time->month) {
416 if (saved_time->day < mod_time->day)
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
watchdog.c 120 unsigned saved_time; /* saved state */ member in struct:WATCHDOG
208 wp->saved_time = alarm(0);
244 if (wp->saved_time)
245 alarm(wp->saved_time);
  /src/usr.sbin/sysinst/
configmenu.c 643 struct tm saved_time; local
650 saved_time = ma->new_time;
670 ma->new_time = saved_time;

Completed in 44 milliseconds