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

/ast/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...]
H A Dtmxtouch.c44 Tv_t mv; local
66 mv.tv_sec = tmxsec(mt);
67 mv.tv_nsec = tmxnsec(mt);
68 mp = &mv;
/ast/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;
/ast/src/cmd/3d/
H A Dopaque.sh76 if mv ... ...3d
77 then if mv ...3d ...
80 mv ...3d ...
/ast/src/cmd/sort/
H A Dsfopen.c86 Match_t* mv; local
125 if (!(mv = newof(0, Match_t, 1, 0)))
128 mv->pattern = v;
130 me = me->next = mv;
132 mp = mv;
/ast/src/cmd/builtin/
H A DMakefile17 LINKS = cp: ln mv cksum: md5sum sum
90 look mkdir mkfifo mktemp mv nl od paste rm tail tr uniq uuencode wc
/ast/src/cmd/std/
H A Dtouch.c126 Tv_t mv; local
251 mp = &mv;
/ast/src/cmd/INIT/
H A Dexecrate.sh101 *cmp|*cp|*ln|*mv)
H A Dmamprobe.sh233 set STDCAT cat STDCHMOD chmod STDCMP cmp STDCP cp STDLN ln STDMV mv STDRM rm
H A Dmktest.sh625 then mv $PREFIX${UNIT[0]}.tmp $PREFIX${UNIT[0]}.junk
638 *) mv $PREFIX${UNIT[0]}.tmp $PREFIX${UNIT[0]}.out
H A Dpackage.sh3431 then $exec mv $x $INSTALLROOT/../../$i
3933 then mv $o.old $o.out.1
3935 then mv $o.out $o.out.2
3952 mv $o.out $o.out.$i
4241 mv get.tmp $3 || exit
4972 mv $admin_db $admin_db.old
4973 mv $admin_db.new $admin_db
5729 for i in chmod chgrp cmp cp ln mv rm
5953 if executable /bin/mv
5954 then mv
[all...]
H A Dregress.sh521 do mv $1 $2
1068 mv $i.fi $i
H A Diffe.sh3106 mv $tmp.h $x
/ast/src/lib/libcmd/
H A DMakefile25 mkfifo.c mktemp.c mv.c paste.c pathchk.c pids.c rev.c rm.c \
/ast/src/cmd/proto/
H A Dsear.sh164 then mv "$out.manifest" "${out%.*}.manifest"
/ast/src/cmd/msgcc/
H A Dmsgcc.sh412 [[ -f $__out__ ]] && mv $__out__ $__out__.old
413 mv $__tmp__ $__out__
/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh577 mv $tmp/tmpdir1 $tmp/tmpdir2
585 mv $tmp/tmpdir2 $tmp/tmpdir1
613 mv t1 t2
H A Dsubshell.sh371 mv $tmp/tmp $tmp/buf
373 mv $tmp/tmp $tmp/lin
/ast/src/cmd/nmake/
H A DMakefile84 set STDCAT cat STDCHMOD chmod STDCMP cmp STDCP cp STDLN ln STDMV mv STDRM rm
H A DMakerules.mk333 for .X. cat cmp cp ln mv rm
445 MV = mv
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h196 #define KPVRESIZE(vm,dt,sz,mv,func) (func((vm),(dt),(sz),(mv),1) )
/ast/src/lib/libast/comp/
H A Dconf.sh391 mv $tmp.t $tmp.g
787 mv $tmp.t $tmp.q
789 mv $tmp.t $tmp.v
825 mv $tmp.y $1
826 mv $tmp.n $tmp.p
843 mv $tmp.y $1
1554 *) cmp -s $tmp.2 ${base}.h 2>/dev/null || mv $tmp.2 ${base}.h ;;
1611 *) cmp -s $tmp.4 ${base}.c 2>/dev/null || mv $tmp.4 ${base}.c ;;
1633 *) cmp -s $tmp.5 ${base}.h 2>/dev/null || mv $tmp.5 ${base}.h ;;
/ast/src/cmd/pax/
H A Dfile.c703 Tv_t mv; local
706 tvgetmtime(&mv, f->st);
707 settime(f->path, &av, &mv, NiL);
/ast/src/cmd/html/
H A Dmm2html.sh2898 then mv $framebody $frame-man.html

Completed in 85 milliseconds