Searched refs:scantime (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/csup/
H A Dstatus.c84 time_t scantime; member in struct:status
428 status_new(char *path, time_t scantime, struct stream *file) argument
437 st->scantime = scantime;
473 time_t scantime; local
488 error = proto_get_time(&line, &scantime);
499 st = status_new(path, scantime, file);
515 * Open the status file. If scantime is not -1, the file is opened
521 status_open(struct coll *coll, time_t scantime, char **errmsg) argument
549 if (scantime !
[all...]

Completed in 135 milliseconds