Home
last modified time | relevance | path

Searched refs:current_directory (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsource.c468 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 Dtop.c101 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 Dm32r-rom.c462 if (current_directory) in m32r_upload_command()
463 download_path = xstrdup (current_directory); in m32r_upload_command()
H A Dbsd-kvm.c73 temp = concat (current_directory, "/", filename, NULL); in bsd_kvm_open()
H A Dcorelow.c300 temp = concat (current_directory, "/", filename, NULL); in core_open()
H A Dmain.c183 current_directory = gdb_dirbuf; in captured_main()
H A Ddefs.h728 extern char *current_directory;
H A Dgo32-nat.c436 chdir (current_directory); in go32_wait()
H A DChangeLog-19942785 * 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 DChangeLog-19925939 (cd_command): Avoid changing current_directory on error.
H A DChangeLog-19932948 * main.c (cd_command): If current_directory on entry is "/", then
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm705 my $current_directory = $^O eq 'MacOS' ? $Curdir : '.';
769 }, $current_directory );
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp906 void make_absolute(const Twine &current_directory, in make_absolute() argument
919 current_directory.toVector(current_dir); in make_absolute()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h284 void make_absolute(const Twine &current_directory, SmallVectorImpl<char> &path);
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog3450 and current_directory initialization.