Home
last modified time | relevance | path

Searched refs:Timesname (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c60 static const char *Timesname; /* name of the timestamps file */ variable
331 Timesname = tfname; in conf_open()
341 Singlefile = strcmp(Confname, Timesname) == 0; in conf_open()
381 if ((Timesfd = open(Timesname, O_CREAT|O_RDWR, 0644)) < 0) { in conf_open()
383 err(EF_SYS, "open %s", Timesname); in conf_open()
385 if ((Timesfd = open(Timesname, O_RDONLY)) < 0) in conf_open()
386 err(EF_SYS, "open %s", Timesname); in conf_open()
394 err(EF_SYS, "flock on %s", Timesname); in conf_open()
398 err(EF_SYS, "fstat on %s", Timesname); in conf_open()
401 if (stat(Timesname, &stbuf3) < 0 || in conf_open()
[all …]