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

1234567891011>>

/macosx-10.9.5/zsh-60/zsh/Functions/Misc/
H A Dharden5 mv $1.foo $1
/macosx-10.9.5/emacs-92/emacs/
H A Dmove-if-change11 mv -f $1 $2
14 mv -f $1 $2
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java286 MethodVisitor mv =
288 mv.visitCode();
290 mv.visitMethodInsn
293 mv.visitLdcInsn(className.replace('/', '.'));
295 mv.visitInsn(ACONST_NULL);
297 mv.visitTypeInsn(NEW, className);
298 mv.visitInsn(DUP);
299 mv.visitMethodInsn(INVOKESPECIAL, className, "<init>", "()V");
301 mv.visitMethodInsn
305 mv
569 genRegisterPrimaryKey(MethodVisitor mv, boolean input) argument
657 genWriteField(MethodVisitor mv, FieldInfo field) argument
683 genWriteSimpleKeyField(MethodVisitor mv, FieldInfo field) argument
721 genWritePrimitiveField(MethodVisitor mv, FieldInfo field) argument
740 genReadSuperKeyFields(MethodVisitor mv, boolean areSecKeyFields) argument
781 genReadFieldSwitch(MethodVisitor mv, List<FieldInfo> fields) argument
836 genReadField(MethodVisitor mv, FieldInfo field) argument
860 genReadSimpleKeyField(MethodVisitor mv, FieldInfo field) argument
903 genReadPrimitiveField(MethodVisitor mv, FieldInfo field) argument
1006 genGetFieldSwitch(MethodVisitor mv, List<FieldInfo> fields, Label defaultLabel) argument
1124 genSetFieldSwitch(MethodVisitor mv, List<FieldInfo> fields, Label defaultLabel) argument
1158 genWritePrimitive(MethodVisitor mv, int sort) argument
1209 genReadPrimitive(MethodVisitor mv, int sort) argument
1256 genWrapPrimitive(MethodVisitor mv, int sort) argument
1303 genUnwrapPrimitive(MethodVisitor mv, int sort) argument
1363 genBeforeCompareToZero(MethodVisitor mv, Type type) argument
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dfixinfo.sh46 mv $t $1
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tool/
H A Dcreate-symlinks.rb24 mv('RubyCocoa.framework', 'RubyCocoa.framework.old')
29 mv('osx', 'osx.old')
32 mv('rubycocoa.bundle', 'rubycocoa.bundle.old')
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dmove-if-change2 # Like mv $1 $2, but if the files are the same, just delete $1.
21 mv -f "$1" "$2"
/macosx-10.9.5/libarchive-29/xcodescripts/
H A Dfix_opensource_license.sh4 mv ${DSTROOT}/usr/local/OpenSourceLicenses/COPYING ${DSTROOT}/usr/local/OpenSourceLicenses/libarchive.txt
H A Drename_man_pages.sh11 mv ${DSTROOT}/usr/share/man/man1/bsdcpio.1 ${DSTROOT}/usr/share/man/man1/cpio.1
/macosx-10.9.5/dtrace-118.1/test/tst/common/
H A DMake.ppc64.sh1 gcc -arch ppc64 ./io/tst.fds.c -o a.out; mv a.out ./io/tst.fds.exe
2 gcc -arch ppc64 ./pid/tst.args1.c -o a.out; mv a.out ./pid/tst.args1.exe
3 gcc -arch ppc64 ./pid/tst.float.c -o a.out; mv a.out ./pid/tst.float.exe
4 gcc -arch ppc64 ./pid/tst.fork.c -o a.out; mv a.out ./pid/tst.fork.exe
5 gcc -arch ppc64 ./pid/tst.gcc.c -o a.out; mv a.out ./pid/tst.gcc.exe
6 gcc -arch ppc64 ./pid/tst.ret1.c -o a.out; mv a.out ./pid/tst.ret1.exe
7 gcc -arch ppc64 ./pid/tst.ret2.c -o a.out; mv a.out ./pid/tst.ret2.exe
8 gcc -arch ppc64 ./pid/tst.vfork.c -o a.out; mv a.out ./pid/tst.vfork.exe
9 # gcc -arch ppc64 ./pid/tst.weak1.c -o a.out; mv a.out ./pid/tst.weak1.exe
10 # gcc -arch ppc64 ./pid/tst.weak2.c -o a.out; mv
[all...]
H A DMake.sh1 gcc -arch i386 ./io/tst.fds.c -o a.out; mv a.out ./io/tst.fds.exe
2 gcc -arch i386 ./pid/tst.args1.c -o a.out; mv a.out ./pid/tst.args1.exe
3 gcc -arch i386 ./pid/tst.float.c -o a.out; mv a.out ./pid/tst.float.exe
4 gcc -arch i386 ./pid/tst.fork.c -o a.out; mv a.out ./pid/tst.fork.exe
5 gcc -arch i386 ./pid/tst.gcc.c -o a.out; mv a.out ./pid/tst.gcc.exe
6 gcc -arch i386 ./pid/tst.ret1.c -o a.out; mv a.out ./pid/tst.ret1.exe
7 gcc -arch i386 ./pid/tst.ret2.c -o a.out; mv a.out ./pid/tst.ret2.exe
8 gcc -arch i386 ./pid/tst.vfork.c -o a.out; mv a.out ./pid/tst.vfork.exe
9 # gcc -arch i386 ./pid/tst.weak1.c -o a.out; mv a.out ./pid/tst.weak1.exe
10 # gcc -arch i386 ./pid/tst.weak2.c -o a.out; mv
[all...]
H A DMake.x86_64.sh1 gcc -arch x86_64 ./io/tst.fds.c -o a.out; mv a.out ./io/tst.fds.exe
2 gcc -arch x86_64 ./pid/tst.args1.c -o a.out; mv a.out ./pid/tst.args1.exe
3 gcc -arch x86_64 ./pid/tst.float.c -o a.out; mv a.out ./pid/tst.float.exe
4 gcc -arch x86_64 ./pid/tst.fork.c -o a.out; mv a.out ./pid/tst.fork.exe
5 gcc -arch x86_64 ./pid/tst.gcc.c -o a.out; mv a.out ./pid/tst.gcc.exe
6 gcc -arch x86_64 ./pid/tst.ret1.c -o a.out; mv a.out ./pid/tst.ret1.exe
7 gcc -arch x86_64 ./pid/tst.ret2.c -o a.out; mv a.out ./pid/tst.ret2.exe
8 gcc -arch x86_64 ./pid/tst.vfork.c -o a.out; mv a.out ./pid/tst.vfork.exe
9 # gcc -arch x86_64 ./pid/tst.weak1.c -o a.out; mv a.out ./pid/tst.weak1.exe
10 # gcc -arch x86_64 ./pid/tst.weak2.c -o a.out; mv
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dbrokenkeys.sh10 mv ${KEYS} ${KEYS}.bak
22 mv ${KEYS}.bak ${KEYS}
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dtouch.c49 Tv_t mv; local
69 mv.tv_sec = mt;
70 mv.tv_nsec = 0;
71 mp = &mv;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtvtouch.c88 tvtouch(const char* path, register const Tv_t* av, register const Tv_t* mv, const Tv_t* cv, int flags) argument
125 if (!mv)
130 else if (mv == TV_TOUCH_RETAIN)
137 ts[1].tv_sec = mv->tv_sec;
138 ts[1].tv_nsec = NS(mv->tv_nsec);
140 if (!cv && av == TV_TOUCH_RETAIN && mv == TV_TOUCH_RETAIN && !stat(path, &st) && !chmod(path, st.st_mode & S_IPERM))
159 if ((av == TV_TOUCH_RETAIN || mv == TV_TOUCH_RETAIN) && stat(path, &st))
164 if (mv == TV_TOUCH_RETAIN)
165 mv = 0;
167 if (!av || !mv)
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/scripts/
H A Dcr_stripper.sh4 cmp -s $$ "$f" || (p4 edit "$f" && mv $$ "$f" && echo "$f Fixed")
/macosx-10.9.5/tcl-102/tcl_ext/tclconfig/
H A Dfix_tea_vers.sh7 mv -f $f.1 $f
/macosx-10.9.5/tidy-15.12/tidy/test/
H A Dtestxml.sh30 mv "./tmp/out_$bugNo.html" "./tmp/out_$bugNo.xml"
/macosx-10.9.5/crontabs-51/files/monthly/
H A D199.rotate-fax18 if [ -f "${i}.3${gzext}" ]; then mv -f "${i}.3${gzext}" "${i}.4${gzext}"; fi
19 if [ -f "${i}.2${gzext}" ]; then mv -f "${i}.2${gzext}" "${i}.3${gzext}"; fi
20 if [ -f "${i}.1${gzext}" ]; then mv -f "${i}.1${gzext}" "${i}.2${gzext}"; fi
21 if [ -f "${i}.0${gzext}" ]; then mv -f "${i}.0${gzext}" "${i}.1${gzext}"; fi
22 if [ -f "${i}" ]; then mv -f "${i}" "${i}.0" && if [ -x /usr/bin/gzip ]; then gzip -9 "${i}.0"; fi; fi
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Drobohunt26 proc mv {dir num} {
43 if $mask==0 {send "H"; mv "h" $num; return}
44 if $mask==1 {send "L"; mv "l" $num; return}
45 if $mask==2 {send "K"; mv "k" $num; return}
46 send "J"; mv "j" $num; return
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_source_local.rb16 FileUtils.mv @a_gem, @tempdir
17 FileUtils.mv @ap_gem, @tempdir
18 FileUtils.mv @b_gem, @tempdir
33 FileUtils.mv a2_gem, @tempdir
45 FileUtils.mv a2_gem, @tempdir
52 FileUtils.mv a2_gem, @tempdir
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/doc/
H A DMakefile.am.inc43 mv doc/atf.7.tmp doc/atf.7
/macosx-10.9.5/gnudiff-19/diffutils/m4/
H A DMakefile.am.in17 mv $@t $@
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Djpf-indent77 mv "$name" "$save"
96 mv "$test" "$name"
105 mv "$save" "$name"
109 mv "$save" "$name"
H A Dncu-indent88 mv "$name" "$save"
109 mv "$test" "$name"
118 mv "$save" "$name"
122 mv "$save" "$name"
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dssh-basic.test36 # it was unset so the "mv" tried to move a parent directory into a
41 mv "$todir/$F1" "$todir/ThisShouldGo"

Completed in 348 milliseconds

1234567891011>>