Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/build/
H A DMakefile384 source_path=`which ${_tool} || echo /dev/null/no/such`; \
385 if [ ! -e "$${source_path}" ] ; then \
389 ${_COPY_HOST_TOOL} "$${source_path}" "${DESTDIR}/bin/${_tool}"
392 @source_path="${_tool:S/:/ /:[1]}"; \
394 if [ ! -e "$${source_path}" ] ; then \
395 echo "Host tool '$${source_path}' is missing"; false; \
398 ${_COPY_HOST_TOOL} "$${source_path}" "$${target_path}"
406 source_path=`which ${_tool} || echo /dev/null/no/such`; \
407 if [ ! -e "$${source_path}" ] ; then \
411 ${_WRAP_HOST_TOOL} "$${source_path}" "${DESTDIR}/bin/${_tool}"
/freebsd/bin/mv/
H A Dmv.c65 static void preserve_fd_acls(int source_fd, int dest_fd, const char *source_path,
441 preserve_fd_acls(int source_fd, int dest_fd, const char *source_path, in preserve_fd_acls() argument
454 source_path); in preserve_fd_acls()
464 source_path); in preserve_fd_acls()
473 warn("failed to get acl entries for %s", source_path); in preserve_fd_acls()
477 warn("acl_is_trivial() failed for %s", source_path); in preserve_fd_acls()
/freebsd/contrib/kyua/examples/
H A Dsyntax_test.cpp130 const fs::path source_path = example_file("Kyuafile.top"); in ATF_TEST_CASE_BODY() local
131 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1); in ATF_TEST_CASE_BODY()
157 const fs::path source_path = example_file("Kyuafile.top"); in ATF_TEST_CASE_BODY() local
158 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1); in ATF_TEST_CASE_BODY()
/freebsd/contrib/dialog/samples/install/
H A Dsetup.c201 extract_packages(const char *source_path) in extract_packages() argument
211 "2>>var/installed/packages/ERROR; done", source_path)) in extract_packages()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1635 ValueObjectSP source_path; in DoGuessValueAt() local
1640 source_path = DoGuessValueAt(frame, origin_register, 0, disassembler, in DoGuessValueAt()
1650 source_path = in DoGuessValueAt()
1653 if (!source_path) { in DoGuessValueAt()
1656 source_path = in DoGuessValueAt()
1657 GetValueForDereferincingOffset(frame, source_path, offset); in DoGuessValueAt()
1660 if (source_path) { in DoGuessValueAt()
1661 return source_path; in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp915 FileSpec source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary() local
918 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
919 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
921 build_path.GetPath(), source_path.GetPath(), true); in GetModuleSpecInfoFromUUIDDictionary()
/freebsd/
H A DMakefile.inc12724 source_path=`which ${_tool}`; \
2725 if [ ! -e "$${source_path}" ] ; then \
2728 cp -pf "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}"