Searched refs:show_diff (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/periodic/etc/daily/ |
H A D | 222.backup-gmirror | 19 show_diff=$2 28 [ -n "$show_diff" ] && diff ${daily_diff_flags} "${file}.bak" "${file}.tmp" 35 [ -n "$show_diff" ] && cat "${file}.bak"
|
H A D | 223.backup-zfs | 20 show_diff=$2 27 if [ -n "$show_diff" ]; then 37 [ -n "$show_diff" ] && cat "${file}.bak"
|
H A D | 221.backup-gpart | 21 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 D | t-qic.c | 23 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 D | xregs_sig.c | 144 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()
|