Searched refs:allow_file (Results 1 – 2 of 2) sorted by relevance
52 register char *allow_file = 0, in dumpaccess() local58 !(allow_file = getaccessfile(dir, name, prefix, "allow")) in dumpaccess()59 || _dumpaccess(allow_file, *pallow) == -1 && errno != ENOENT in dumpaccess()67 if (allow_file) in dumpaccess()68 Free (allow_file); in dumpaccess()
92 register char *allow_file = 0, in loadaccess() local98 !(allow_file = getaccessfile(dir, name, prefix, ALLOWFILE)) in loadaccess()99 || !(*pallow = _loadaccess(allow_file)) && errno != ENOENT in loadaccess()107 if (allow_file) in loadaccess()108 Free (allow_file); in loadaccess()