Lines Matching +full:70 +full:h
3 #include <sched.h>
5 #include <sys/syscall.h>
6 #include <sys/types.h>
7 #include <sys/wait.h>
8 #include <time.h>
9 #include <unistd.h>
10 #include <stdlib.h>
11 #include <stdio.h>
12 #include <stdint.h>
13 #include <signal.h>
15 #include "log.h"
16 #include "timens.h"
91 CLOCK_MONOTONIC, 70 * 24 * 3600, in main()
101 mtime_now.tv_sec += 70 * 24 * 3600; in main()