Home
last modified time | relevance | path

Searched refs:vpaccess (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/tools/cscope-fast/
H A Ddir.c157 if (vpaccess(file, READ) == 0) { in makefilelist()
170 if (namefile == NULL && vpaccess(NAMEFILE, READ) == 0) { in makefilelist()
231 } else if (vpaccess(path, READ) == 0) { in makefilelist()
355 if (type == '"' && vpaccess(file, READ) == 0) { in incfile()
367 if (vpaccess(compath(path), READ) == 0) { in incfile()
H A Dvp.h49 extern int vpaccess(char *path, mode_t amode);
H A Dvpaccess.c41 vpaccess(char *path, mode_t amode) in vpaccess() function
H A DMakefile34 vpaccess.o vpfopen.o vpinit.o vpopen.o vpstat.o
H A Dmain.c537 vpaccess(path, READ) == 0) { in main()