Searched refs:diff (Results 151 - 175 of 489) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-i386.c75 symvalue diff; local
96 diff = symbol->value + reloc_entry->addend;
99 diff = reloc_entry->addend;
121 diff = -(1 << howto->size);
123 diff = reloc_entry->addend - symbol->value;
125 diff = -reloc_entry->addend;
129 diff = reloc_entry->addend;
137 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase;
141 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
143 if (diff !
[all...]
H A Dcoff-x86_64.c67 symvalue diff; local
88 diff = symbol->value + reloc_entry->addend;
91 diff = reloc_entry->addend;
113 diff = -(1 << howto->size);
115 diff = reloc_entry->addend - symbol->value;
117 diff = -reloc_entry->addend;
121 diff = reloc_entry->addend;
129 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase;
133 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
135 if (diff !
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Dkeygen-knownhosts.sh60 if ! diff -w $OBJ/kh.expect $OBJ/kh.result ; then
121 if ! diff -w $OBJ/kh.expect $OBJ/kh.result ; then
161 diff $OBJ/kh.invalid $OBJ/kh.invalid.orig || fail "remove on invalid succeeded"
167 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove simple"
173 diff $OBJ/kh.hosts $OBJ/kh.hosts.orig || fail "remove CA"
179 diff $OBJ/kh.hosts $OBJ/kh.hosts.orig || fail "remove revoked"
185 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove wildcard"
191 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove wildcard"
196 diff $OBJ/kh.invalid $OBJ/kh.invalid.orig || fail "invalid file modified"
201 diff
[all...]
H A DMakefile148 ssh-keygen -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv
150 ssh-keygen -if ${.OBJDIR}/rsa_ssh2_cr.prv | diff - ${.CURDIR}/rsa_openssh.prv
152 ssh-keygen -if ${.OBJDIR}/rsa_ssh2_crnl.prv | diff - ${.CURDIR}/rsa_openssh.prv
157 ssh-keygen -yf t2.out | diff - ${.CURDIR}/rsa_openssh.pub
162 diff - ${.CURDIR}/rsa_openssh.pub
166 awk '{print $$2}' | diff - ${.CURDIR}/t4.ok
170 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok
177 ssh-keygen -yf t6.out1 | diff - t6.out2 ; \
214 awk '{print $$2}' | diff - ${.CURDIR}/t11.ok
H A Dscp.sh108 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
115 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
122 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
140 diff ${DIFFOPT} ${DIR} ${DIR3} || fail "corrupted copy"
146 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
164 $SUDO diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
H A Dssh-com-keygen.sh67 diff - ${OPENSSHPUB}
/openbsd-current/lib/libc/time/
H A Dwcsftime.c455 int diff; local
460 diff = t->tm_gmtoff;
461 if (diff < 0) {
463 diff = -diff;
467 diff /= SECSPERMIN;
468 diff = (diff / MINSPERHOUR) * 100 +
469 (diff % MINSPERHOUR);
470 pt = _conv(diff,
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-win.c1078 int diff; local
1083 diff = (new_height - primary_win_info->generic.height) * (-1);
1100 win_info->generic.height + diff);
1127 int first_split_diff = diff / 2; /* subtract the locator */
1130 if (diff % 2)
1134 if (diff < 0)
1140 if (diff < 0)
1168 if ((TUI_CMD_WIN->generic.height + diff) < 1)
1173 if ((TUI_CMD_WIN->generic.height + diff) < 1)
1176 for (i = TUI_CMD_WIN->generic.height + diff;
1349 int diff; local
[all...]
/openbsd-current/sbin/iked/
H A Dpolicy.c489 unsigned int diff; local
536 diff = IKED_REQ_CERTVALID|IKED_REQ_AUTHVALID|IKED_REQ_SA|
538 sa->sa_stateinit = sa->sa_statevalid & ~diff;
539 sa->sa_statevalid = sa->sa_statevalid & diff;
1206 int diff = 0; local
1208 diff = sockaddr_cmp((struct sockaddr *)&a->addr,
1210 if (!diff)
1211 diff = (int)a->addr_mask - (int)b->addr_mask;
1212 if (!diff && useports)
1213 diff
1221 int diff = 0; local
[all...]
/openbsd-current/usr.bin/sndiod/
H A Ddsp.c296 cdiff = p->oblksz - p->diff;
302 *icnt = (odiff + p->diff) / p->oblksz;
321 int s, ds, diff; local
338 diff = p->diff;
356 log_puts(" frames, diff = ");
357 log_puti(diff);
362 if (diff >= oblksz) {
371 diff -= oblksz;
380 q = diff *
[all...]
H A Dfile.c98 int diff; local
112 diff = (*i)->val - val;
113 if (diff > 0) {
153 int diff; local
169 diff = timo_queue->val - timo_abstime;
170 if (diff > 0)
/openbsd-current/usr.bin/aucat/
H A Ddsp.c366 cdiff = p->oblksz - p->diff;
372 *icnt = (odiff + p->diff) / p->oblksz;
391 int s, ds, diff; local
408 diff = p->diff;
426 log_puts(" frames, diff = ");
427 log_puti(diff);
432 if (diff >= oblksz) {
441 diff -= oblksz;
450 q = diff *
[all...]
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Deval_all.sh130 diff -u ${BGPDCONFIGDIR}/eval_all.test1.ok eval_all.out
145 diff -u ${BGPDCONFIGDIR}/eval_all.test2.ok eval_all.out
160 diff -u ${BGPDCONFIGDIR}/eval_all.test1.ok eval_all.out
175 diff -u ${BGPDCONFIGDIR}/eval_all.test4.ok eval_all.out
190 diff -u ${BGPDCONFIGDIR}/eval_all.test1.ok eval_all.out
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_pll.c209 unsigned diff; local
212 diff = abs(target_clock - (pll->reference_freq * fb_div) /
215 if (diff < diff_best || (diff == diff_best &&
219 diff_best = diff;
/openbsd-current/regress/usr.bin/gzip/
H A DMakefile85 diff -up /etc/rc rc
97 diff -up rcmotd multi
108 diff -up /etc/rc rc
116 diff -up /etc/rc out
120 diff -up /etc/rc out
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.c341 #define grow_me_shrinking_next(me, next, diff) \
343 me->height += diff; \
344 next->height -= diff; \
345 next->first_row += diff; \
349 #define grow_me_shrinking_prev(me, prev, diff) \
351 me->height += diff; \
352 prev->height -= diff; \
353 me->first_row -=diff; \
357 #define shrink_me_growing_next(me, next, diff) \
359 me->height -= diff; \
662 int diff; local
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcorelist-perldelta.pl19 # generate a diff between the corelist sections of two perldelta* files:
28 The part to check the diff wants to be run with a Perl that has an up-to-date
32 to generate the text and one to show the diff between the
351 my $diff = Algorithm::Diff->new(map {
355 while ($diff->Next) {
356 next if $diff->Same;
358 if (!$diff->Items(2)) {
359 printf "%d,%dd%d\n", $diff->Get(qw( Min1 Max1 Max2 ));
360 } elsif(!$diff->Items(1)) {
361 printf "%da%d,%d\n", $diff
[all...]
/openbsd-current/usr.sbin/dhcp6leasectl/
H A Ddhcp6leasectl.c190 struct timespec now, diff; local
210 timespecsub(&now, &cei->request_time, &diff);
211 s = cei->lease_time - diff.tv_sec;
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py60 diffs = [diff.decode(errors="backslashreplace") for diff in diffs]
70 for diff in diffs:
71 sys.stdout.write(to_string(diff))
101 for diff in func(filelines[0], filelines[1], filepaths[0], filepaths[1],
103 sys.stdout.write(to_string(diff))
195 sys.stderr.write("Unsupported: 'diff': %s\n" % str(err))
248 sys.stderr.write("Error: 'diff' command failed, %s\n" % str(err))
/openbsd-current/sys/ddb/
H A Ddb_elf.c269 db_expr_t diff = *diffp; local
290 if ((off - symp->st_value) < diff) {
291 diff = off - symp->st_value;
293 if (diff == 0) {
305 } else if ((off - symp->st_value) == diff) {
322 *diffp = diff;
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/bin/
H A Dptardiff31 diff( \($file->get_content), $name,
55 for a file with the name and diff it against the contents of the
96 for a file with the name and diff it against the contents of the
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dtest_summary72 anychange=`diff -u $file.sent $file 2>/dev/null |
/openbsd-current/gnu/usr.bin/cvs/
H A DMakefile.am20 USOURCE_SUBDIRS = lib zlib diff src
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile36 diff -Bbur ../Makefile.SH Makefile.SH > Makefile.SH.patch
37 diff -Bbur ../installperl installperl > installperl.patch
/openbsd-current/regress/gnu/egcs/gcc-bounds/
H A DMakefile31 ${TCC} ${TCFLAGS} -o /dev/null ${i}-${j}.c 2>&1 | sed '/^\/tmp\//d;s/(\.text+0x[0-9a-f]*)//' | diff -u - ${.CURDIR}/${i}-${j}.c${EXP}
39 ${TCXX} ${TCXXFLAGS} -o /dev/null ${i}-${j}.cpp 2>&1 | grep -v 'misused' | sed '/^\/tmp\//d;s/(\.text+0x[0-9a-f]*)//' | diff -u - ${.CURDIR}/${i}-${j}.cpp${EXP}

Completed in 282 milliseconds

1234567891011>>