Lines Matching refs:pathret
880 access_file(char *path, char *pathbuf, int len_pathbuf, char **pathret)
884 *pathret = pathbuf;
886 *pathret = XtMalloc(strlen(path));
887 if (*pathret) {
888 strcpy(*pathret, path);
896 AccessFile(char *path, char *pathbuf, int len_pathbuf, char **pathret)
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)) {