Lines Matching refs:pathret
1817 static int access_file (path, pathbuf, len_pathbuf, pathret)
1821 char** pathret;
1825 *pathret = pathbuf;
1827 *pathret = Xmalloc (strlen (path) + 1);
1828 if (*pathret) {
1829 strcpy (*pathret, path);
1836 static int AccessFile (path, pathbuf, len_pathbuf, pathret)
1840 char** pathret;
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)) {