Searched refs:diff (Results 101 - 125 of 363) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/openssh/regress/
H A Dscp.sh8 # Figure out if diff understands "-N"
9 if diff -N ${SRC}/scp.sh ${SRC}/scp.sh 2>/dev/null; then
67 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
74 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
81 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
99 $SUDO diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
H A Dssh-com-keygen.sh67 diff - ${OPENSSHPUB}
/freebsd-10.0-release/usr.bin/grep/
H A Dfile.c185 ptrdiff_t diff; local
224 diff = p - bufpos;
225 len += diff;
228 memcpy(lnbuf + off, bufpos, diff);
229 bufrem -= diff;
/freebsd-10.0-release/usr.bin/top/
H A Dmachine.c1158 long diff; \
1160 diff = floor(1.0E6 * weighted_cpu(pctdouble((b)->ki_pctcpu), \
1165 diff = (long)(b)->ki_pctcpu - (long)(a)->ki_pctcpu; \
1166 if (diff != 0) \
1167 return (diff > 0 ? 1 : -1); \
1171 int64_t diff = (int64_t)(b)->ki_runtime - (int64_t)(a)->ki_runtime; \
1172 if (diff != 0) \
1173 return (diff > 0 ? 1 : -1); \
1177 int diff = sorted_state[(b)->ki_stat] - sorted_state[(a)->ki_stat]; \
1178 if (diff !
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c925 l_fp diff; local
926 diff = pps_arrvstamp;
928 L_SUB(&diff, &ees->arrvtime);
933 (long)diff.l_ui, (long)diff.l_uf,
935 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf);
936 L_SUB(&diff, &acceptable_slop);
937 if (L_ISNEG(&diff)) { /* AO
1360 long diff = (long) (ees->offset.l_uf - offset.l_uf); local
[all...]
/freebsd-10.0-release/contrib/texinfo/info/
H A Dwindow.c341 #define grow_me_shrinking_next(me, next, diff) \
343 me->height += diff; \
344 next->height -= diff; \
345 next->first_row += diff; \
349 #define grow_me_shrinking_prev(me, prev, diff) \
351 me->height += diff; \
352 prev->height -= diff; \
353 me->first_row -=diff; \
357 #define shrink_me_growing_next(me, next, diff) \
359 me->height -= diff; \
662 int diff; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dcert.c914 int diff; local
921 &diff);
924 if (diff)
925 return diff;
948 diff = 0;
951 diff = -1;
964 diff = der_heim_integer_cmp(ai.authorityCertSerialNumber,
966 if (diff)
967 return diff;
980 &diff);
1025 int ret, diff; local
1294 int diff; local
1315 int diff; local
1708 int diff, ret; local
1980 int ret, proxy_cert_depth, selfsigned_depth, diff; local
2948 int ret, diff; local
[all...]
/freebsd-10.0-release/contrib/ncurses/misc/
H A Djpf-indent102 diff -u "$save" "$name"
H A Dncu-indent115 diff -u "$save" "$name"
/freebsd-10.0-release/contrib/ofed/management/
H A Dmake.dist59 git diff-index --quiet HEAD -- $package > /dev/null 2>&1
132 diff $target/configure.in configure.in.new > /dev/null \
/freebsd-10.0-release/usr.bin/lex/
H A DMakefile51 @diff -I '^#line ' -I '\$$FreeBS[D]: .*\$$' -q \
61 diff -I '^#line ' -I '\$$FreeBS[D]: .*\$$' ${.CURDIR}/initscan.c -
/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp178 bool Result = diff(L, R, true, true);
188 diff(Pair.first, Pair.second);
192 void diff(BasicBlock *L, BasicBlock *R) { function in class:__anon3615::FunctionDifferenceEngine
204 // If the instructions differ, start the more sophisticated diff
206 if (diff(LeftI, RightI, false, false)) {
248 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { function in class:__anon3615::FunctionDifferenceEngine
461 void diff(Function *L, Function *R) { function in class:__anon3615::FunctionDifferenceEngine
486 return !diff(L, R, false, false);
635 void DifferenceEngine::diff(Function *L, Function *R) { function in class:DifferenceEngine
650 FunctionDifferenceEngine(*this).diff(
653 void DifferenceEngine::diff(Module *L, Module *R) { function in class:DifferenceEngine
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_resource.c1364 chgproccnt(uip, diff, max)
1366 int diff;
1371 if (diff > 0 && max != 0) {
1372 if (atomic_fetchadd_long(&uip->ui_proccnt, (long)diff) + diff > max) {
1373 atomic_subtract_long(&uip->ui_proccnt, (long)diff);
1377 atomic_add_long(&uip->ui_proccnt, (long)diff);
1394 int diff; local
1396 diff = to - *hiwat;
1397 if (diff >
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh91 diff $dtraceout $scriptout >/dev/null 2>&1
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.unpriv_funcs.ksh74 diff $privout $unprivout
/freebsd-10.0-release/contrib/libexecinfo/
H A Dbacktrace.c118 ptrdiff_t diff = (const char *)addr - (const char *)dli->dli_saddr; local
133 if (diff)
134 len = rasprintf(buf, bufsiz, o, "+0x%tx", diff);
139 len = rasprintf(buf, bufsiz, o, "0x%tx", diff);
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_umem.h57 unsigned long diff; member in struct:ib_umem
/freebsd-10.0-release/sys/xen/interface/foreign/
H A DMakefile19 diff -u reference.size $(XEN_TARGET_ARCH).size
/freebsd-10.0-release/tools/regression/ccd/layout/
H A Dccd0.sh13 diff -u -I '$FreeBSD' ref.$f _.$f
/freebsd-10.0-release/tools/regression/usr.bin/make/
H A Dcommon.sh64 echo " diff - diff actual and expected results"
362 diff -q $EXPECTED $RESULT 1>/dev/null 2>/dev/null
405 echo diff -u $EXPECTED $RESULT
407 diff -u $EXPECTED $RESULT
480 setup | run | compare | diff | clean | reset | show | \
/freebsd-10.0-release/usr.bin/bmake/unit-tests/
H A DMakefile81 TOOL_DIFF?= diff
/freebsd-10.0-release/usr.bin/csup/
H A DMakefile8 diff.c \
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_client/
H A DMakefile12 copy_foreign.c ctx.c delete.c deprecated.c diff.c \
/freebsd-10.0-release/sys/ddb/
H A Ddb_sym.c390 unsigned int diff; local
395 newdiff = diff = ~0;
398 if (newdiff < diff) {
400 diff = newdiff;
404 *offp = diff;
/freebsd-10.0-release/sys/arm/at91/
H A Dat91_pmc.c424 uint32_t i, div = 0, mul = 0, diff = 1 << 30; local
450 if (diff > diff1) {
451 diff = diff1;
454 if (diff == 0)
458 if (diff > (out_freq >> PMC_PLL_SHIFT_TOL))
488 unsigned int diff, matchdiff, freq; local
510 diff = abs(ckgr_val - at91_main_clock_tbl[i]);
511 if (diff < matchdiff) {
513 matchdiff = diff;

Completed in 367 milliseconds

1234567891011>>