Lines Matching defs:timestamp
197 * Validate the timestamp argument or report an error
202 time_t timestamp;
205 timestamp = parsedate(vp, NULL, NULL);
206 if (timestamp == -1 && errno != 0)
207 errx(1, "%s: %s: invalid timestamp value", option, vp);
208 return timestamp;
281 * -asince "timestamp" functions --
283 * True if the file access time is greater than the timestamp value
394 * -csince "timestamp" functions --
396 * True if the file status change time is greater than the timestamp value
1715 * -since "timestamp" functions --
1717 * True if the file modification time is greater than the timestamp value