Home
last modified time | relevance | path

Searched refs:show_diff (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/periodic/etc/daily/
H A D222.backup-gmirror19 show_diff=$2
28 [ -n "$show_diff" ] && diff ${daily_diff_flags} "${file}.bak" "${file}.tmp"
35 [ -n "$show_diff" ] && cat "${file}.bak"
H A D223.backup-zfs20 show_diff=$2
27 if [ -n "$show_diff" ]; then
37 [ -n "$show_diff" ] && cat "${file}.bak"
H A D221.backup-gpart21 show_diff=$2
30 [ -n "$show_diff" ] && diff ${daily_diff_flags} "${file}.bak" "${file}.tmp"
37 [ -n "$show_diff" ] && cat "${file}.bak"
/freebsd/contrib/sendmail/libsm/
H A Dt-qic.c23 show_diff(s1, s2) in show_diff() function
78 show_diff(in, line_back);
186 show_diff(inout[i].qic_in, inout[i].qic_out);
213 show_diff(inout[i].qic_in, inout[i].qic_out);
219 show_diff(obp, inout[i].qic_out);
242 show_diff(inout[i].qic_in, inout[i].qic_out);
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c144 show_diff(const uint8_t *xregs1, const uint8_t *xregs2, int bank) in show_diff() function
190 show_diff(xregs, xregs_cpu, bank); in worker_thread()
200 show_diff(zero_xregs, xregs_cpu, bank); in worker_thread()