Searched refs:allow_file (Results 1 – 2 of 2) sorted by relevance
54 register char *allow_file = 0, in dumpaccess() local60 !(allow_file = getaccessfile(dir, name, prefix, "allow")) in dumpaccess()61 || _dumpaccess(allow_file, *pallow) == -1 && errno != ENOENT in dumpaccess()69 if (allow_file) in dumpaccess()70 Free (allow_file); in dumpaccess()
94 register char *allow_file = 0, in loadaccess() local100 !(allow_file = getaccessfile(dir, name, prefix, ALLOWFILE)) in loadaccess()101 || !(*pallow = _loadaccess(allow_file)) && errno != ENOENT in loadaccess()109 if (allow_file) in loadaccess()110 Free (allow_file); in loadaccess()