Lines Matching refs:pathret
273 access_file(char *path, char *pathbuf, int len_pathbuf, char **pathret)
277 *pathret = pathbuf;
279 *pathret = malloc (strlen (path) + 1);
280 if (*pathret) {
281 strcpy (*pathret, path);
289 AccessFile(char *path, char *pathbuf, int len_pathbuf, char **pathret)
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)) {