Home
last modified time | relevance | path

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

1234567

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchop.t122 my @stuff = qw(this that);
123 is (chop(@stuff[0,1]), 't');
126 @stuff = qw(ab cd ef);
127 is (chop(@stuff = @stuff), 'f');
129 @stuff = qw(ab cd ef);
130 is (chop(@stuff[0, 2]), 'f');
132 my %stuff = (1..4);
133 is (chop(@stuff{1, 3}), '4');
H A Dgv.t78 @foo = qw(more stuff);
79 %foo = qw(even more random stuff);
/onnv-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c283 char *stuff; in stuffenv() local
288 if ((stuff = malloc(lenvar + lenval + 1)) == NULL) { in stuffenv()
292 (void) sprintf(stuff, "%s%s", var, val); in stuffenv()
293 (void) putenv(stuff); in stuffenv()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib.t22 @lib_dir = qw(stuff moo);
88 is( grep(/stuff/, @INC), 0, 'no lib' );
H A DExporter.t49 This => [qw(stuff %left)],
63 sub stuff { 'stuff' } subroutine
114 my @imports = qw($seatbelt &Above stuff @wailing %left);
/onnv-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c58 uint32_t start, stuff, end, value, flags; in mac_copymsg_cksum() local
64 hcksum_retrieve(mp, NULL, NULL, &start, &stuff, &end, &value, &flags); in mac_copymsg_cksum()
65 (void) hcksum_assoc(mp1, NULL, NULL, start, stuff, end, value, in mac_copymsg_cksum()
103 uint32_t flags, start, stuff, end, value; in mac_fix_cksum() local
111 hcksum_retrieve(mp, NULL, NULL, &start, &stuff, &end, &value, in mac_fix_cksum()
288 up = (uint16_t *)((uchar_t *)ipp + stuff); in mac_fix_cksum()
307 (void) hcksum_assoc(mp, NULL, NULL, start, stuff, end, in mac_fix_cksum()
323 uint32_t start, stuff, end, value, flags; in mac_add_vlan_tag() local
353 hcksum_retrieve(mp, NULL, NULL, &start, &stuff, &end, &value, &flags); in mac_add_vlan_tag()
354 (void) hcksum_assoc(hmp, NULL, NULL, start, stuff, end, value, flags, in mac_add_vlan_tag()
/onnv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c71 uint32_t start, stuff, end, value, flags; in softmac_rput_process_data() local
78 mac_hcksum_get(mp, &start, &stuff, &end, &value, &flags); in softmac_rput_process_data()
79 mac_hcksum_set(tmp, start, stuff, end, value, flags); in softmac_rput_process_data()
/onnv-gate/usr/src/cmd/parted/
H A DTHANKS.txt18 * Timshel Knoll <timshel@pobox.com> for Debian stuff
26 * Charles Stevenson <csteven@terraplex.com> - ppc stuff
/onnv-gate/usr/src/lib/libparted/
H A DTHANKS.txt18 * Timshel Knoll <timshel@pobox.com> for Debian stuff
26 * Charles Stevenson <csteven@terraplex.com> - ppc stuff
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/sample-tests/
H A Dhead_end9 # more ignored stuff
H A Dhead_fail9 # more ignored stuff
H A Dwith_comments2 # and stuff
/onnv-gate/exception_lists/
H A Dpmodes40 # Lp stuff is chmod'ed back by the lp system; prevent pkgchk errors
57 # /var/adm stuff added because std cron jobs for sys/adm expect this
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitchx.aux1 Some stuff that's not Perl
H A DswitchPx.aux1 Some stuff that's not Perl
/onnv-gate/usr/src/common/openssl/crypto/dsa/
H A DREADME1 The stuff in here is based on patches supplied to me by
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dlref.xr21 Now try it using the new "|" stuff ...
H A Dlref.t41 Now try it using the new "|" stuff ...
/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A DREADME59 Simplistically: put this stuff into a source directory, copy regexp.h into
90 of egrep with this stuff is probably a mistake; if you want your own egrep
96 This stuff should be pretty portable, given appropriate option settings.
/onnv-gate/usr/src/uts/common/io/warlock/
H A Disp.wlcmd15 ### the scsa stuff through the transport table, is a root function.
H A Difp.wlcmd15 ### the scsa stuff through the transport table, is a root function.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlpod.pod68 =item stuff
106 =item C<=item I<stuff...>>
118 you provide.) In the I<stuff> in C<=item I<stuff...>>, you may
175 =item stuff()
177 This function does stuff.
181 sub stuff {
189 stuff() || die "Couldn't do stuff!";
230 of stuff inbetween. (Note that there still must be a blank line
/onnv-gate/usr/src/common/openssl/crypto/conf/
H A Dssleay.cnf34 tmp2_cert_dir = thisis$(HOME)stuff
/onnv-gate/usr/src/uts/common/xen/io/
H A Dxnb.c315 uint32_t start, length, stuff, cksum; in xnb_process_cksum_flags() local
328 stuff = start + TCP_CHECKSUM_OFFSET; in xnb_process_cksum_flags()
331 stuff = start + UDP_CHECKSUM_OFFSET; in xnb_process_cksum_flags()
334 stuffp = (uint16_t *)(mp->b_rptr + offset + stuff); in xnb_process_cksum_flags()
375 mac_hcksum_set(mp, start, stuff, length, 0, in xnb_process_cksum_flags()
906 uint32_t start, stuff, end, value, flags; in replace_msg() local
915 mac_hcksum_get(mp, &start, &stuff, &end, &value, &flags); in replace_msg()
916 mac_hcksum_set(new_mp, start, stuff, end, value, flags); in replace_msg()
/onnv-gate/usr/src/psm/
H A DMakefile.psm.6434 # XX64 all the stuff below this line should go away once the tools are fixed

1234567