| /freebsd-11-stable/usr.bin/sdiff/tests/ |
| HD | sdiff_test.sh | 37 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 -s ${tail1} [all …]
|
| /freebsd-11-stable/contrib/netbsd-tests/usr.bin/sdiff/ |
| HD | t_sdiff.sh | 36 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 -s ${tail1} [all …]
|
| /freebsd-11-stable/usr.bin/diff/ |
| HD | TODO | 2 * soc implemented it via calling sdiff directly, but some options are 4 * just recommend the user to run sdiff directly and do not implement it 17 the way sdiff expects it and in any case we have sdiff for that feature)
|
| /freebsd-11-stable/usr.bin/sdiff/ |
| HD | Makefile | 5 PROG= sdiff 6 SRCS= edit.c sdiff.c 9 MAN1= sdiff.1
|
| /freebsd-11-stable/tools/regression/p1003_1b/ |
| HD | fifo.c | 74 long sdiff; in tvsub() local 77 sdiff = a->tv_sec - b->tv_sec; in tvsub() 80 return (double)(sdiff * 1000000 + udiff) / 1e6; in tvsub()
|
| /freebsd-11-stable/contrib/jemalloc/src/ |
| HD | huge.c | 159 size_t sdiff = oldsize - usize; in huge_ralloc_no_move_similar() local 162 JEMALLOC_FREE_JUNK, sdiff); in huge_ralloc_no_move_similar() 167 sdiff); in huge_ralloc_no_move_similar() 222 size_t sdiff = oldsize - usize; in huge_ralloc_no_move_shrink() local 225 sdiff); in huge_ralloc_no_move_shrink() 231 CHUNK_ADDR2OFFSET((uintptr_t)ptr + usize), sdiff); in huge_ralloc_no_move_shrink()
|
| /freebsd-11-stable/contrib/diff/ |
| HD | NEWS | 33 * New diff and sdiff option: 65 * New diff and sdiff options: 72 * New diff3 and sdiff option: 85 * The new sdiff interactive command `ed' precedes each version with a header. 107 * New cmp, diff, diff3, sdiff option: --help 170 - When signaled, sdiff exits with the signal's status, not with status 2. 193 * sdiff and diff -y handle incomplete lines. 198 * Add sdiff and cmp programs. 209 --sdiff-merge-assist
|
| HD | ChangeLog | 94 * src/sdiff.c (usage): Likewise. 100 * src/sdiff.c (main): Likewise. 105 * src/sdiff.c (main): Likewise. 149 * src/sdiff.c: Include <unlocked-io.h>, <exit.h>. 203 sdiff.$(OBJEXT)): Rename from (misspelled) diff3.$(OBJECT), 204 diff.$(OBJECT), sdiff.$(OBJECT). Patch by Paul D. Smith in 277 * src/diff.c, src/diff3.c, src/sdiff.c: Likewise. 280 * src/diff.h, src/diff3.c, src/sdiff.c: Likewise. 319 (Tabs, sdiff Option Summary, diff Options): 410 (cmp.$(OBJEXT) diff3.$(OBJECT) diff.$(OBJECT) sdiff.$(OBJECT)): Depend [all …]
|
| HD | README | 3 This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
|
| HD | AUTHORS | 90 diff3.c, getopt.c, getopt1.c, regex.c, sdiff.c, util.c, xmalloc.c;
|
| /freebsd-11-stable/contrib/gcc/config/ |
| HD | fp-bit.c | 650 int sdiff; 658 sdiff = diff; 664 if (sdiff > 0) 669 else if (sdiff < 0)
|
| /freebsd-11-stable/contrib/diff/doc/ |
| HD | diff.texi | 14 @command{sdiff}, and @command{cmp} commands for showing the 44 * sdiff: (diff)Invoking sdiff. Merge 2 files side-by-side. 85 * Interactive Merging:: Interactive merging with @command{sdiff}. 94 * Invoking sdiff:: Side-by-side merge of file differences. 133 You can use the @command{sdiff} command to merge two files interactively. 177 @command{sdiff} was written by Thomas Lord. @acronym{GNU} @command{cmp} 1002 You can use the @command{sdiff} command to interactively merge side by side 2393 @chapter Interactive Merging with @command{sdiff} 2397 With @command{sdiff}, you can merge two files interactively based on a 2400 put the merged text. @xref{Invoking sdiff}, for more details on the [all …]
|
| /freebsd-11-stable/etc/mtree/ |
| HD | BSD.tests.dist | 707 sdiff
|
| /freebsd-11-stable/usr.bin/ |
| HD | Makefile | 142 sdiff \
|
| /freebsd-11-stable/targets/pseudo/userland/gnu/ |
| HD | Makefile.depend | 102 gnu/usr.bin/sdiff \
|
| /freebsd-11-stable/usr.sbin/crunch/examples/ |
| HD | really-big.conf | 112 progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar
|
| /freebsd-11-stable/usr.sbin/mergemaster/ |
| HD | mergemaster.sh | 68 sdiff -o "${COMPFILE}.merged" --text --suppress-common-lines \
|
| /freebsd-11-stable/targets/pseudo/tests/ |
| HD | Makefile.depend | 325 usr.bin/sdiff/tests \
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elflink.c | 3097 long sdiff = h1->root.u.def.section->id - h2->root.u.def.section->id; in elf_sort_symbol() local 3098 if (sdiff != 0) in elf_sort_symbol() 3099 return sdiff > 0 ? 1 : -1; in elf_sort_symbol() 4615 long sdiff = slook->id - h->root.u.def.section->id; in elf_link_add_object_symbols() local 4616 if (sdiff < 0) in elf_link_add_object_symbols() 4618 else if (sdiff > 0) in elf_link_add_object_symbols()
|
| /freebsd-11-stable/targets/pseudo/userland/ |
| HD | Makefile.depend | 346 usr.bin/sdiff \
|
| /freebsd-11-stable/ |
| HD | ObsoleteFiles.inc | 2037 OLD_FILES+=usr/tests/usr.bin/sdiff/sdiff
|