| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | chop.t | 122 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 D | gv.t | 78 @foo = qw(more stuff); 79 %foo = qw(even more random stuff);
|
| /onnv-gate/usr/src/cmd/abi/apptracecmd/ |
| H A D | apptrace.c | 283 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 D | lib.t | 22 @lib_dir = qw(stuff moo); 88 is( grep(/stuff/, @INC), 0, 'no lib' );
|
| H A D | Exporter.t | 49 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 D | mac_util.c | 58 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 D | softmac_pkt.c | 71 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 D | THANKS.txt | 18 * Timshel Knoll <timshel@pobox.com> for Debian stuff 26 * Charles Stevenson <csteven@terraplex.com> - ppc stuff
|
| /onnv-gate/usr/src/lib/libparted/ |
| H A D | THANKS.txt | 18 * 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 D | head_end | 9 # more ignored stuff
|
| H A D | head_fail | 9 # more ignored stuff
|
| H A D | with_comments | 2 # and stuff
|
| /onnv-gate/exception_lists/ |
| H A D | pmodes | 40 # 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 D | switchx.aux | 1 Some stuff that's not Perl
|
| H A D | switchPx.aux | 1 Some stuff that's not Perl
|
| /onnv-gate/usr/src/common/openssl/crypto/dsa/ |
| H A D | README | 1 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 D | lref.xr | 21 Now try it using the new "|" stuff ...
|
| H A D | lref.t | 41 Now try it using the new "|" stuff ...
|
| /onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| H A D | README | 59 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 D | isp.wlcmd | 15 ### the scsa stuff through the transport table, is a root function.
|
| H A D | ifp.wlcmd | 15 ### the scsa stuff through the transport table, is a root function.
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlpod.pod | 68 =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 D | ssleay.cnf | 34 tmp2_cert_dir = thisis$(HOME)stuff
|
| /onnv-gate/usr/src/uts/common/xen/io/ |
| H A D | xnb.c | 315 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 D | Makefile.psm.64 | 34 # XX64 all the stuff below this line should go away once the tools are fixed
|