Home
last modified time | relevance | path

Searched refs:diff (Results 101 – 125 of 300) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/tools/smatch/src/validation/
H A D.gitignore2 *.diff
/illumos-gate/usr/src/cmd/diffmk/
H A Ddiffmk.sh41 diff -e $1 $2 | (sed -n -e '
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_010_pos.ksh169 log_must diff -r $mntpnt_old $mntpnt_new
175 log_must diff -r $mntpnt_old $mntpnt_new
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c417 hrtime_t diff = t2 - t1; in tm_fmt() local
419 if (diff < MILLISEC) in tm_fmt()
420 debug("%s: %lld nanoseconds\n", msg, diff); in tm_fmt()
421 else if (diff < MICROSEC) in tm_fmt()
422 debug("%s: %.2f microseconds\n", msg, (float)diff / MILLISEC); in tm_fmt()
423 else if (diff < NANOSEC) in tm_fmt()
424 debug("%s: %.2f milliseconds\n", msg, (float)diff / MICROSEC); in tm_fmt()
426 debug("%s: %.2f seconds\n", msg, (float)diff / NANOSEC); in tm_fmt()
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c638 UARCH diff = AARCH(ref) ^ AARCH(ip); in LZ4_compressCtx() local
639 if (!diff) { in LZ4_compressCtx()
644 ip += LZ4_NbCommonBytes(diff); in LZ4_compressCtx()
831 UARCH diff = AARCH(ref) ^ AARCH(ip); in LZ4_compress64kCtx() local
832 if (!diff) { in LZ4_compress64kCtx()
837 ip += LZ4_NbCommonBytes(diff); in LZ4_compress64kCtx()
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c372 double diff; in get_pfkey_reply() local
432 diff = (double)(after - before)/(double)CLK_TCK; in get_pfkey_reply()
433 timeout -= (int)(diff * 1000); in get_pfkey_reply()
/illumos-gate/usr/src/test/os-tests/tests/pf_key/
H A Dacquire-compare.sh150 diff /tmp/grep.$$ /tmp/egrep.$$
174 diff /tmp/extended-addresses.$$ /tmp/regular-addresses.$$
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dnew_bugs.sh24 for err in $(diff -u $old $new | cut -b 2- | egrep '(warn|error|warning):') ; do
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dregex_test.sh25 diff -u - ${TESTDIR}/data/${t}.out || \
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.recache48 diff $TEMP1 $TEMP2 || fail 'BAD: T.recache'
H A DT.system30 diff $TEMP1 $TEMP2 || fail 'BAD: T.system (1)'
H A DT.delete37 diff $TEMP1 $TEMP2 || fail 'BAD: T.delete (1)'
H A DT.chem25 diff $TEMP1 ${i/.p/.ok} || fail "BAD: T.chem on $i"
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.split97 print "diff at ", i, x[i], $i
H A Dt.split9a8 print "diff at ", i, x[i], $i
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A Ddefinit.ksh33 if ! diff $tf $dir/init.expected; then
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c429 long diff; local
442 diff = (long)(hit - lot);
443 if (diff < 2)
446 t += diff / 2;
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.S56 sub %i0, %i1, %i0 ! delay slot, get diff from s1 - s2
97 inc %i0 ! reset s1 diff
147 inc 3, %i0 ! reset s1 diff
191 inc 2, %i0 ! reset s1 diff
/illumos-gate/usr/src/test/elf-tests/tests/linker-sets/
H A Dsimple.sh47 diff -u ${TESTDIR}/simple.out simple.$$.out
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_proc.sh41 if ! diff -u /tmp/expected.$$ /tmp/output.$$; then
/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c676 cpc_event_diff(cpc_event_t *diff, cpc_event_t *left, cpc_event_t *right) in cpc_event_diff() argument
678 diff->ce_hrt = left->ce_hrt; in cpc_event_diff()
679 diff->ce_tsc = left->ce_tsc - right->ce_tsc; in cpc_event_diff()
680 diff->ce_pic[0] = left->ce_pic[0] - right->ce_pic[0]; in cpc_event_diff()
681 diff->ce_pic[1] = left->ce_pic[1] - right->ce_pic[1]; in cpc_event_diff()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c608 unsigned int diff; /* difference between old and new */ in check_diff() local
618 diff = pwlen - opwlen; in check_diff()
620 diff = opwlen - pwlen; in check_diff()
624 diff++; in check_diff()
629 if (diff < pwdef->mindiff) { in check_diff()
/illumos-gate/usr/src/cmd/ast/
H A DMakefile.asthdr76 /usr/bin/diff -D $(AST64BITCPPSYMBOL) "$(HDRDIR32)/$(@F)" "$(HDRDIR64)/$(@F)" ; true ;\
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_005_neg.ksh63 log_must diff $OLD_HISTORY $NEW_HISTORY
/illumos-gate/usr/src/test/util-tests/tests/libsff/
H A Dlibsff.ksh53 if ! diff $testfile.out $sff_outfile >/dev/null; then

12345678910>>...12