| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 28 diff
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | rsync3.sh | 33 diff --no-dereference -rq /usr/src/sys $mntpoint/usr/src/sys > $log; s=$?
|
| /freebsd/sys/arm/freescale/imx/ |
| H A D | imx6_anatop.c | 258 int d, diff, i, nearest; in cpufreq_nearest_oppt() local 263 diff = INT_MAX; in cpufreq_nearest_oppt() 267 if (diff > d) { in cpufreq_nearest_oppt() 268 diff = d; in cpufreq_nearest_oppt()
|
| /freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_atexit.sh | 47 diff -Nru exp out \
|
| /freebsd/contrib/diff/man/ |
| H A D | diff3.1 | 47 \fB\-\-diff\-program\fR=\fIPROGRAM\fR
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | recv_dedup_encrypted_zvol.ksh | 59 log_must diff $volfile $recvdev
|
| H A D | send-c_zstream_recompress.ksh | 51 log_must diff -r $dir $recvdir
|
| /freebsd/sbin/savecore/tests/ |
| H A D | livedump_test.sh | 48 atf_check diff kldstat out
|
| /freebsd/lib/libc/gen/ |
| H A D | getcap.c | 390 int diff, iret, tclen; in getent() local 469 diff = newilen - tclen; in getent() 470 if (diff >= r_end - rp) { in getent() 475 newsize = r_end - record + diff + BFRAG; in getent() 498 rp += diff; in getent()
|
| /freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_freebsd_inc.h | 116 This will be used to offset that diff.*/ 138 … /* lower than in non TURBO mode. This will be used to offset that diff.*/
|
| /freebsd/contrib/byacc/test/ |
| H A D | run_test.sh | 41 echo "...diff $REF" 42 diff -c "$REF" "$CMP"
|
| /freebsd/usr.sbin/etcupdate/tests/ |
| H A D | preworld_test.sh | 240 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/sys/netpfil/pf/ |
| H A D | pf_norm.c | 223 int diff; in pf_frnode_compare() local 225 if ((diff = a->fn_proto - b->fn_proto) != 0) in pf_frnode_compare() 226 return (diff); in pf_frnode_compare() 227 if ((diff = a->fn_af - b->fn_af) != 0) in pf_frnode_compare() 228 return (diff); in pf_frnode_compare() 229 if ((diff = pf_addr_cmp(&a->fn_src, &b->fn_src, a->fn_af)) != 0) in pf_frnode_compare() 230 return (diff); in pf_frnode_compare() 231 if ((diff = pf_addr_cmp(&a->fn_dst, &b->fn_dst, a->fn_af)) != 0) in pf_frnode_compare() 232 return (diff); in pf_frnode_compare() 239 int diff; in pf_frag_compare() local [all …]
|
| /freebsd/sys/dev/usb/net/ |
| H A D | if_usie.c | 777 uint16_t diff; in usie_if_rx_callback() local 858 diff = sizeof(struct usie_desc) + ipl + pad; in usie_if_rx_callback() 863 m->m_data += diff; in usie_if_rx_callback() 864 m->m_pkthdr.len = (m->m_len -= diff); in usie_if_rx_callback() 887 if (m->m_pkthdr.len <= diff) { in usie_if_rx_callback() 910 m->m_data += diff; in usie_if_rx_callback() 911 m->m_pkthdr.len = (m->m_len -= diff); in usie_if_rx_callback()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 302 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in offsetFrom() local 303 if (isa<SCEVCouldNotCompute>(Diff)) in offsetFrom() 306 ConstantRange Offset = SE.getSignedRange(Diff); in offsetFrom() 394 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in isSafeAccess() local 395 if (isa<SCEVCouldNotCompute>(Diff)) in isSafeAccess() 407 return SE.evaluatePredicateAt(ICmpInst::Predicate::ICMP_SGE, Diff, Min, I) in isSafeAccess() 409 SE.evaluatePredicateAt(ICmpInst::Predicate::ICMP_SLE, Diff, Max, I) in isSafeAccess()
|
| /freebsd/contrib/mandoc/ |
| H A D | dba.c | 316 int diff; in compare_names() local 320 return (diff = *cp2 - *cp1) ? diff : in compare_names() 321 (diff = strcasecmp(cp1 + 1, cp2 + 1)) ? diff : in compare_names()
|
| /freebsd/contrib/libxo/ |
| H A D | configure.ac | 35 AC_PATH_PROG(DIFF, diff, /usr/bin/diff)
|
| /freebsd/usr.sbin/ac/ |
| H A D | ac.c | 285 struct timeval diff, total = { 0, 0 }, usec = { 0, 1 }, yesterday; in show_today() local 296 timersub(&today, &lp->time, &diff); in show_today() 297 update_user(lp->user, diff); in show_today()
|
| /freebsd/tests/sys/cddl/zfs/tests/acl/ |
| H A D | acl_common.kshlib | 105 $DIFF $tmpsrc $tmptgt > /dev/null 2>&1 115 $DIFF $tmpsrc $tmptgt > /dev/null 2>&1 173 $DIFF $tmpsrc $tmptgt > /dev/null 2>&1
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | lib_twait.c | 448 long diff = (returntime - starttime); in _nc_timed_wait() local 449 if (ev->data.timeout_msec <= diff) in _nc_timed_wait() 452 ev->data.timeout_msec -= diff; in _nc_timed_wait()
|
| /freebsd/usr.bin/diff/ |
| H A D | diffreg.c | 87 #include "diff.h" 91 * diff - compare two files. 158 * doing a "context" or "unified" diff. (see routine "change" to 523 (void)strlcpy(tempfile, _PATH_TMP "/diff.XXXXXXXX", sizeof(tempfile)); in opentemp() 757 * GNU diff ignores a missing newline in check() 938 * printed. The algorithm used by diff(1) identifies the ranges in output() 1496 /* dump accumulated "context" diff changes */ in dump_context_vec() 1599 /* dump accumulated "unified" diff changes */ in dump_unified_vec() 1630 * Output changes in "unified" diff format--the old and new lines in dump_unified_vec()
|
| /freebsd/crypto/openssh/regress/ |
| H A D | ssh-com-keygen.sh | 67 diff - ${OPENSSHPUB}
|
| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_ppr.h | 59 extern void bwn_ppr_add(struct bwn_mac *mac, struct bwn_ppr *ppr, int diff);
|
| /freebsd/usr.sbin/periodic/etc/daily/ |
| H A D | 223.backup-zfs | 29 diff ${daily_diff_flags} "${file}.bak" "${file}.tmp"
|
| /freebsd/crypto/openssl/ms/ |
| H A D | cmp.pl | 51 printf STDERR "diff at char $tot of $nm\n";
|