Lines Matching refs:time
44 #include <time.h>
52 #include <sys/time.h>
226 "-F, --period-time=# distance between interrupts is # microseconds\n"
227 "-B, --buffer-time=# buffer duration is # microseconds\n"
247 " --max-file-time=# start another output file when the old file has recorded\n"
503 {"period-time", 1, 0, 'F'},
508 {"buffer-time", 1, 0, 'B'},
522 {"max-file-time", 1, 0, OPT_MAX_FILE_TIME},
699 error(_("invalid period time argument '%s'"), optarg);
706 error(_("invalid buffer time argument '%s'"), optarg);
808 error(_("invalid max file time argument '%s'"), optarg);
1965 const time_t tt=time(NULL);
2042 time(&now);
3086 * tm - time information
3153 t = time(NULL);