Searched refs:pathbuf (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DRdBitF.c273 access_file(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument
277 *pathret = pathbuf;
289 AccessFile(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument
302 if (access_file (path, pathbuf, len_pathbuf, pathret))
314 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
327 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
347 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c880 access_file(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument
884 *pathret = pathbuf;
896 AccessFile(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument
905 if (access_file(path, pathbuf, len_pathbuf, pathret))
921 if (access_file(bufp, pathbuf, len_pathbuf, pathret)) {
933 if (access_file(bufp, pathbuf, len_pathbuf, pathret)) {
952 if (access_file(bufp, pathbuf, len_pathbuf, pathret)) {
/xsrc/external/mit/libX11/dist/src/
H A DXlibInt.c1817 static int access_file (path, pathbuf, len_pathbuf, pathret)
1819 char* pathbuf;
1825 *pathret = pathbuf;
1836 static int AccessFile (path, pathbuf, len_pathbuf, pathret)
1838 char* pathbuf;
1849 if (access_file (path, pathbuf, len_pathbuf, pathret))
1861 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
1874 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
1894 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {

Completed in 7 milliseconds