Home
last modified time | relevance | path

Searched defs:current_dir (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp914 SmallString<128> current_dir; in make_absolute() local
955 SmallString<128> current_dir; in make_absolute() local
/netbsd/external/gpl3/gdb/dist/ld/
H A Dldelf.c501 char * current_dir = getpwd (); in ldelf_search_needed() local
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c496 char * current_dir = getpwd (); in ldelf_search_needed() local
/netbsd/external/gpl3/gdb.old/dist/ld/
H A Dldelf.c501 char * current_dir = getpwd (); in ldelf_search_needed() local
/netbsd/external/gpl3/binutils/dist/ld/
H A Dldelf.c526 char * current_dir = getpwd (); in ldelf_search_needed() local
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.c1545 static char current_dir[] = { '.', DIR_SEPARATOR, '\0' }; in run_gcc() local
H A Dlto-wrapper.cc1414 static char current_dir[] = { '.', DIR_SEPARATOR, '\0' }; in run_gcc() local
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dlto-wrapper.c1545 static char current_dir[] = { '.', DIR_SEPARATOR, '\0' }; in run_gcc() local
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_mtree.c110 struct archive_string current_dir; member