Searched refs:current_directory (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | source.c | 468 name = current_directory; in add_path() 498 name = concat (current_directory, SLASH_STRING, name, NULL); in add_path() 729 len = strlen (current_directory); in openp() 736 strcpy (filename, current_directory); in openp() 776 char *f = concat (current_directory, in openp() 777 IS_DIR_SEPARATOR (current_directory[strlen (current_directory) - 1]) in openp()
|
| H A D | top.c | 101 char *current_directory; variable 1637 history_filename = concat (current_directory, "/_gdb_history", NULL); in init_history() 1639 history_filename = concat (current_directory, "/.gdb_history", NULL); in init_history() 1754 current_directory = gdb_dirbuf; in gdb_init() 1759 make_final_cleanup (do_chdir_cleanup, xstrdup (current_directory)); in gdb_init()
|
| H A D | m32r-rom.c | 462 if (current_directory) in m32r_upload_command() 463 download_path = xstrdup (current_directory); in m32r_upload_command()
|
| H A D | bsd-kvm.c | 73 temp = concat (current_directory, "/", filename, NULL); in bsd_kvm_open()
|
| H A D | corelow.c | 300 temp = concat (current_directory, "/", filename, NULL); in core_open()
|
| H A D | main.c | 183 current_directory = gdb_dirbuf; in captured_main()
|
| H A D | defs.h | 728 extern char *current_directory;
|
| H A D | go32-nat.c | 436 chdir (current_directory); in go32_wait()
|
| H A D | ChangeLog-1994 | 2785 * top.c (gdb_init): Init current_directory in gdb_init. Probably 4111 that source_path doesn't contain the current_directory from when
|
| H A D | ChangeLog-1992 | 5939 (cd_command): Avoid changing current_directory on error.
|
| H A D | ChangeLog-1993 | 2948 * main.c (cd_command): If current_directory on entry is "/", then
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/ |
| H A D | Install.pm | 705 my $current_directory = $^O eq 'MacOS' ? $Curdir : '.'; 769 }, $current_directory );
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Path.cpp | 906 void make_absolute(const Twine ¤t_directory, in make_absolute() argument 919 current_directory.toVector(current_dir); in make_absolute()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 284 void make_absolute(const Twine ¤t_directory, SmallVectorImpl<char> &path);
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/ |
| H A D | ChangeLog | 3450 and current_directory initialization.
|