| /openbsd-src/regress/usr.sbin/bgpd/config/ |
| H A D | bgpd.conf.10.in | 26 # large communities 27 match from any large-community 1234:5678:90 28 match from any large-community local-as:5678:90 29 match from any large-community neighbor-as:5678:90 30 match from any large-community 1234:local-as:90 31 match from any large-community 1234:neighbor-as:90 32 match from any large-community 1234:5678:local-as 33 match from any large-community 1234:5678:neighbor-as 34 match from any large-community *:5678:90 35 match from any large-community 1234:*:90 [all …]
|
| H A D | bgpd.conf.10.ok | 27 match from any large-community 1234:5678:90 28 match from any large-community local-as:5678:90 29 match from any large-community neighbor-as:5678:90 30 match from any large-community 1234:local-as:90 31 match from any large-community 1234:neighbor-as:90 32 match from any large-community 1234:5678:local-as 33 match from any large-community 1234:5678:neighbor-as 34 match from any large-community *:5678:90 35 match from any large-community 1234:*:90 36 match from any large-community 1234:5678:* [all …]
|
| H A D | bgpd.conf.printconf | 7 network 192.0.2.0/24 set { large-community 65001:1:1 } 8 network 2001:db8:abcd::/48 set { large-community 65001:1:1 } 79 allow to ebgp prefix-set "mynetworks" large-community 65001:1:1 84 match from ebgp set { large-community delete 65001:*:* }
|
| /openbsd-src/regress/usr.sbin/bgpd/integrationtests/ |
| H A D | bgpd.mrt.conf | 13 large-community 4200000001:42:1 large-community 4200000001:2:4200000001 26 large-community 4200000001:42:1 large-community 4200000001:2:4200000001 44 large-community 4200000001:42:1 large-community 4200000001:2:42 57 large-community 4200000001:42:1 large-community 4200000001:2:42
|
| H A D | bgpd.ixp.rdomain1.conf | 191 match from group clients set large-community delete 999:65530:0 195 match from group clients set large-community delete 999:65530:1 199 match from group clients set large-community delete 999:65530:3 203 match from group clients set large-community delete 999:65530:2 214 match from group clients set large-community delete 999:65530:4 655 allow from 192.0.2.11 large-community 65534:0:0 set { 673 match from 192.0.2.11 community BLACKHOLE set large-community 999:65530:4 675 match from 192.0.2.11 community 65534:0 set { community 65530:4 large-community 999:65530:4} 676 match from 192.0.2.11 large-community 65534:0:0 set { community 65530:4 large-community 999:65530:4} 681 allow quick from 192.0.2.11 large-community 65534:0:0 [all …]
|
| H A D | bgpd.ixp.rdomain2_3.conf | 12 network 3.0.4.0/24 set large-community 999:65508:999 14 network 3.0.5.0/24 set large-community 999:0:999 18 network 3.0.7.0/24 set { community 0:999 large-community 999:65501:1 } 22 network 3.0.9.0/24 set large-community 999:65522:1
|
| H A D | bgpd.maxcomm.rdomain1.conf | 17 match from any max-large-communities 0 set metric +100 21 match from any max-large-communities 2 set metric +200 23 match from any max-communities 1 max-ext-communities 1 max-large-communities 1 \
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | int.t | 78 my $large; 79 $large = eval "0xffff_ffff" if $Config::Config{ivsize} == 4; 80 $large = eval "0xffff_ffff_ffff_ffff" if $Config::Config{ivsize} == 8; 81 $large or skip "Unusual ivsize", 1; 82 for my $x ($large, -1) {
|
| H A D | lfs.t | 1 # NOTE: this file tests how large files (>2GB) work with perlio (or stdio). 29 # If the lfs (large file support: large meaning larger than two 31 # process (or process group) is not allowed to write large files 33 # you are running the tests on doesn't let your user/group have large 34 # files (quota) or the filesystem simply doesn't support large files. 38 # Perl may still be able to support large files, once you have 61 skip_all("no sparse files in $^O, unable to test large files"); 143 if ($! =~/too large/i) { 157 explain("kernel/fs not configured to use large files?"); 234 # unlink may fail if applied directly to a large file
|
| H A D | time.t | 183 like $warning, qr/^gmtime(.*) too large/; 187 like $warning, qr/^localtime(.*) too large/; 223 like $warning, qr/^gmtime\($big_time_f\) too large/; 228 like $warning, qr/^localtime\($big_time_f\) too large/;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20020320-1.c | 7 struct large { int x, y[9]; }; argument 17 fixed = ({ struct large temp3; temp3.x = 2; temp3; }).x in main() 18 - ({ struct large temp4; temp4.x = 1; temp4; }).x; in main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | accept01.t | 54 my($large, $small) = @_; 56 return '' unless defined $large; 57 print("# supahstring $large is smaller than target-starter $small\n"), 58 return '' if length($large) < length($small); 59 if( substr($large, 0, length($small)) eq $small ) { 60 #print "# Supahstring $large\n# indeed starts with $small\n"; 63 print "# Supahstring $large\n# !starts w/ $small\n";
|
| /openbsd-src/gnu/usr.bin/perl/ext/Fcntl/t/ |
| H A D | syslfs.t | 1 # NOTE: this file tests how large files (>2GB) work with raw system IO. 31 # If the lfs (large file support: large meaning larger than two 33 # process (or process group) is not allowed to write large files 35 # you are running the tests on doesn't let your user/group have large 36 # files (quota) or the filesystem simply doesn't support large files. 40 # Perl may still be able to support large files, once you have 63 plan(skip_all => "no sparse files in $^O, unable to test large files"); 148 if ($! =~/too large/i) { 162 explain("kernel/fs not configured to use large files?"); 238 # unlink may fail if applied directly to a large file
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | recipes | 13 too). For reference this is roughly an entire large dressed (Alberta 21 25 large onions to make decent kebabs (for a large family meal, divide 39 I manage this in the (large) pot(s) necessary by throwing together
|
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pfail40.ok | 1 netmask is too large: /161 3 netmask is too large: /161
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/ |
| H A D | lib3styles.css | 2 .tocheader { font-size: large } 4 .larger { font-size: large }
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/ |
| H A D | lib3styles.css | 2 .tocheader { font-size: large } 4 .larger { font-size: large }
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/examples/many-tests/ |
| H A D | README.txt | 6 custom test format which just generates a large (N=10000) number of tests that 9 This test suite is useful for testing the performance of lit on large numbers of
|
| /openbsd-src/regress/usr.bin/mandoc/char/N/ |
| H A D | basic.out_ascii | 8 too large: xx 9 much too large: xx
|
| /openbsd-src/sys/dev/pci/ |
| H A D | ahc_pci.c | 636 int pcheck, int fast, int large); 1138 int fast, int large) in ahc_scbram_config() argument 1151 if (large) in ahc_scbram_config() 1162 if (large) in ahc_scbram_config() 1176 if (large) in ahc_scbram_config() 1202 int large; in ahc_probe_ext_scbram() local 1207 large = FALSE; in ahc_probe_ext_scbram() 1216 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram() 1234 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram() 1245 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | t-m32r | 48 # We don't build libraries for the large model, instead we use the medium 49 # libraries. The only difference is that the large model can handle jumps 54 MULTILIB_MATCHES = mmodel?medium=mmodel?large
|
| /openbsd-src/games/quiz/datfiles/ |
| H A D | posneg | 1 large|big:small 18 big|large:little|small
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | t-m32r | 55 # We don't build libraries for the large model, instead we use the medium 56 # libraries. The only difference is that the large model can handle jumps 61 MULTILIB_MATCHES = mmodel?medium=mmodel?large
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlcommunity.pod | 8 far too large and diverse to provide a detailed listing. If any specific niche 12 The Perl community is as diverse as Perl, and there is a large amount of 42 The Perl community has a rather large IRC presence. For starters, it has its 51 Any large IRC network (Dalnet, EFnet) is also likely to have a #perl channel, 56 Perl websites come in a variety of forms, but they fit into two large 168 An additional conference franchise with a large Perl portion was the
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-04-16-DynamicCompilation.txt | 37 even when compilers catch up to the new architecture there is often a large 39 not or can not be upgraded. Thus a large percentage of code running on a 44 solution to these problems. Its design allows the large body of platform
|