Searched refs:MV (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/sys/tools/sound/
H A Demu10k1-mkalsa.sh6 MV=${MV:=mv}
21 ${MV} -f $OUT.tmp $OUT
/freebsd-11-stable/contrib/libreadline/support/
H A Dshlib-install44 MV=mv
53 ${echo} $MV $INSTALLDIR/$LIBNAME ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
82 ${echo} $MV $BINDIR/$LIBNAME $BINDIR/$LIBNAME.$OLDSUFF
84 ${echo} $MV ${INSTALLDIR}/${LIBNAME} ${BINDIR}/${LIBNAME}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.h40 const MCValue &MV, int64_t Offset,
H A DAArch64TargetObjectFile.cpp62 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV,
64 assert((Offset+MV.getConstant() == 0) &&
61 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp50 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV,
55 unsigned FinalOff = Offset+MV.getConstant()+4;
49 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
H A DX86TargetObjectFile.h35 const MCValue &MV, int64_t Offset,
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dndisgen.sh441 ${MV} ${SYSBASE}.ko ${SYSBASE}.kmod
458 ${MV} ${SYSBASE}.kmod ${SYSBASE}.ko
497 MV=/bin/mv
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dmake-toolchain-version94 tmpfile=`mktemp ${TMPDIR:-/tmp}/MV.XXXXXXX`
/freebsd-11-stable/contrib/gperf/lib/
H A DMakefile.in49 MV = mv
/freebsd-11-stable/contrib/libxo/tests/gettext/
H A DMakefile.am156 ${MV} po/$$lang/$$base.po \
158 ${MV} po/$$lang/$$base.new.po \
168 ${MV} po/$$lang/$$base.po \
170 ${MV} po/$$lang/$$base.new.po \
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp61 if (auto MV = elementV.getAs<loc::MemRegionVal>())
62 if (const auto *R = dyn_cast<TypedValueRegion>(MV->getRegion())) {
H A DCallEvent.cpp901 loc::MemRegionVal MV(static_cast<const MemRegion *>(Data));
902 if (SymbolRef Sym = MV.getAsSymbol(true))
905 Values.push_back(MV);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h196 const MCValue &MV,
194 getIndirectSymViaGOTPCRel(const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/freebsd-11-stable/contrib/gperf/src/
H A DMakefile.in49 MV = mv
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h132 const MCValue &MV, int64_t Offset,
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh119 : ${MV="mv -f"}
1253 eval '$MV "$nlist"T "$nlist"'
1260 eval '$MV "$nlist"T "$nlist"'
1281 eval '$MV "$nlist"T "$nlist"'
1308 $MV "$nlist"T "$nlist"
1880 func_show_eval '$MV "$output_obj" "$lobj"' \
1930 func_show_eval '$MV "$output_obj" "$obj"' \
5531 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
5596 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
5752 $MV "
[all...]
/freebsd-11-stable/contrib/file/
H A Dltmain.sh313 unset MV
322 : ${MV="mv -f"}
2745 $MV "${write_libobj}T" "$write_libobj"
3545 func_show_eval '$MV "$output_obj" "$lobj"' \
3594 func_show_eval '$MV "$output_obj" "$obj"' \
4642 eval '$MV "$nlist"T "$nlist"'
4649 eval '$MV "$nlist"T "$nlist"'
4670 eval '$MV "$nlist"T "$nlist"'
4739 $MV "$nlist"T "$nlist"
5453 $MV \"\
[all...]
/freebsd-11-stable/contrib/libreadline/
H A DMakefile.in44 MV = mv
223 -$(MV) $(DESTDIR)$(libdir)/libreadline.a $(DESTDIR)$(libdir)/libreadline.old
226 -$(MV) $(DESTDIR)$(libdir)/libhistory.a $(DESTDIR)$(libdir)/libhistory.old
/freebsd-11-stable/contrib/libreadline/shlib/
H A DMakefile.in46 MV = mv
115 $(MV) $*.o $@
178 $(MV) tilde.o $@
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh319 : ${MV="mv -f"}
2742 $MV "${write_libobj}T" "$write_libobj"
3542 func_show_eval '$MV "$output_obj" "$lobj"' \
3591 func_show_eval '$MV "$output_obj" "$obj"' \
4639 eval '$MV "$nlist"T "$nlist"'
4646 eval '$MV "$nlist"T "$nlist"'
4667 eval '$MV "$nlist"T "$nlist"'
4736 $MV "$nlist"T "$nlist"
5450 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
5452 $MV \"\
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh319 : ${MV="mv -f"}
2742 $MV "${write_libobj}T" "$write_libobj"
3542 func_show_eval '$MV "$output_obj" "$lobj"' \
3591 func_show_eval '$MV "$output_obj" "$obj"' \
4639 eval '$MV "$nlist"T "$nlist"'
4646 eval '$MV "$nlist"T "$nlist"'
4667 eval '$MV "$nlist"T "$nlist"'
4736 $MV "$nlist"T "$nlist"
5450 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
5452 $MV \"\
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh319 : ${MV="mv -f"}
2742 $MV "${write_libobj}T" "$write_libobj"
3542 func_show_eval '$MV "$output_obj" "$lobj"' \
3591 func_show_eval '$MV "$output_obj" "$obj"' \
4639 eval '$MV "$nlist"T "$nlist"'
4646 eval '$MV "$nlist"T "$nlist"'
4667 eval '$MV "$nlist"T "$nlist"'
4736 $MV "$nlist"T "$nlist"
5450 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
5452 $MV \"\
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh319 : ${MV="mv -f"}
2742 $MV "${write_libobj}T" "$write_libobj"
3542 func_show_eval '$MV "$output_obj" "$lobj"' \
3591 func_show_eval '$MV "$output_obj" "$obj"' \
4639 eval '$MV "$nlist"T "$nlist"'
4646 eval '$MV "$nlist"T "$nlist"'
4667 eval '$MV "$nlist"T "$nlist"'
4736 $MV "$nlist"T "$nlist"
5450 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
5452 $MV \"\
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh142 : ${MV="mv -f"}
1465 $MV "${write_libobj}T" "${write_libobj}"
2226 func_show_eval '$MV "$output_obj" "$lobj"' \
2275 func_show_eval '$MV "$output_obj" "$obj"' \
3308 eval '$MV "$nlist"T "$nlist"'
3315 eval '$MV "$nlist"T "$nlist"'
3336 eval '$MV "$nlist"T "$nlist"'
3405 $MV "$nlist"T "$nlist"
4075 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
4077 $MV \"\
[all...]
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh142 : ${MV="mv -f"}
1495 $MV "${write_libobj}T" "${write_libobj}"
2256 func_show_eval '$MV "$output_obj" "$lobj"' \
2305 func_show_eval '$MV "$output_obj" "$obj"' \
3338 eval '$MV "$nlist"T "$nlist"'
3345 eval '$MV "$nlist"T "$nlist"'
3366 eval '$MV "$nlist"T "$nlist"'
3435 $MV "$nlist"T "$nlist"
4108 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
4110 $MV \"\
[all...]

Completed in 389 milliseconds

12