Searched defs:Singlefile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c63 static int Singlefile; /* Conf and Times in the same file */ variable
334 Singlefile = strcmp(Confname, Timesname) == 0;
335 if (Singlefile && Changing == CHG_TIMES)
373 while (!Singlefile && Timesfd == -1) {
421 if (ret == 3 && !Singlefile && Canchange == CHG_BOTH) {
494 if (!Singlefile) {

Completed in 55 milliseconds