Searched defs:bar (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/cmd/
H A Dfor.t59 sub bar { subroutine
64 foreach $b (bar()) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dnothr5005.t25 sub bar { unshift @_, 'D'; @_ } subroutine
31 print "not" unless join('',bar('d')) eq 'Dd';
H A Dsubstr.t617 sub bar: lvalue { substr $foo, 0 } subroutine
618 bar = "XXX";
619 ok 178, bar eq 'XXX';
621 ok 179, bar eq '123456789';
H A Dclosure.t36 my $bar = sub {$i = shift if @_; $i };
43 test {&$bar() == 3 };
46 sub bar { subroutine
51 $foo = bar(4);
52 $bar = bar(5);
56 test {&$bar() == 5 };
70 $bar = bizz();
74 test {&$bar() == 7 };
77 $bar
[all...]
H A Dgoto.t46 goto bar;
49 bar: label
55 sub bar { subroutine
60 &bar;
267 for (9..11) { start(bless([$_]), 'bar'); }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dxref.t77 '$xreftable used in subroutine bar'
88 $xreftable{$thisfile}{'(definitions)'}{'Testing::Xref'}{'&bar'}, 's1002',
89 'subroutine bar defined at line 1002'
92 $xreftable{$thisfile}{'Testing::Xref::bar'}{'Testing::Xref'}{'&foo'},
93 '&1002', 'subroutine foo called at line 1002 by bar'
110 sub bar { print FOO foo; } subroutine
H A Dterse.t30 $sub = B::Terse::compile('', 'bar');
63 sub bar { subroutine
65 my @bar = (1, 2, 3);
/osnet-11/usr/src/lib/libmtmalloc/tests/
H A Dalign.c44 char *bar[N]; local
47 bar[i] = malloc(1<<i);
48 if ((uintptr_t)bar[i] & 7) {
50 bar[i]);
58 free(bar[i]);
H A Dfailwide.c44 char * bar; local
52 bar = (char *)sbrk(0);
53 printf ("After big malloc brk is %p, should be the same.\n", bar);
H A Dwideload.c43 char * bar; local
51 bar = (char *)sbrk(0);
52 printf ("After big malloc brk is %p\n", bar);
H A Dgeneral.c66 char *bar[N]; local
69 bar[i] = malloc(rand()%64);
73 free(bar[i]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitchd.t22 sub bar { $_[0] * $_[0] } subroutine
26 $s += Bar::bar($_) for 1..$_[0];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.t34 open(BAR, '>', File::Spec->catfile( $fulldir, 'bar.al' ))
35 or die "Can't open bar file: $!";
38 sub bar { shift; shift || "bar" } subroutine
77 sub bar;
110 is( $foo->bar($1), 'foo', 'autoloaded method should not stomp match vars' );
111 is( $foo->bar($1), 'foo', '(again)' );
H A DExporter.t186 sub bar {"bar"}; subroutine
194 push @Moving::Target::EXPORT_OK, 'bar';
196 Moving::Target->import (bar);
198 ::ok (bar eq "bar", "imported bar after EXPORT_OK changed");
/osnet-11/usr/src/lib/efcode/gp2/
H A Dgp2.c203 fstack_t portid, bar, align, type, size_hi, size_lo; local
211 bar = POP(DS);
218 fc_int2cell(portid), fc_int2cell(bar), fc_int2cell(align),
227 (int)bar, (int)align, (int)type, (int)size_hi, (int)size_lo,
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.c425 unsigned long bar; local
428 bar = lo & PCI_BASE_ADDRESS_IO_MASK;
430 bar = 0;
436 bar = (uint64_t)hi << 32;
444 bar |= lo & PCI_BASE_ADDRESS_MEM_MASK;
446 return bar + pcibios_bus_base(dev->bus);
452 unsigned long pci_bar_size(struct pci_device *dev, unsigned int bar) argument
455 /* Save the original bar */
456 pci_read_config_dword(dev, bar, &start);
458 pci_write_config_dword(dev, bar, ~
[all...]
H A Dvia-rhine.c493 unsigned long bar:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon288
/osnet-11/usr/src/lib/libuvfs/common/
H A Dfs.c137 libuvfs_fs_construct(void *vfs, void *foo, int bar) argument
H A Dname.c548 libuvfs_fid_info_construct(void *vdir, void *foo, int bar) argument
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_progress_bar.c1 /* gui_progress_bar.c - GUI progress bar component. */
104 /* Set the progress bar's frame. */
133 grub_gfxmenu_box_t bar = self->bar_box; local
137 int bar_l_pad = bar->get_left_pad (bar);
138 int bar_r_pad = bar->get_right_pad (bar);
139 int bar_t_pad = bar->get_top_pad (bar);
140 int bar_b_pad = bar
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c262 grub_uint32_t bar; local
275 bar = grub_pci_read (addr);
277 if ((bar & (GRUB_PCI_ADDR_SPACE_MASK | GRUB_PCI_ADDR_MEM_TYPE_MASK
282 hba = grub_pci_device_map_range (dev, bar & GRUB_PCI_ADDR_MEM_MASK,
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c151 char bar[16] __attribute__ ((aligned (16))); member in union:__anon497

Completed in 49 milliseconds