Searched refs:sdiff (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/usr.bin/sdiff/
H A DMakefile5 PROG= sdiff
6 SRCS= edit.c sdiff.c
8 MAN1= sdiff.1
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/sdiff/
H A Dt_sdiff.sh36 sdiff -l "$(atf_get_srcdir)/d_input1" "$(atf_get_srcdir)/d_input2"
39 sdiff -s "$(atf_get_srcdir)/d_input1" "$(atf_get_srcdir)/d_input2"
42 sdiff -w 125 "$(atf_get_srcdir)/d_input1" "$(atf_get_srcdir)/d_input2"
55 atf_check -o file:$(atf_get_srcdir)/d_iflags_a1.out -s eq:1 sdiff ${tail1}
56 atf_check -o file:$(atf_get_srcdir)/d_iflags_a2.out -s eq:1 sdiff ${tail2}
57 atf_check -o file:$(atf_get_srcdir)/d_iflags_b1.out -s eq:1 sdiff -s ${tail1}
58 atf_check -o file:$(atf_get_srcdir)/d_iflags_b2.out -s eq:1 sdiff -s ${tail2}
59 atf_check -o file:$(atf_get_srcdir)/d_iflags_c1.out -s eq:1 sdiff -l ${tail1}
60 atf_check -o file:$(atf_get_srcdir)/d_iflags_c2.out -s eq:1 sdiff -l ${tail2}
61 atf_check -o file:$(atf_get_srcdir)/d_iflags_d1.out -s eq:1 sdiff
[all...]
/freebsd-12-stable/usr.bin/sdiff/tests/
H A Dsdiff_test.sh37 sdiff -l "$(atf_get_srcdir)/d_input1" "$(atf_get_srcdir)/d_input2"
40 sdiff -s "$(atf_get_srcdir)/d_input1" "$(atf_get_srcdir)/d_input2"
43 sdiff -w 125 "$(atf_get_srcdir)/d_input1" "$(atf_get_srcdir)/d_input2"
56 atf_check -o file:$(atf_get_srcdir)/d_iflags_a1.out -s eq:1 sdiff ${tail1}
57 atf_check -o file:$(atf_get_srcdir)/d_iflags_a2.out -s eq:1 sdiff ${tail2}
58 atf_check -o file:$(atf_get_srcdir)/d_iflags_b1.out -s eq:1 sdiff -s ${tail1}
59 atf_check -o file:$(atf_get_srcdir)/d_iflags_b2.out -s eq:1 sdiff -s ${tail2}
60 atf_check -o file:$(atf_get_srcdir)/d_iflags_c1.out -s eq:1 sdiff -l ${tail1}
61 atf_check -o file:$(atf_get_srcdir)/d_iflags_c2.out -s eq:1 sdiff -l ${tail2}
62 atf_check -o file:$(atf_get_srcdir)/d_iflags_d1.out -s eq:1 sdiff
[all...]
/freebsd-12-stable/tools/regression/p1003_1b/
H A Dfifo.c76 long sdiff; local
79 sdiff = a->tv_sec - b->tv_sec;
82 return (double)(sdiff * 1000000 + udiff) / 1e6;
/freebsd-12-stable/usr.bin/
H A DMakefile138 sdiff \
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.c650 int sdiff;
658 sdiff = diff;
664 if (sdiff > 0)
669 else if (sdiff < 0)
/freebsd-12-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf112 progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar
/freebsd-12-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh40 echo " -w N Specify a screen width in columns to sdiff"
54 # Loop allowing the user to use sdiff to merge files and display the merged
60 echo " *** Type h at the sdiff prompt (%) to get usage help"
68 sdiff -o "${COMPFILE}.merged" --text --suppress-common-lines \
/freebsd-12-stable/targets/pseudo/tests/
H A DMakefile.depend348 usr.bin/sdiff/tests \
/freebsd-12-stable/contrib/binutils/bfd/
H A Delflink.c3105 long sdiff = h1->root.u.def.section->id - h2->root.u.def.section->id;
3106 if (sdiff != 0)
3107 return sdiff > 0 ? 1 : -1;
4624 long sdiff = slook->id - h->root.u.def.section->id;
4625 if (sdiff < 0)
4627 else if (sdiff > 0)
3097 long sdiff = h1->root.u.def.section->id - h2->root.u.def.section->id; local
4615 long sdiff = slook->id - h->root.u.def.section->id; local
/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend322 usr.bin/sdiff \

Completed in 103 milliseconds