Home
last modified time | relevance | path

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

/dports/net/mlvpn/MLVPN-2.3.1/src/
H A Dprivsep.c91 static int root_open_file(char *, int);
244 fd = root_open_file(allowed_configfile, O_RDONLY|O_NONBLOCK); in priv_init()
462 root_open_file(char *path, int flags) in root_open_file() function