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

  /xsrc/external/mit/xedit/dist/
xedit.h 125 FileAccess MaybeCreateFile(const char*), CheckFilePermissions(const char*, Boolean*);
commands.c 232 file_access = CheckFilePermissions(filename, &exists);
436 switch( file_access = CheckFilePermissions(filename, &exists) ) {
util.c 198 return(CheckFilePermissions(file, &exists));
203 CheckFilePermissions(const char *file, Boolean *exists)
tags.c 197 file_access = CheckFilePermissions(tagsfile, &exists);
xedit.c 248 switch (file_access = CheckFilePermissions(filename, &exists)) {

Completed in 11 milliseconds