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

  /src/external/gpl2/xcvs/dist/src/
cvsrc.c 81 if (!isreadable (homeinit))
find_names.c 90 if ((which & W_REPOS) && repository && !isreadable (CVSADM_ENTSTAT))
filesubr.c 226 isreadable (const char *file) function
cvs.h 521 bool isreadable (const char *file);
parseinfo.c 415 if (!isreadable (*prefix)) continue;
recurse.c 765 if (isreadable (CVSADM_TAG))
root.c 74 if ((!isdir (cvsadm)) || (!isreadable (tmp)))
rcs.c 226 if (isreadable (retval))
233 if (isreadable (retval))
692 /* The checks for isreadable look awfully fishy, but
697 if (isreadable (rcs->path) || !isreadable (newpath))
update.c 2434 if (server_active && !isreadable (finfo->file))
client.c 2426 if (isreadable (adm_name))

Completed in 63 milliseconds