Home
last modified time | relevance | path

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

/src/crypto/heimdal/appl/login/
H A Dconf.c37 static char *confbuf; variable
43 return cgetent(&confbuf, files, "default"); in login_conf_init()
52 if(cgetstr(confbuf, (char *)str, &value) < 0) in login_conf_get_string()