Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dconf.c63 static int Singlefile; /* Conf and Times in the same file */ variable
326 Singlefile = strcmp(Confname, Timesname) == 0; in conf_open()
327 if (Singlefile && Changing == CHG_TIMES) in conf_open()
365 while (!Singlefile && Timesfd == -1) { in conf_open()
413 if (ret == 3 && !Singlefile && Canchange == CHG_BOTH) { in conf_open()
486 if (!Singlefile) { in conf_close()