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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c57 static char *Confbuf; /* copy of the config file (a la mmap()) */ variable
416 if ((Confbuf = (char *)mmap(0, Conflen,
420 ret = conf_scan(Confname, Confbuf, Conflen, 0);

Completed in 70 milliseconds