Searched refs:real_path (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/
H A Dconfigure142 # real_path
146 real_path() function
164 readlink=real_path
/haiku-fatelf/src/bin/gdb/gdb/
H A Dutils.c2999 char *real_path;
3027 real_path = gdb_realpath (dir_name);
3028 if (IS_DIR_SEPARATOR (real_path[strlen (real_path) - 1]))
3029 result = concat (real_path, base_name, NULL);
3031 result = concat (real_path, SLASH_STRING, base_name, NULL);
3033 xfree (real_path);
2986 char *real_path; local
H A Dsymtab.c156 char *real_path = NULL; local
165 real_path = gdb_realpath (name);
166 make_cleanup (xfree, real_path);
192 if (real_path != NULL)
199 if (FILENAME_CMP (real_path, rp) == 0)
253 char *real_path = NULL; local
261 real_path = gdb_realpath (name);
262 make_cleanup (xfree, real_path);
284 if (real_path != NULL)
293 if (rp != NULL && FILENAME_CMP (real_path, r
[all...]
H A Dwin32-nat.c1720 char real_path[MAXPATHLEN]; local
1736 cygwin_conv_to_win32_path (exec_file, real_path);
1737 toexec = real_path;

Completed in 115 milliseconds