Searched refs:mv (Results 1 - 25 of 482) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/ntp/scripts/build/
H A Dcheck--help20 mv ${1} ${1}-
H A Dgenver58 mv "${TEMPDIR}/version.m4+" m4/version.m4
74 mv "${TEMPDIR}/version.def+" include/version.def
92 mv "${TEMPDIR}/version.texi+" include/version.texi
/freebsd-12-stable/bin/sh/funcs/
H A Dcmv48 /bin/mv "$1" "$2"
/freebsd-12-stable/contrib/gdb/
H A Dmove-if-change28 mv -f $1 $2
31 mv -f $1 $2
/freebsd-12-stable/sys/gnu/dts/include/dt-bindings/usb/
H A Dpd.h29 #define PDO_FIXED_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_FIXED_VOLT_SHIFT)
32 #define PDO_FIXED(mv, ma, flags) \
34 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
36 #define VSAFE5V 5000 /* mv units */
42 #define PDO_BATT_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MIN_VOLT_SHIFT)
43 #define PDO_BATT_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MAX_VOLT_SHIFT)
54 #define PDO_VAR_MIN_VOLT(mv) ((((m
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dsort-protos9 mv -f tmp.$input $input
/freebsd-12-stable/contrib/binutils/
H A Dmove-if-change2 # Like mv $1 $2, but if the files are the same, just delete $1.
21 mv -f "$1" "$2"
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dint_mul_impl.inc20 mv a2, a0
21 mv a0, zero
/freebsd-12-stable/bin/mv/
H A DMakefile7 PROG= mv
/freebsd-12-stable/lib/libc/riscv/sys/
H A Dvfork.S42 mv a2, ra
48 mv ra, a2
/freebsd-12-stable/crypto/openssh/regress/
H A Dbrokenkeys.sh10 mv ${KEYS} ${KEYS}.bak
22 mv ${KEYS}.bak ${KEYS}
/freebsd-12-stable/contrib/cortex-strings/scripts/
H A Dtrim.sh8 mv next-$i $i
/freebsd-12-stable/contrib/expat/
H A Dfix-xmltest-log.sh48 mv "${tempfile}" "${filename}"
/freebsd-12-stable/lib/libc/riscv/gen/
H A D_ctx_start.S40 mv a0, s1 /* Load ucp saved in makecontext */
/freebsd-12-stable/tools/tools/html-mv/
H A Dhtml-mv10 # $ html-mv FAQ
43 # create mv(1) shell script
46 qq[die "rename $a $ENV{'file'}_$b.html:\$\!";\n]' .list > .mv
57 perl .mv
59 rm -f .mv .sed .list
/freebsd-12-stable/sys/arm/mv/discovery/
H A Ddiscovery.c44 #include <arm/mv/mvreg.h>
45 #include <arm/mv/mvvar.h>
46 #include <arm/mv/mvwin.h>
/freebsd-12-stable/sys/arm/mv/kirkwood/
H A Dkirkwood.c43 #include <arm/mv/mvreg.h>
44 #include <arm/mv/mvvar.h>
45 #include <arm/mv/mvwin.h>
/freebsd-12-stable/cddl/usr.bin/ztest/tests/
H A Dztest.sh49 mv *ztest*.core* $TC_ARTIFACTS_DIR || true
50 mv ${TC_CORE_DIR}/*ztest*.core* $TC_ARTIFACTS_DIR || true
/freebsd-12-stable/tools/tools/kerninclude/
H A Dkerninclude.sh124 mv $o ${o}_
126 mv ${o}_ $o
145 mv $o ${o}_
147 mv ${o}_ $o
184 mv ${o} ${o}_
196 mv ${o}_ ${o}
203 mv ${src}_ ${src}
215 mv ${o} ${o}_
228 mv ${o}_ ${o}
235 mv
[all...]
/freebsd-12-stable/sbin/mount_fusefs/
H A Dmount_fusefs.c131 struct mntval *mv; local
199 for (mv = mvals; mv->mv_flag; ++mv) {
200 if (! (altflags & mv->mv_flag))
205 if (mo->m_flag != mv->mv_flag)
213 mv->mv_len = q - p + 1;
214 mv->mv_value = malloc(mv->mv_len);
215 if (mv
[all...]
/freebsd-12-stable/contrib/ncurses/include/
H A Dedit_cfg.sh48 mv $2 $BAK
63 mv $BAK $2
/freebsd-12-stable/contrib/unbound/contrib/android/
H A Dinstall_expat.sh32 mv "$file.fixed" "$file"
36 mv "$file.fixed" "$file"
/freebsd-12-stable/bin/mv/tests/
H A Dlegacy_test.sh143 mv fa ${FS}fb
153 mv fa fb ${FS}1/2/3
164 mv 1/2/3/fa ${FS}fb
174 mv 1/2/3/fa ${FS}fb
187 mv 1/2/3/fa ${FS}db 2>/dev/null
196 mv da1/da2/da3/fa ${FS}db1/db2/db3/fb
204 mv da ${FS}db
213 mv da1/da2/da3/da ${FS}db1/db2/db3/db
222 mv da1/da2/da3/da ${FS}db1/db2/db3
231 mv da
[all...]
/freebsd-12-stable/libexec/rtld-elf/riscv/
H A Drtld_start.S44 mv s0, a0 /* Put ps_strings in a callee-saved register */
45 mv s1, sp /* And the stack pointer */
49 mv a1, sp /* exit_proc */
52 mv t0, a0 /* Backup the entry point */
56 mv a0, s0 /* Restore ps_strings */
57 mv sp, s1 /* Restore the stack pointer */
95 mv a0, t0
101 mv t0, a0
/freebsd-12-stable/tools/tools/mid/
H A Dmid-master-index16 rm -f $filelistmid && mv $file.temp.mid $file.mid || exit 1
18 rm -f $filelistirt && mv $file.temp.irt $file.irt || exit 1

Completed in 241 milliseconds

1234567891011>>