Searched refs:diff (Results 1 - 22 of 22) sorted by relevance

/ast/src/cmd/pax/
H A Ddelta2patch.sh62 diff -r -N -u $tmp/old $tmp/new | sed -e "s,$tmp/new/,,g" -e "s,$tmp/old/,,g" -e $'s/^--- \\([^\t]*\\)/&.orig/' -e '/^diff /s/ [^ ]*$/.orig&/'
H A Dtestpax.sh148 diff -r new rep
203 diff -r new rep
228 diff oo nn
250 diff -r new cpy/new
H A Ddelta.c981 register Vdoff_t diff; local
984 if (diff = off - dp->offset)
989 if (bseek(dp->bp, diff, SEEK_CUR, 0) < 0)
/ast/src/lib/libjcl/
H A Duniq.c41 Dt_t* diff; member in struct:State_s
246 * add name=value to the diff dict
251 diff(const char* name, const char* value, Jcldisc_t* disc) function
256 if (!state.diff)
261 if (!(state.diff = dtopen(&state.diffdisc, Dtoset)))
267 if (u = (Uniq_t*)dtmatch(state.diff, name))
282 dtinsert(state.diff, u);
H A Djcllib.h148 #define diff _jcl_diff macro
167 extern int diff(const char*, const char*, Jcldisc_t*);
H A Dlib.c210 if (diff(v->name, v->value))
/ast/src/cmd/pack/
H A Dpack.c174 double diff; local
177 diff = huffisize(hp) - (dsize+huffosize(hp));
179 infile,(100*diff)/((double)huffisize(hp)));
/ast/src/cmd/ksh93/tests/
H A Dreadcsv.sh67 diff "$tmp1" "$tmp2" >/dev/null 2>&1 || err_exit "files $tmp1 and $tmp2 differ"
H A Dcomvar.sh496 [[ "${foo1[1234]}" == "${foo2[1234]}" ]] || err_exit "test failed\n$(diff -u <( print -r -- "${foo1[1234]}") <(print -r -- "${foo2[1234]}"))."
520 function diff function
529 float mydiff=sw.diff
H A Dtypes.sh500 diff junk[12] > /dev/null || err_exit 'typeset -T not idempotent'
/ast/src/lib/libtk/generic/
H A DtkCanvArc.c760 double vertex[2], pointAngle, diff, dist, newDist;
786 diff = pointAngle - arcPtr->start;
787 diff -= ((int) (diff/360.0) * 360.0);
788 if (diff < 0) {
789 diff += 360.0;
791 angleInRange = (diff <= arcPtr->extent) ||
792 ((arcPtr->extent < 0) && ((diff - 360.0) >= arcPtr->extent));
1567 double diff;
1572 diff
753 double vertex[2], pointAngle, diff, dist, newDist; local
1553 double diff; local
[all...]
H A DtkGrid.c941 int diff = 0; /* Extra pixels needed to add to the layout. */
948 diff = size - slotPtr[slots-1].offset;
954 if (diff == 0) {
968 return(diff > 0 ? diff/2 : 0);
976 if (diff > 0) {
979 slotPtr[slot].offset += diff * weight / totalWeight;
1025 while (diff < 0) {
1049 newDiff = diff;
1052 int maxDiff; /* max diff tha
937 int diff = 0; /* Extra pixels needed to add to the layout. */ local
1599 int diff = layoutPtr[slot].maxOffset - layoutPtr[slot].minOffset; local
[all...]
H A DtkListbox.c671 int index, diff;
681 diff = listPtr->topIndex-index;
682 if (diff > 0) {
683 if (diff <= (listPtr->fullLines/3)) {
689 diff = index - (listPtr->topIndex + listPtr->fullLines - 1);
690 if (diff > 0) {
691 if (diff <= (listPtr->fullLines/3)) {
692 ChangeListboxView(listPtr, listPtr->topIndex + diff);
669 int index, diff; local
H A DtkGrab.c1251 int mode, diff;
1254 * The diff caculation is trickier than it may seem. Don't forget
1259 diff = eventPtr->xany.serial - info->serial;
1270 || (diff < 0)) {
1240 int mode, diff; local
/ast/src/cmd/INIT/
H A Dregress.sh1091 diff $IGNORESPACE $i $j >$i.diff 2>&1
1092 if [[ -s $i.diff ]]
1095 then print -u2 " ===" diff $IGNORESPACE ${i#$TWD/} "<actual >expected ==="
1096 cat $i.diff >&2
H A Dmktest.sh634 diff $IGNORESPACE $PREFIX${UNIT[0]}.tmp $PREFIX${UNIT[0]}.out
H A Dpackage.sh1111 regress diff(1) the current and previous package test results.
6429 then $exec diff -b regress.out regress.old
/ast/src/lib/libtk/library/
H A Dclrpick.tcl566 set diff [expr $x - $data($color,x)]
567 $sel move $data($color,index) $diff 0
568 set data($color,x) [expr $data($color,x) + $diff]
/ast/src/cmd/pzip/
H A Dpop.c396 * copy the row by row diff of path to sfstdout
400 diff(int op, const char* path, size_t row) function
558 return diff(op, *argv, row);
/ast/src/cmd/std/
H A Dshar.sh431 \$cksum $files | sed 's=[^ ]*/==' | diff -b \$temp - >\$dtemp
433 then echo "Ouch [diff of \$cksum output]:" ; cat \$dtemp
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c2723 int diff, code;
2746 diff = event.xconfigure.serial - serial;
2747 if (diff >= 0) {
3673 int diff;
3816 diff = event.xconfigure.serial - serial;
3817 if (diff >= 0) {
2707 int diff, code; local
3643 int diff; local
/ast/src/cmd/nmake/
H A DMakerules.mk383 DIFF = diff

Completed in 108 milliseconds