Home
last modified time | relevance | path

Searched refs:pound (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/external/mpl/dhcp/dist/contrib/ms2isc/
H A Dms2isc.pl242 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 Dvimrc171 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 Devpkdf_x942_des.txt6 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmac_cmac_des.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmac_sm3.txt11 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpciph_des3_common.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmd_whirlpool.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpkdf_tls11_prf.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmd_ripemd.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devppbe_pkcs12.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmd_sm3.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devppbe_scrypt.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpciph_aes_siv.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpkdf_tls12_prf.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpkdf_scrypt.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devppkey_kdf_scrypt.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmd_blake.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devppkey_kdf_tls1_prf.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devppkey_mismatch.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devppbe_pbkdf2.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devppkey_sm2.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpkdf_x963.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpkdf_pbkdf1.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpkdf_x942.txt12 # 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 Devpcase.txt12 # and continue until a blank line. Lines starting with a pound sign,

1234