Searched refs:full_path (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Dfindcmd.c454 char *full_path, *xpath; local
463 full_path = sh_makepath (xpath, name, 0);
465 status = file_status (full_path);
472 free (full_path);
478 return (full_path);
483 return (full_path);
492 return (full_path);
499 file_to_lose_on = savestring (full_path);
508 free (full_path);
512 return (full_path);
533 char *full_path, *path; local
[all...]
H A Dhashcmd.c93 phash_insert (filename, full_path, check_dot, found)
94 char *filename, *full_path;
113 pathdata(item)->path = savestring (full_path);
117 if (*full_path != '/')
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c157 char *full_path = NULL; local
163 full_path = xfullpath (name);
164 make_cleanup (xfree, full_path);
183 if (full_path != NULL)
186 if (fp != NULL && FILENAME_CMP (full_path, fp) == 0)
252 char *full_path = NULL; local
259 full_path = xfullpath (name);
260 make_cleanup (xfree, full_path);
274 if (full_path != NULL)
278 && FILENAME_CMP (full_path, ps
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Durl.c1047 "foo/bar" and u->query is "param=value", full_path will be
1054 char *full_path = xmalloc (length + 1);
1056 full_path_write (url, full_path);
1057 full_path[length] = '\0';
1059 return full_path;
1050 char *full_path = xmalloc (length + 1); local
H A Dcookies.c811 path_matches (const char *full_path, const char *prefix)
815 if (0 != strncmp (full_path, prefix, len))
805 path_matches(const char *full_path, const char *prefix) argument

Completed in 64 milliseconds