代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/115326/15017957
jd
#!/bin/csh -f
if ( ! -e equation.out ) then
echo File \"equation.out\" not found.
exit 1
endif
if ( { diff -w equation.out equation.sol } ) then
echo "PROGRAM ACCEPTED."
else
echo "WRONG
www.eeworm.com/read/16793/691108
run-nquote2
echo "warning: several of these tests will fail if arrays have not" >&2
echo "warning: been compiled into the shell." >&2
${THIS_SH} ./nquote2.tests 2>&1 | grep -v '^expect' > /tmp/xx
diff /tmp/xx nqu
www.eeworm.com/read/16793/691129
run-histexpand
echo "warning: all of these tests will fail if history has not been compiled" >&2
echo "warning: into the shell" >&2
${THIS_SH} ./histexp.tests > /tmp/xx 2>&1
diff /tmp/xx histexp.right && rm -f /tmp/
www.eeworm.com/read/16793/691132
run-nquote1
echo "warning: several of these tests will fail if arrays have not" >&2
echo "warning: been compiled into the shell." >&2
${THIS_SH} ./nquote1.tests 2>&1 | grep -v '^expect' > /tmp/xx
diff /tmp/xx nqu
www.eeworm.com/read/16793/691300
run-history
echo "warning: all of these tests will fail if history has not been compiled" >&2
echo "warning: into the shell" >&2
${THIS_SH} ./history.tests > /tmp/xx 2>&1
diff /tmp/xx history.right && rm -f /tmp/
www.eeworm.com/read/16793/691347
run-nquote3
echo "warning: several of these tests will fail if arrays have not" >&2
echo "warning: been compiled into the shell." >&2
${THIS_SH} ./nquote3.tests 2>&1 | grep -v '^expect' > /tmp/xx
diff /tmp/xx nqu
www.eeworm.com/read/38039/1096729
mnu chng_view.mnu
CHANGE#IMAGE
#
Flip#View
Flip View.
#
Set#Center
Choose the center of the image.
#
Resize
Zoom in or out.
#
Show#Diff
Display difference between the workpiece and the reference part.
#
Original
Reset
www.eeworm.com/read/463239/1538940
v fifo.v
// M.D. Ciletti 4-4-2001
// Note: Adjust stack parameters
// Note: Model does not support simultaneous read and write, and would need
// additional logic.
// As written, ptr-diff would have two n
www.eeworm.com/read/247473/4482445
004 5.004
diff perl5.004.orig/Configure perl5.004/Configure
190a191
> perllibs=''
9904a9906,9913
> : Remove libraries needed only for extensions
> : The appropriate ext/Foo/Makefile.PL will add them back in, if
www.eeworm.com/read/247473/4482501
004 5.004
diff perl5.004.orig/Configure perl5.004/Configure
190a191
> perllibs=''
9904a9906,9913
> : Remove libraries needed only for extensions
> : The appropriate ext/Foo/Makefile.PL will add them back in, if