HomeSort by: relevance | last modified time | path
    Searched refs:boo (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/tradcpp/dist/tests/
t03.c 2 glop(boo)
  /src/sys/dev/sbus/
genfb_sbus.c 129 char boo[256]; local
130 snprintf(boo, 256, "\" pal!\" %x %x %x %x %x call",
132 prom_interpret(boo);
  /src/sys/arch/arm/broadcom/
bcm2835_genfb.c 201 bcmgenfb_set_ioctl(int(*boo)(void *, void *, u_long, void *, int, struct lwp *))
203 bcmgenfb_ioctl_handler = boo;
  /src/sys/arch/vax/floppy/
Makefile 15 FROMDEC=du* dm* db* s[mbr]* *boo.* vmb.exe *.hlp cs* ci*
  /src/tests/lib/libc/stdlib/
t_strtol.c 157 char boo[] = "boo"; local
161 end = boo; \
165 "%s(1, boo, -2) failed endptr=%s ", # fun, end); \
168 "%s(1, boo, -2) failed rv=" f, # fun, r); \
171 "%s(1, boo, -2) failed errno=%d", # fun, errno)
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 1650 my $result = $boo + 12; # $boo is misspelled and should be $foo
1651 # No error is raised on `$boo'
1681 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1685 The code in the second fragment would fail, because C<$boo> has not
1720 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1724 The code in the second fragment would fail, because C<$boo> has not
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 1650 my $result = $boo + 12; # $boo is misspelled and should be $foo
1651 # No error is raised on `$boo'
1681 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1685 The code in the second fragment would fail, because C<$boo> has not
1720 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1724 The code in the second fragment would fail, because C<$boo> has not
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm 1488 my $result = $boo + 12; # $boo is misspelled and should be $foo
1489 # No error is raised on `$boo'
1519 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1523 The code in the second fragment would fail, because C<$boo> has not
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
test_hash.d 382 void boo();
385 static class Boo: IBoo
387 override void boo()
449 enum h14 = hashOf(new Boo);
451 enum h16 = hashOf([new Boo, new Boo, new Boo]);
452 enum h17 = hashOf([cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
filename.d 809 assert(!refersToParentDir(r"foo..boo"));
810 assert(!refersToParentDir(r"foo/..boo"));
811 assert(!refersToParentDir(r"foo../boo"));
816 assert(refersToParentDir(r"foo/../../boo"));
821 assert(!refersToParentDir(r"foo\..boo"));
822 assert(!refersToParentDir(r"foo..\boo"));
826 assert(refersToParentDir(r"foo\..\..\boo"));
  /src/sys/dev/i2o/
iop.c 1451 bus_addr_t boo; local
1471 le32toh(mema[1]), PAGE_SIZE, 0, 0, &boo, &bsh);
1472 mema[0] = htole32(boo);
1482 le32toh(ioa[1]), 0, 0, 0, &boo, &bsh);
1483 ioa[0] = htole32(boo);

Completed in 76 milliseconds