Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenmultilib143 all=${initial}`echo $first | sed -e 's_|_/_'g`
146 initial="${initial}${all}/" ./tmpmultilib $@
151 echo ${initial}${opt}/
155 initial="${initial}${opt}/" ./tmpmultilib $@
162 combinations=`initial=/ ./tmpmultilib ${options}`
/openbsd-src/gnu/gcc/gcc/
H A Dgenmultilib152 all=${initial}`echo $first | sed -e 's_|_/_'g`
155 initial="${initial}${all}/" ./tmpmultilib $@
160 echo ${initial}${opt}/
164 initial="${initial}${opt}/" ./tmpmultilib $@
171 combinations=`initial=/ ./tmpmultilib ${options}`
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Dzlib-generic.pl176 my $initial;
177 is $k->read($initial, 1), 1 ;
178 is $initial, substr($hello, 0, 1);
213 my $initial;
214 is $k->read($initial, 1), 1 ;
215 is $initial, substr($hello, 0, 1);
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dios_init.cc216 const int initial = 4; variable
217 gnu_filebuf buf(initial);
227 VERIFY( k1 == initial ); in test01()
232 VERIFY( k1 == initial ); in test01()
236 VERIFY( k1 == initial ); in test01()
242 VERIFY( k1 == initial ); in test01()
246 VERIFY( k1 == initial ); in test01()
252 VERIFY( k1 == initial ); in test01()
/openbsd-src/regress/usr.bin/mandoc/man/PD/
H A Dspacing.out_ascii7 initial text
23 initial text
42 initial text
52 initial text
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DDependencies.pm132 my $initial = $self->{set};
136 push(@todo, $initial);
142 if ($l eq $initial) {
155 $state->say("| #1", $initial->print);
158 while ($k ne $initial && !$merged->{$k}) {
169 delete $initial->solver->{deplist};
170 delete $initial->solver->{to_register};
171 $initial->merge($state->tracker, @real);
/openbsd-src/regress/usr.bin/mandoc/mdoc/Rs/
H A Dempty.out_markdown9 initial text
14 initial text
H A Dparagraph.out_markdown10 initial reference:
20 initial reference:
H A Dempty.out_utf87 initial text final text
10 initial text
H A Dempty.out_ascii7 initial text final text
10 initial text
H A Dparagraph.out_html2 initial reference: <span class="Rs"><span class="RsA">author name</span>,
10 <p class="Pp">initial reference:</p>
H A Dparagraph.out_ascii8 initial reference: author name, _b_o_o_k _t_i_t_l_e.
13 initial reference:
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm722 my $initial = substr($$textref,$oppos,1);
723 if ($initial && $maybe_quote{$initial}
724 || $allow_slash_match && $initial eq '/'
725 || $allow_qmark_match && $initial eq '?')
727 … unless ($$textref =~ m/\G \Q$initial\E [^\\$initial]* (\\.[^\\$initial]*)* \Q$initial\E /gcsx)
729 _failmsg qq{Did not find closing delimiter to match '$initial' at "} .
739 if ($initial eq '/' || $initial eq '?')
/openbsd-src/regress/usr.bin/mandoc/mdoc/Eo/
H A Dobsolete.out_markdown12 initial text
18 initial text
H A Dobsolete.out_ascii9 surplus initial text <<enclosed words with --ffllaaggss>> middle text (<<more
12 initial text after empty Es final text
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dwait.t113 ok($testnum++, 1, "$test_type: obtained initial lock");
142 ok($testnum++, 1, "$test_type: obtained initial lock");
172 ok($testnum++, 1, "$test_type: obtained initial lock");
177 ok($testnum++, 1, "$test_type: obtained initial lock");
246 ok($testnum++, 1, "$test_type: obtained initial lock");
275 ok($testnum++, 1, "$test_type: obtained initial lock");
305 ok($testnum++, 1, "$test_type: obtained initial lock");
310 ok($testnum++, 1, "$test_type: obtained initial lock");
H A Dwaithires.t155 ok($testnum++, 1, "$test_type: obtained initial lock");
203 ok($testnum++, 1, "$test_type: obtained initial lock");
208 ok($testnum++, 1, "$test_type: obtained initial lock");
290 ok($testnum++, 1, "$test_type: obtained initial lock");
338 ok($testnum++, 1, "$test_type: obtained initial lock");
343 ok($testnum++, 1, "$test_type: obtained initial lock");
/openbsd-src/regress/usr.bin/mandoc/roff/esc/
H A Dbs_man.out_ascii9 in a macro definition: prefix(initial)suffix prefix(later)suffix
11 in a string definition: prefix(initial)middle(later)suffix
H A Dbs_mdoc.out_ascii9 in a macro definition: prefix(initial)suffix prefix(later)suffix
11 in a string definition: prefix(initial)middle(later)suffix
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.agent9 particular SSH session identifier as derived from the initial key
12 initial KEX signature made by the host key.
24 identifier' is the exchange hash derived from the initial key
27 SSH2_MSG_KEXDH_REPLY/SSH2_MSG_KEXECDH_REPLY message of the initial key
68 and signify the initial hop from the host running ssh-agent). The agent
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DREADME.eltorito42 One caveat - Your boot floppy MUST load any initial ramdisk via LILO,
45 and will fail miserably. LILO will load the initial ramdisk using BIOS
80 have an initial RAM disk loaded when the kernel starts up. If you let the
81 kernel try to read in the initial RAM disk from floppy, it will fail
86 The solution is to have the initial boot loader, called LILO, load your
87 initial RAM disk for you. LILO uses BIOS calls entirely for these
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsignals.py53 initial = signal.getsignal(signal.SIGINT)
58 signal.signal(signal.SIGINT, initial)
/openbsd-src/regress/usr.sbin/bgpd/unittests/
H A Drde_sets_test.c37 build_set(const char *name, uint32_t *mem, size_t nmemb, size_t initial) in build_set() argument
41 a = as_sets_new(&as_sets, name, initial, sizeof(*mem)); in build_set()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c127 struct dwarf2_frame_state_reg_info initial; member
195 dwarf2_frame_state_free_regs (fs->initial.prev); in dwarf2_frame_state_free()
197 xfree (fs->initial.reg); in dwarf2_frame_state_free()
242 struct frame_info *next_frame, CORE_ADDR initial) in execute_stack_op() argument
254 dwarf_expr_push (ctx, initial); in execute_stack_op()
294 gdb_assert (fs->initial.reg); in execute_cfa_program()
297 fs->regs.reg[reg] = fs->initial.reg[reg]; in execute_cfa_program()
334 gdb_assert (fs->initial.reg); in execute_cfa_program()
337 fs->regs.reg[reg] = fs->initial.reg[reg]; in execute_cfa_program()
625 fs->initial = fs->regs; in dwarf2_frame_cache()
[all …]
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dlibgcc.S47 ; improve the estimate of r, given an initial estimate r[0], where
76 rcpf r3, r0 ; Compute initial estimate r[0]
109 ; Calculate initial estimate r[0]

12345678910>>...30