Lines Matching refs:Timesname
59 static const char *Timesname; /* name of the timestamps file */ variable
316 Timesname = tfname; in conf_open()
326 Singlefile = strcmp(Confname, Timesname) == 0; in conf_open()
366 if ((Timesfd = open(Timesname, O_CREAT|O_RDWR, 0644)) < 0) { in conf_open()
368 err(EF_SYS, "open %s", Timesname); in conf_open()
370 if ((Timesfd = open(Timesname, O_RDONLY)) < 0) in conf_open()
371 err(EF_SYS, "open %s", Timesname); in conf_open()
379 err(EF_SYS, "flock on %s", Timesname); in conf_open()
383 err(EF_SYS, "fstat on %s", Timesname); in conf_open()
386 if (stat(Timesname, &stbuf3) < 0 || in conf_open()
399 "Configuration file %s", Timesname, Confname); in conf_open()
425 err(EF_SYS, "mmap on %s", Timesname); in conf_open()
426 ret &= conf_scan(Timesname, Timesbuf, Timeslen, 1); in conf_open()
452 Confname, Timesname); in conf_close()
489 "to update %s without locking", Timesname); in conf_close()
491 Timesname); in conf_close()
494 Timesname); in conf_close()
507 err(EF_SYS|EF_JMP, "fclose on %s", Timesname); in conf_close()
525 if (rename(tuname, Timesname) < 0) in conf_close()
526 err(EF_SYS, "rename %s to %s", tuname, Timesname); in conf_close()