Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-cmds.c319 if (strcmp (gdb_dirbuf, current_directory) != 0) in pwd_command()
321 current_directory, gdb_dirbuf); in pwd_command()
323 printf_unfiltered ("Working directory %s.\n", current_directory); in pwd_command()
369 current_directory = dir; in cd_command()
372 if (IS_DIR_SEPARATOR (current_directory[strlen (current_directory) - 1])) in cd_command()
373 current_directory = concat (current_directory, dir, NULL); in cd_command()
375 current_directory = concat (current_directory, SLASH_STRING, dir, NULL); in cd_command()
382 for (p = current_directory; *p;) in cd_command()
395 while (q != current_directory && !IS_DIR_SEPARATOR (q[-1])) in cd_command()
398 if (q == current_directory) in cd_command()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/
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()
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()
Dm32r-rom.c462 if (current_directory) in m32r_upload_command()
463 download_path = xstrdup (current_directory); in m32r_upload_command()
Dbsd-kvm.c73 temp = concat (current_directory, "/", filename, NULL); in bsd_kvm_open()
Dcorelow.c300 temp = concat (current_directory, "/", filename, NULL); in core_open()
Dmain.c183 current_directory = gdb_dirbuf; in captured_main()
Ddefs.h728 extern char *current_directory;
Dgo32-nat.c436 chdir (current_directory); in go32_wait()
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
DChangeLog-19925939 (cd_command): Avoid changing current_directory on error.
DChangeLog-19932948 * main.c (cd_command): If current_directory on entry is "/", then
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
DInstall.pm705 my $current_directory = $^O eq 'MacOS' ? $Curdir : '.';
769 }, $current_directory );
/openbsd/src/gnu/llvm/llvm/lib/Support/
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/
DFileSystem.h284 void make_absolute(const Twine &current_directory, SmallVectorImpl<char> &path);
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/
DChangeLog3450 and current_directory initialization.