Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dconf.c57 static char *Confbuf; /* copy of the config file (a la mmap()) */ variable
408 if ((Confbuf = (char *)mmap(0, Conflen, in conf_open()
412 ret = conf_scan(Confname, Confbuf, Conflen, 0); in conf_open()