Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c64 static int Singlefile; /* Conf and Times in the same file */ variable
341 Singlefile = strcmp(Confname, Timesname) == 0; in conf_open()
342 if (Singlefile && Changing == CHG_TIMES) in conf_open()
380 while (!Singlefile && Timesfd == -1) { in conf_open()
428 if (ret == 3 && !Singlefile && Canchange == CHG_BOTH) { in conf_open()
501 if (!Singlefile) { in conf_close()