Home
last modified time | relevance | path

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

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