Lines Matching defs:timestamps
70 /* our timestamps file, unless otherwise specified by -F */
71 static char *Default_timestamps = "/var/logadm/timestamps";
83 /* return from time(0), gathered early on to avoid slewed timestamps */
115 " -F timestamps use timestamps instead of /var/logadm/timestamps\n"\
163 const char *timestamps; /* our timestamps file */
178 /* we only print times into the timestamps file, so make them uniform */
306 /* this implements the default conffile and timestamps */
309 if ((timestamps = opts_optarg(clopts, "F")) == NULL)
310 timestamps = Default_timestamps;
313 status = conf_open(conffile, timestamps, clopts);