HomeSort by: relevance | last modified time | path
    Searched refs:PATH_ALLOWFILE (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/usr.sbin/authpf/
pathnames.h 30 #define PATH_ALLOWFILE "/etc/authpf/authpf.allow"
authpf.c 452 if ((f = fopen(PATH_ALLOWFILE, "r")) == NULL) {
467 PATH_ALLOWFILE, strerror(errno));
500 luser, PATH_ALLOWFILE);

Completed in 15 milliseconds