Searched refs:diff (Results 276 - 300 of 530) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh309 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
342 diff -u -L "correct" $WORKDIR/correctF.out -L "test" $WORKDIR/testF.out \
377 diff -u -L "correct" $WORKDIR/correctAF.out -L "test" $WORKDIR/testAF.out \
H A Dpreworld_test.sh240 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
246 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
/freebsd-current/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh58 diff -u $(atf_get_srcdir)/data/${exp} out && \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_incrementals.ksh135 log_must diff $send_mnt/f1 /$POOL2/rfs/f1
136 log_must diff $send_mnt/d1/f1 /$POOL2/rfs/d1/f1
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh92 diff $OLD_HISTORY $TMP_HISTORY | grep "^> " | sed 's/^> //g' > \
/freebsd-current/share/examples/ipfw/
H A Dchange_rules.sh44 # will also be sent to root with a unified diff of the rule change.
151 diff -u ${edit_file}.$DATE ${edit_file} \
/freebsd-current/cddl/sbin/zfs/
H A DMakefile18 zfs-diff.8 \
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D221.backup-gpart30 [ -n "$show_diff" ] && diff ${daily_diff_flags} "${file}.bak" "${file}.tmp"
/freebsd-current/usr.sbin/etcupdate/
H A Detcupdate.sh69 etcupdate diff [-d workdir] [-D destdir] [-I patterns] [-L logfile]
245 # Remove empty files. These just clutter the output of 'diff'.
396 diff -qI '\$FreeBSD.*\$' $1 $2 >/dev/null 2>&1
482 # Output a diff of two directory entries with the same relative name
536 diff -u $diffargs -L "$3 ($4)" $1/$3 -L "$3 ($5)" $2/$3
739 diff --changed-group-format='<<<<<<< (local)
936 echo -n "Select: (p) postpone, (df) diff-full, (e) edit,"
945 diff -u ${DESTDIR}$1 ${CONFLICTS}$1
953 (df) diff-full - show all changes made to merged file
1248 # nothing. Otherwise, generate a diff o
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dstats.c163 u64 diff; local
178 diff = bnxt_re_stat_diff(tmp_counters[0].cnp_tx_bytes,
181 bytes = diff + pkts * 4;
201 diff = bnxt_re_stat_diff(tmp_counters[1].cnp_tx_bytes,
204 cnps->cur[1].cnp_tx_bytes += diff + pkts * 4;
218 diff = bnxt_re_stat_diff(roce_only_tmp[0].tx_bytes,
221 dstat->cur[0].tx_bytes += diff + pkts * 4;
235 diff = bnxt_re_stat_diff(roce_only_tmp[1].tx_bytes,
238 dstat->cur[1].tx_bytes += diff + pkts * 4;
/freebsd-current/contrib/ntp/sntp/
H A Dmain.c1559 struct timeval diff; local
1580 diff = sub_tval(systemt, latest);
1583 (long)diff.tv_sec, (long)diff.tv_usec);
1584 if (0 != cgt_rc || labs((long)diff.tv_sec) < 3600) {
1592 diff = sub_tval(latest, mono);
1595 (long)diff.tv_sec, (long)diff.tv_usec);
1596 if (labs((long)diff.tv_sec) < 3600) {
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1507 gunzip -c < ${X}-${Y}.gz > diff
1508 gunzip -c < files/${X}.gz > diff-OLD
1511 grep -E '^-' diff |
1514 look "${PREFIX}" diff-OLD
1516 sort > diff-rm
1517 grep -E '^\+' diff |
1518 cut -c 2- > diff-add
1521 comm -23 diff-OLD diff-rm |
1522 sort - diff
[all...]
/freebsd-current/contrib/libedit/
H A Drefresh.c493 * in the first or second diff, diff is the difference between the
497 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
500 ELRE_DEBUG(1, (__F, "re_clear_eol sx %d, fx %d, diff %d\n",
501 sx, fx, diff));
507 if (fx > diff)
508 diff = fx;
509 if (sx > diff)
510 diff = sx;
512 ELRE_DEBUG(1, (__F, "re_clear_eol %d\n", diff));
[all...]
/freebsd-current/sys/kern/
H A Dkern_cpu.c459 int bdiff, count, diff, error, i, type; local
545 diff = abs(levels[i].total_set.freq - rate);
546 if (diff < bdiff) {
547 bdiff = diff;
938 int best, count, diff, bdiff, devcount, error, freq, i, n; local
973 diff = abs(levels[i].total_set.freq - freq);
974 if (diff < bdiff) {
975 bdiff = diff;
/freebsd-current/targets/pseudo/clang/
H A DMakefile.depend53 usr.bin/clang/llvm-diff \
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c606 ULONGLONG diff; local
613 diff = (uend.QuadPart - ustart.QuadPart) / 10000;
614 return diff;
618 Adjust(int milliseconds, int diff) argument
621 milliseconds -= diff;
844 int diff; local
870 diff = (int) tdiff(fstart, fend);
871 milliseconds = Adjust(milliseconds, diff);
H A Dread_termcap.c466 int diff, iret, tclen, oline; local
541 diff = newilen - tclen;
542 if (diff >= r_end - rp) {
547 newsize = (size_t) (r_end - record + diff + BFRAG);
570 rp += diff;
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c526 u_long diff; local
593 diff = pmp->pm_bpcluster - on;
594 n = diff > uio->uio_resid ? uio->uio_resid : diff;
595 diff = dep->de_FileSize - uio->uio_offset;
596 if (diff < n)
597 n = diff;
598 diff = blsize - bp->b_resid;
599 if (diff < n)
600 n = diff;
1509 int diff; local
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Drrm.c158 struct os_time curr, diff; local
170 os_time_sub(&curr, &nr->lci_date, &diff);
173 if (diff.sec > 0xffff)
177 diff_l = diff.sec * 10 + diff.usec / 100000;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetcap.c477 int diff, iret, tclen; local
556 diff = newilen - tclen;
557 if (diff >= r_end - rp) {
562 newsize = r_end - record + diff + BFRAG;
585 rp += diff;
/freebsd-current/lib/libc/gen/
H A Dgetcap.c390 int diff, iret, tclen; local
469 diff = newilen - tclen;
470 if (diff >= r_end - rp) {
475 newsize = r_end - record + diff + BFRAG;
498 rp += diff;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Drrm.c314 struct os_reltime t, diff; local
347 os_reltime_sub(&t, &wpa_s->lci_time, &diff);
349 diff_l = diff.sec * 10 + diff.usec / 100000;
1538 struct os_reltime update_time, diff; local
1549 &update_time, &diff);
1552 (diff.sec || diff.usec >= 8000)) {
1558 (unsigned int) diff.sec,
1559 (unsigned int) diff
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1433 struct timeval diff; local
1435 evutil_timersub(&tv[i+1], &tv[i], &diff);
1436 tt_int_op(diff.tv_sec, ==, 0);
1437 total_diff += diff.tv_usec;
1438 TT_BLATHER(("Difference = %d", (int)diff.tv_usec));
1475 struct timeval diff; local
1477 evutil_timersub(&tv[i+1], &tv[i], &diff);
1478 tt_int_op(diff.tv_sec, ==, 0);
1479 total_diff += diff.tv_usec;
1480 TT_BLATHER(("Step difference = %d", (int)diff
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_util.c1433 struct timeval diff; local
1435 evutil_timersub(&tv[i+1], &tv[i], &diff);
1436 tt_int_op(diff.tv_sec, ==, 0);
1437 total_diff += diff.tv_usec;
1438 TT_BLATHER(("Difference = %d", (int)diff.tv_usec));
1475 struct timeval diff; local
1477 evutil_timersub(&tv[i+1], &tv[i], &diff);
1478 tt_int_op(diff.tv_sec, ==, 0);
1479 total_diff += diff.tv_usec;
1480 TT_BLATHER(("Step difference = %d", (int)diff
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.proc.c1236 struct timeval tetime, diff; local
1245 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1246 if (timercmp(&diff, &tetime, >))
1247 tetime = diff;
1252 timeval_t tetime, diff;
1261 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1262 if (timercmp(&diff, &tetime, >))
1263 tetime = diff;
1271 time_t tetime, diff;
1278 clock_t tetime, diff;
[all...]

Completed in 430 milliseconds

<<11121314151617181920>>