Home
last modified time | relevance | path

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

/freebsd-14.2/tools/build/
H A DMakefile382 source_path=`which ${_tool} || echo /dev/null/no/such`; \
383 if [ ! -e "$${source_path}" ] ; then \
387 ${_COPY_HOST_TOOL} "$${source_path}" "${DESTDIR}/bin/${_tool}"
390 @source_path="${_tool:S/:/ /:[1]}"; \
392 if [ ! -e "$${source_path}" ] ; then \
393 echo "Host tool '$${source_path}' is missing"; false; \
396 ${_COPY_HOST_TOOL} "$${source_path}" "$${target_path}"
404 source_path=`which ${_tool} || echo /dev/null/no/such`; \
405 if [ ! -e "$${source_path}" ] ; then \
409 ${_WRAP_HOST_TOOL} "$${source_path}" "${DESTDIR}/bin/${_tool}"
/freebsd-14.2/bin/mv/
H A Dmv.c77 static void preserve_fd_acls(int source_fd, int dest_fd, const char *source_path,
453 preserve_fd_acls(int source_fd, int dest_fd, const char *source_path, in preserve_fd_acls() argument
466 source_path); in preserve_fd_acls()
476 source_path); in preserve_fd_acls()
485 warn("failed to get acl entries for %s", source_path); in preserve_fd_acls()
489 warn("acl_is_trivial() failed for %s", source_path); in preserve_fd_acls()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/
H A DMakefile.inc12685 source_path=`which ${_tool}`; \
2686 if [ ! -e "$${source_path}" ] ; then \
2689 cp -pf "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}"