/openbsd/gnu/gcc/libdecnumber/ |
H A D | decUtility.c | 164 cut++; in decDensePackCoeff() 169 cut = 0; in decDensePackCoeff() 282 cut += 3; in decDenseUnpackCoeff() 302 cut++; in decDenseUnpackCoeff() 307 cut = 0; in decDenseUnpackCoeff() 319 cut++; in decDenseUnpackCoeff() 324 cut = 0; in decDenseUnpackCoeff() 334 cut++; in decDenseUnpackCoeff() 339 cut = 0; in decDenseUnpackCoeff() 345 if (cut != 0) in decDenseUnpackCoeff() [all …]
|
H A D | decNumber.c | 2050 if (cut == 0) in decToString() 2060 for (; cut >= 0; c++, cut--) in decToString() 2113 if (cut < 0) in decToString() 2129 if (cut < 0) in decToString() 2154 if (cut < 0) in decToString() 2183 for (cut = 9; cut >= 0; cut--) in decToString() 3032 for (u = msu1; cut >= DECDPUN; cut -= DECDPUN, u--) in decDivideOp() 4420 cut = 1; in decTrim() 4519 if (cut == 0) in decShiftToLeast() 4825 count -= cut; in decSetCoeff() [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | run.c | 71 I32 cut; /* the cut point between refcnted and non-refcnted */ in Perl_runops_wrap() local 81 cut = old_base; in Perl_runops_wrap() 82 assert(PL_stack_base + cut <= PL_stack_sp + 1); in Perl_runops_wrap() 92 cut = 1; in Perl_runops_wrap() 95 if (cut) { in Perl_runops_wrap() 96 SV **svp = PL_stack_base + cut; in Perl_runops_wrap() 118 if (cut) { in Perl_runops_wrap() 124 SSize_t n = PL_stack_sp - (PL_stack_base + cut) + 1; in Perl_runops_wrap() 131 SV* sv = PL_stack_base[cut + i]; in Perl_runops_wrap()
|
/openbsd/regress/usr.bin/ssh/ |
H A D | cfgmatch.sh | 126 config=`echo $i | cut -f1 -d:` 127 criteria=`echo $i | cut -f2 -d:` 128 value=`echo $i | cut -f3 -d:` 140 testcriteria=`echo $i | cut -f2 -d:` 141 expected=/`echo $i | cut -f3 -d:` 144 config=`echo $j | cut -f1 -d:` 145 criteria=`echo $j | cut -f2 -d:` 146 value=`echo $j | cut -f3 -d:`
|
H A D | agent-pkcs11-cert.sh | 51 cut -d' ' -f1-2 \ 56 $SSHADD -L | cut -d' ' -f1-2 | sort > $OBJ/output_list 83 cut -d' ' -f1-2 \ 86 $SSHADD -L | cut -d' ' -f1-2 | sort > $OBJ/output_list
|
H A D | agent-restrict.sh | 87 keylist) _command="$SSHADD -L | cut -d' ' -f-2 | sort" ;; 101 (printf "publickey " ; cut -d' ' -f-2 $_key) > $_file 228 cut -d " " -f-2 $OBJ/user_${u}.pub >> $OBJ/expect_list.pre 262 cut -d " " -f-2 $OBJ/user_x.pub > $OBJ/expect_list 335 $SSHADD -L | egrep "^ssh" | cut -d" " -f-2 | sort 368 cut -d" " -f-2 $OBJ/user_${h}.pub >> $OBJ/expect_keys 377 (printf "publickey " ; cut -d" " -f-2 $OBJ/user_a.pub) >> $OBJ/expect_a 384 cut -d" " -f-2 $OBJ/user_a.pub >> $OBJ/expect_a
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | verb_fmt.t | 36 =cut 49 =cut 61 =cut 178 print "# Testing =cut...\n"; 206 print "# Testing =cut...\n"; 224 print "# verbatim/cut/head/verbatim sanity zero...\n"; 230 print "# verbatim/cut/head/verbatim sanity one...\n"; 236 print "# verbatim/cut/head/verbatim sanity two...\n"; 248 print "# verbatim/cut/head/verbatim sanity four...\n"; 275 print "# verbatim/cut/head/verbatim sanity one...\n"; [all …]
|
H A D | verbatim.t | 44 print "# Testing =cut...\n"; 45 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\n quux\n"), 60 print "# verbatim/cut/head/verbatim sanity zero...\n"; 63 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\nsome code here...\n=head1 Foo\n\… 64 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\nsome code here...\n\n=head1 Foo\… 66 print "# verbatim/cut/head/verbatim sanity one...\n"; 68 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\n\nsome code here...\n=head1 Foo\… 69 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n=cut\nsome code here...\n=head1 Foo\… 72 print "# verbatim/cut/head/verbatim sanity two...\n"; 78 print "# verbatim/cut/head/verbatim sanity three...\n"; [all …]
|
H A D | pulltitl.t | 20 $p->set_source( \qq{\n=head1 NAME\n\nBzorch\n\n=pod\n\nLala\n\n\=cut\n} ); 52 $p->set_source( \qq{\n=head1 Name\n\nShazbot\n\n=pod\n\nLala\n\n\=cut\n} ); 76 $p->set_source( \qq{\n=head1 NE<65>ME\n\nBzorch\n\n=pod\n\nLala\n\n\=cut\n} ); 102 $p->set_source( \qq{\n=head1 NAME\n\nBzorch - I<thing> lala\n\n=pod\n\nLala\n\n\=cut\n} ); 108 $p->set_source( \qq{\n=head1 NAME\n\nBzorch - I<thing> lala\n\n=pod\n\nLala\n\n\=cut\n} ); 133 $p->set_source( \qq{\n=head1 Bzorch lala\n\n=pod\n\nLala\n\n\=cut\n} ); 158 $p->set_source( \qq{\n=head1 Bzorch - I<thing> lala\n\n=pod\n\nLala\n\n\=cut\n} ); 182 $p->set_source( \qq{\n=head1 Nombre (NAME)\n\nBzorch - I<thing> lala\n\n=pod\n\nGrunk\n\n\=cut\n} ); 201 …��� ������ �� ����������� ������ -- Fet's I<"When you were> reading\n\n=pod\n\nGrunk\n\n\=cut\n} ); 338 =cut [all …]
|
H A D | basic.t | 47 &is( e "=head1 Foo\n\n=cut\n", "=head1 Foo\n\n=cut\n" ); 48 &is( e "=head1 Foo\n\n=cut\n", "=head1 Foo\n" ); 52 &is( e "=head1 Foo\n\n=cut\n", "=head1 Foo\n\n=cut\n" ); 53 &is( e "=head1 Foo\n\n=cut\n", "\n\n\n\n=head1 Foo\n" );
|
H A D | items.t | 30 is( $x->_out("\n=over\n\n=item *\n\nStuff\n\n=cut\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\n"), 33 is( $x->_out("\n=over 10\n\n=item *\n\nStuff\n\n=cut\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\… 36 is( $x->_out("\n=over\n\n=item *\n\nStuff\n=cut\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back"), 47 is( $x->_out("\n=over\n\n=item 1.\n\nStuff\n\n=cut\n\nStuff\n\n=item 2.\n\nBar I<baz>!\n\n=back\n\n… 51 is( $x->_out("\n=over\n\n=item 1\n\nStuff\n\n=cut\n\nStuff\n\n=item 2\n\nBar I<baz>!\n\n=back\n\n"), 54 is( $x->_out("\n=over\n\n=item 1\n\nStuff\n=cut\nStuff\n\n=item 2\n\nBar I<baz>!\n\n=back"), 75 is( $x->_out("\n=over\n\n=item Foo\n\nStuff\n\n=cut\n\nCrunk\nZorp\n\n=item Bar I<baz>!\n\nQuux\n\n… 111 is( $x->_out("\n=over 19\n\n=item Foo\n\nStuff\n\n=cut\n\nCrunk\nZorp\n\n=item Bar I<baz>!\n\nQuux\… 122 '=cut', 150 '=cut', [all …]
|
H A D | cbacks.t | 45 "=cut more text", 51 "=cut", 69 "~5:=cut more text", 74 "~11:=cut",
|
H A D | github_issue_79.t | 16 $self->cut_handler( sub { pop( @_ )->_handle_line( 'cut', @_ ); } ); 39 '=cut', 49 ' <cut start_line="5"/>',
|
H A D | fake-closers.t | 11 "=over\n\nblock\n\n=cut\n\ncode\n\n=pod\n\n=back", 23 for my $pod ("=begin html\n\ntag=cut", 25 "=over\n\nblock=cut",
|
H A D | encod04.t | 38 =cut 66 =cut 98 =cut 129 =cut 159 =cut
|
H A D | itemstar.t | 30 ok( $x->_out("\n=over\n\n=item * Stuff\n\n=cut\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\n"), 33 ok( $x->_out("\n=over 10\n\n=item * Stuff\n\n=cut\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\n"), 36 ok( $x->_out("\n=over\n\n=item * Stuff I<things\num> hoo!\n=cut\nStuff\n\n=item *\n\nBar I<baz>!\n\…
|
/openbsd/regress/usr.bin/cut/ |
H A D | Makefile | 3 REGRESS_TARGETS = cut 5 cut: target 6 sh ${.CURDIR}/cut.sh
|
/openbsd/usr.bin/lex/ |
H A D | Makefile | 37 -DFLEX_MAJOR_VERSION=`echo ${VERSION} | cut -f 1 -d .` \ 38 -DFLEX_MINOR_VERSION=`echo ${VERSION} | cut -f 2 -d .` \ 39 -DFLEX_SUBMINOR_VERSION=`echo ${VERSION} | cut -f 3 -d .` | \
|
/openbsd/gnu/usr.bin/perl/dist/Filter-Simple/t/ |
H A D | filter_only.t | 29 =cut 35 =cut 51 =cut
|
/openbsd/regress/bin/ps/ |
H A D | user.sh | 33 uname=`id -un | cut -c -8` 34 gname=`id -gn | cut -c -8`
|
H A D | cwd.sh | 33 dirname=`readlink -fn . | cut -c -40` 51 dirname=`readlink -fn . | cut -c -40`
|
/openbsd/etc/rc.d/ |
H A D | yppasswdd | 17 _host1=$(ypmatch $_host1 hosts | cut -d' ' -f2) 18 _host2=$(ypmatch $_host2 hosts | cut -d' ' -f2 | head -1)
|
/openbsd/usr.bin/vi/docs/internals/ |
H A D | structures | 42 TEXT In nvi/cut.h. This structure describes a portion of a line, 44 cut buffer. 46 CB In nvi/cut.h. A cut buffer. A cut buffer is a place to
|
/openbsd/distrib/syspatch/ |
H A D | diff.sh | 38 _o=$(echo $_d | cut -d ' ' -f2) 39 _n=$(echo $_d | cut -d ' ' -f4)
|
/openbsd/usr.sbin/sysupgrade/ |
H A D | sysupgrade.sh | 151 KEY=$(head -1 < SHA256.sig | cut -d' ' -f5 | \ 161 tail -2 | head -1 | cut -d- -f2) 182 installed_build_ts=$(cut -f3 -d' ' /var/db/installed.BUILDINFO) 183 build_ts=$(cut -f3 -d' ' BUILDINFO)
|