Searched refs:pound (Results 1 – 25 of 90) sorted by relevance
1234
| /netbsd-src/external/mpl/dhcp/dist/contrib/ms2isc/ |
| H A D | ms2isc.pl | 242 my ($pound) = ( ${$Scope}{disable}? "#".$prefix : $prefix); 243 print $outfile $pound, "subnet $Subnet netmask ${$Scope}{mask} {\n"; 247 print $outfile $pound, "\toption routers @{${$Scope}{routers}};\n"; 249 …print $outfile $pound, "\toption routers @{${$GlobalOptions}{routers}};\t# NOTE: obtained from glo… 255 print $outfile $pound, "\toption domain-name-servers ", join(",", @{${$Scope}{dnses}}), ";\n"; 257 …print $outfile $pound, "\toption domain-name-servers ", join(",", @{${$GlobalOptions}{dnses}}), ";… 261 print $outfile $pound, "\toption domain-name \"${$Scope}{domain}\";\n"; 263 print $outfile $pound, "\toption domain-name \"${$GlobalOptions}{domain}\";\n"; 267 print $outfile $pound, "\toption broadcast-address ${$Scope}{broadcast};\n"; 269 print $outfile $pound, "\toption broadcast-address ${$GlobalOptions}{broadcast};\n"; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/ |
| H A D | vimrc | 171 let l:pound = stridx(l:value, "#") 173 if l:pound != -1 174 let l:value = l:value[:l:pound-2]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| H A D | evpkdf_x942_des.txt | 6 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpmac_cmac_des.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpmac_sm3.txt | 11 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpciph_des3_common.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpmd_whirlpool.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpkdf_tls11_prf.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpmd_ripemd.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evppbe_pkcs12.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpmd_sm3.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evppbe_scrypt.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpciph_aes_siv.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpkdf_tls12_prf.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpkdf_scrypt.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evppkey_kdf_scrypt.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpmd_blake.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evppkey_kdf_tls1_prf.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evppkey_mismatch.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evppbe_pbkdf2.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evppkey_sm2.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpkdf_x963.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpkdf_pbkdf1.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| H A D | evpkdf_x942.txt | 12 # and continue until a blank line. Lines starting with a pound sign are ignored.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
| H A D | evpcase.txt | 12 # and continue until a blank line. Lines starting with a pound sign,
|
1234