Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfor.t27 is( $x->_out( "=pod\n\nI like pie.\n\n=for mojojojo stuff\n\nYup.\n"),
30 is( $x->_out( "=pod\n\nI like pie.\n\n=for psketti,mojojojo,crunk stuff\n\nYup.\n"),
33 is( $x->_out( "=pod\n\nI like pie.\n\n=for mojojojo I<stuff>\n\nYup.\n"),
36 is( $x->_out( "=pod\n\nI like pie.\n\n=for psketti,mojojojo,crunk I<stuff>\n\nYup.\n"),
45 is( $x->_out( \&moj, "=pod\n\nI like pie.\n\n=for crunk stuff\n\nYup.\n"),
48 is( $x->_out( \&moj, "=pod\n\nI like pie.\n\n=for mojojojo I<stuff>\n\nYup.\n"),
54 is( $x->_out( \&moj, "=pod\n\nI like pie.\n\n=for :mojojojo I<stuff>\n\nYup.\n"),
63 is( $x->_out( \&mojtext, "=pod\n\nI like pie.\n\n=for mojojojo I<stuff>\n\nYup.\n"),
80 is( $x->_out( \&any, "=pod\n\nI like pie.\n\n=for mojojojo I<stuff>\n\nYup.\n"),
83 is( $x->_out( \&any, "=pod\n\nI like pie.\n\n=for mojojojo I<stuff>\n\nYup.\n"),
[all …]
H A Dfornot.t27 is( $x->_out( "=pod\n\nI like pie.\n\n=for mojojojo stuff\n\n=for !mojojojo bzarcho\n\nYup.\n"),
34 is( $x->_out( "=pod\n\nI like pie.\n\n=for :mojojojo stuff\n\n=for :!mojojojo bzarcho\n\nYup.\n"),
59 is( $x->_out( \&moj, "=pod\n\nI like pie.\n\n=for !mojojojo I<stuff>\n\nYup.\n"),
62 is( $x->_out( \&moj, "=pod\n\nI like pie.\n\n=for !psketti,mojojojo,crunk I<stuff>\n\nYup.\n"),
65 is( $x->_out( \&moj, "=pod\n\nI like pie.\n\n=for :!mojojojo I<stuff>\n\nYup.\n"),
71 is( $x->_out( \&mojtext, "=pod\n\nI like pie.\n\n=for !mojojojo I<stuff>\n\nYup.\n"),
77 is( $x->_out( \&mojtext, "=pod\n\nI like pie.\n\n=for :!mojojojo I<stuff>\n\nYup.\n"),
84 is( $x->_out( \&any, "=pod\n\nI like pie.\n\n=for !mojojojo I<stuff>\n\nYup.\n"),
87 is( $x->_out( \&any, "=pod\n\nI like pie.\n\n=for !mojojojo I<stuff>\n\nYup.\n"),
90 is( $x->_out( \&any, "=pod\n\nI like pie.\n\n=for !psketti,mojojojo,crunk I<stuff>\n\nYup.\n"),
[all …]
H A Dbegin.t241 "I<stuff>\nTrala!",
248 qq{<Para><I>stuff</I> Trala!</Para>}.
257 "I<stuff>\nTrala!",
267 qq{<Para><I>stuff</I> Trala!</Para>}.
284 "I<stuff>\nTrala!",
297 qq{<Para><I>stuff</I> Trala!</Para>}.
315 "I<stuff>\nTrala!",
330 qq{<Para><I>stuff</I> Trala!</Para>}.
351 "I<stuff>\nTrala!",
387 "I<stuff>\nTrala!",
[all …]
H A Dx_nixer.t17 is( Pod::Simple::XMLOutStream->_out("=pod\n\nZ<>F<C<Z<>fE<111>o> I<bar>> B<stuff X<thingZ<>>baz>\n"…
18 '<Document><Para><F><C>foo</C> <I>bar</I></F> <B>stuff <X>thing</X>baz</B></Para></Document>'
22 is( Pod::Simple::XMLOutStream->_out("=pod\n\nZ<>F<C<Z<>fE<111>o> I<bar>> B<stuff X<thingZ<>>baz>\n"…
23 '<Document><Para><F><C>foo</C> <I>bar</I></F> <B>stuff <X>thing</X>baz</B></Para></Document>'
36 is( Pod::Simple::DumpAsXML->_out( "=pod\n\nZ<>F<C<Z<>fE<111>o> I<bar>> B<stuff X<thingZ<>>baz>\n"),
52 ' stuff ',
67 is( Pod::Simple::DumpAsXML->_out( \&nixy, "=pod\n\nZ<>F<C<Z<>fE<111>o> I<bar>> B<stuff X<thingZ<>>b…
83 ' stuff baz',
110 ' stuff ',
141 ' stuff baz',
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dchop.t124 my @stuff = qw(this that);
125 is (chop(@stuff[0,1]), 't');
128 @stuff = qw(ab cd ef);
129 is (chop(@stuff = @stuff), 'f');
131 @stuff = qw(ab cd ef);
132 is (chop(@stuff[0, 2]), 'f');
134 my %stuff = (1..4);
135 is (chop(@stuff{1, 3}), '4');
/openbsd/regress/lib/libcrypto/x509/bettertls/scripts/
H A Dconvert.perl28 my $stuff = decode_json($json);
31 while ($id = $stuff->{expects}->[$i]->{id}) {
32 my $ip = $stuff->{expects}->[$i]->{ip}->{expect};
33 my $dns = $stuff->{expects}->[$i]->{dns}->{expect};
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass52-frag.c14 char stuff[100], *s; in readstuff() local
18 s = fgets (stuff, sizeof(stuff), f); in readstuff()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors16.C12 char stuff[50]; variable
13 char *p = stuff;
45 if (strncmp ("ABCABDABE", stuff, 9)) in main()
/openbsd/regress/bin/ksh/
H A Deglob.t61 echo 1: no-file+(a|b)stuff
62 echo 2: no-file+(a*(c)|b)stuff
63 echo 3: no-file+((((c)))|b)stuff
65 1: no-file+(a|b)stuff
66 2: no-file+(a*(c)|b)stuff
67 3: no-file+((((c)))|b)stuff
H A Dbksl-nl.t59 stuff$a
67 stuff$a
245 stuff
250 more stuff
272 stuff
273 more stuff
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DREADME.txt14 1. Verify, how stuff is handling implicit zext with 8 bit operands (this might
26 5. Implement varargs stuff.
28 6. Verify and fix (if needed) how's stuff playing with i32 / i64.
30 7. Implement floating point stuff (softfp?)
/openbsd/games/hack/
H A Dhack.invent.c710 char stuff[BUFSZ]; in dotypeinv() local
723 stuff[stct] = 0; in dotypeinv()
726 stuff[stct++] = otmp->olet; in dotypeinv()
727 stuff[stct] = 0; in dotypeinv()
732 if(unpd) stuff[stct++] = 'u'; in dotypeinv()
734 stuff[stct] = 0; in dotypeinv()
738 stuff); in dotypeinv()
742 c = stuff[0]; in dotypeinv()
765 stuff[stct++] = ilet; in dotypeinv()
768 stuff[stct] = '\0'; in dotypeinv()
[all …]
H A DOriginal_READ_ME39 hack.c General random stuff and things I never got around to moving.
40 hack.main.c main() and other random procedures, also the lock file stuff.
44 hack.pri.c stuff having to do with the screen, most of the terminal
45 independent stuff is in here.
/openbsd/games/fortune/strfile/
H A Dstrfile.h51 u_int8_t stuff[4]; /* long aligned space */ member
52 #define str_delim stuff[0] /* delimiting character */
/openbsd/sys/dev/pci/drm/amd/display/
H A DTODO54 think it'd be much better if you convert that over to reading stuff
55 from drm_display_info and if needed, push stuff into the core). Also,
59 long-term, but imo not a blocker. Definitely make sure new stuff
61 the drm core, refactoring to use the core edid stuff was pointless)."
79 callbacks. There's also plans to expose this stuff in a standard way across all
89 stuff in drm_dp_helper.h. drm_dp_helper.h isn't really great and already has 2
101 DRM_DEBUG stuff just isn't up to the challenges either. We need to figure out
/openbsd/gnu/usr.bin/perl/lib/
H A Dwarnings.pm531 my $stuff = " at " . join " line ", (caller $i)[1,2];
532 $stuff .= sprintf ", <%s> %s %d",
536 die "$message$stuff.\n" if $results[0];
537 return warn "$message$stuff.\n";
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D107multi-zip-only.t37 some more stuff on this line
42 some more stuff
47 even more stuff
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dnew.C32 enum stuff { ID0, ID1 }; enum
33 ABC( stuff, DEF *parent=0, const char *name=0 );
/openbsd/gnu/usr.bin/perl/dist/lib/t/
H A D01lib.t20 @lib_dir = qw(stuff moo);
79 is( grep(/stuff/, @INC), 0, 'no lib' );
/openbsd/usr.sbin/pkg_add/
H A DTODO2 packages as conflicts. Then save_old_libraries can split stuff off old
4 one slightly tricky part, which concerns moving stuff that's not really
/openbsd/games/fortune/unstr/
H A Dunstr.c90 (void) fread( tbl.stuff, sizeof(tbl.stuff), 1, Dataf); in main()
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D004_dwiw_encode.t33 $data = 'stuff';
35 ok($json_str eq '"stuff"');
/openbsd/sys/arch/m88k/m88k/
H A Dm88100_machdep.c72 #define DAE_DEBUG(stuff) \ argument
75 stuff; \
79 #define DAE_DEBUG(stuff) argument
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Util/Table/
H A DCell.t7 including        

 ‌\N{U+000B}unicode stuff
10 …N{U+2008}\N{U+2028}\N{U+2029}\N{U+3000}\N{U+200C}\N{U+FEFF}\N{U+B}unicode stuff\nand some non-whit…
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dexprs.c169 struct t_struct stuff[1][2][3]; member
179 struct t_struct stuff[1][2][3]; member

12345678910>>...26