/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | compress.c | 135 cctx->allowed = DNS_COMPRESS_ENABLED; in dns_compress_init() 168 cctx->allowed = 0; in dns_compress_invalidate() 173 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed) { in dns_compress_setmethods() argument 176 cctx->allowed &= ~DNS_COMPRESS_ALL; in dns_compress_setmethods() 177 cctx->allowed |= (allowed & DNS_COMPRESS_ALL); in dns_compress_setmethods() 183 return (cctx->allowed & DNS_COMPRESS_ALL); in dns_compress_getmethods() 189 cctx->allowed &= ~DNS_COMPRESS_ENABLED; in dns_compress_disable() 197 cctx->allowed |= DNS_COMPRESS_CASESENSITIVE; in dns_compress_setsensitive() 199 cctx->allowed &= ~DNS_COMPRESS_CASESENSITIVE; in dns_compress_setsensitive() 207 return (cctx->allowed & DNS_COMPRESS_CASESENSITIVE); in dns_compress_getsensitive() [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | compress.c | 173 dns_compress_setmethods(dns_compress_t * cctx,unsigned int allowed) dns_compress_setmethods() argument 547 dns_decompress_setmethods(dns_decompress_t * dctx,unsigned int allowed) dns_decompress_setmethods() argument
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
H A D | README | 1 This directory contains a slapd overlay, "allowed". 27 moduleload path/to/allowed.so 28 overlay allowed 32 dn: olcOverlay={0}allowed,olcDatabase={1}bdb,cn=config 34 olcOverlay: {0}allowed 40 dn: olcOverlay={0}allowed,olcDatabase={-1}frontend,cn=config 42 olcOverlay: {0}allowed 51 -o allowed.so allowed.c
|
H A D | Makefile | 28 PROGRAMS = allowed.la 46 allowed.la: allowed.lo
|
/netbsd-src/sys/dev/dm/ |
H A D | device-mapper.c | 131 int allowed; member 133 { .cmd = "version", .fn = NULL, .allowed = 1 }, 134 { .cmd = "targets", .fn = dm_list_versions_ioctl, .allowed = 1 }, 135 { .cmd = "create", .fn = dm_dev_create_ioctl, .allowed = 0 }, 136 { .cmd = "info", .fn = dm_dev_status_ioctl, .allowed = 1 }, 137 { .cmd = "mknodes", .fn = dm_dev_status_ioctl, .allowed = 1 }, 138 { .cmd = "names", .fn = dm_dev_list_ioctl, .allowed = 1 }, 139 { .cmd = "suspend", .fn = dm_dev_suspend_ioctl, .allowed = 0 }, 140 { .cmd = "remove", .fn = dm_dev_remove_ioctl, .allowed = 0 }, 141 { .cmd = "rename", .fn = dm_dev_rename_ioctl, .allowed = 0 }, [all …]
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | name_test.c | 141 * compression offsets are not allowed to be zero so our in compress_test() 400 * compression offsets are not allowed to be zero so our in ISC_RUN_TEST_IMPL() 164 unsigned int allowed; ISC_RUN_TEST_IMPL() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | test71.ref | 1 ./postconf: warning: ./main.cf: #comment after other text is not allowed: #aaa1 ... 2 ./postconf: warning: ./main.cf: #comment after other text is not allowed: #aaa2 ... 3 ./postconf: warning: ./main.cf: #comment after other text is not allowed: #ccc2 ... 4 ./postconf: warning: ./main.cf: #comment after other text is not allowed: #bbb2 ...
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | mystrtok.ref | 32 unknown: warning: test: #comment after other text is not allowed: #after text... 35 unknown: warning: test: #comment after other text is not allowed: #after text... 38 unknown: warning: test: #comment after other text is not allowed: #after text... 41 unknown: warning: test: #comment after other text is not allowed: #after text... 44 unknown: warning: test: #comment after other text is not allowed: #after text... 47 unknown: warning: test: #comment after other text is not allowed: #after text...
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzextra/ns3/ |
H A D | root.db | 20 . NS ns1.allowed 23 allowed. NS ns1.allowed. 24 ns1.allowed. A 10.53.0.2
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | compress.h | 73 unsigned int allowed; /*%< Allowed methods. */ member 94 unsigned int allowed; /*%< Allowed methods. */ member 128 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed); 263 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed);
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | compress.h | 151 * Sets whether compression is allowed, according to RFC 3597. 162 * Find out whether compression is allowed, according to RFC 3597. 168 *\li allowed compression bitmap. 212 * Set whether decompression is allowed, according to RFC 3597 226 * Returns whether decompression is allowed here 72 unsigned int allowed; /*%< Allowed methods. */ global() member 93 unsigned int allowed; /*%< Allowed methods. */ global() member
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_stop.c | 44 int allowed; in ex_stop() local 50 if (sp->gp->scr_suspend(sp, &allowed)) in ex_stop() 52 if (!allowed) in ex_stop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/Directive/ |
H A D | DirectiveBase.td | 47 // EnumSet class name used for clauses to generated the allowed clauses map. 86 // Name of enum when there is a list of allowed clause values. 89 // List of allowed clause values 127 // Clauses cannot appear twice in the three allowed lists below. Also, since 128 // required implies allowed, the same clause cannot appear in both the 131 // List of allowed clauses for the directive. 134 // List of clauses that are allowed to appear only once. 137 // List of clauses that are allowed but mutually exclusive.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_set_max_cert_list.pod | 5 …max_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list - manipulate allowed size for the peer… 19 SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's 26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's 48 chain size allowed to be sent by the peer, see e.g. the work on 57 If the maximum certificate chain size allowed is exceeded, the handshake will
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_CTX_set_max_cert_list.pod | 5 …max_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list - manipulate allowed size for the peer… 19 SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's 26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's 48 chain size allowed to be sent by the peer, see e.g. the work on 57 If the maximum certificate chain size allowed is exceeded, the handshake will
|
/netbsd-src/tests/fs/vfs/ |
H A D | t_link.c | 60 bool sysctl, bool allowed) in hardlink() argument 93 if (errno != EOPNOTSUPP && allowed) in hardlink() 96 if (!allowed) in hardlink()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/life-cycles/ |
H A D | cipher.dot | 19 initialised -> initialised [label="EVP_CipherInit\n(not required but allowed)", 28 d_initialised -> d_initialised [label="EVP_DecryptInit\n(not required but allowed)", 34 e_initialised -> e_initialised [label="EVP_EncryptInit\n(not required but allowed)", 58 initialised -> initialised [label="EVP_CipherInit\n(not required but allowed)",
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
H A D | mt6358.dtsi | 28 regulator-allowed-modes = <0 1>; 38 regulator-allowed-modes = <0 1>; 47 regulator-allowed-modes = <0 1>; 57 regulator-allowed-modes = <0 1>; 67 regulator-allowed-modes = <0 1>; 76 regulator-allowed-modes = <0 1>; 95 regulator-allowed-modes = <0 1>;
|
/netbsd-src/external/bsd/unbound/dist/testdata/proxy_protocol.tdir/ |
H A D | proxy_protocol.test.scenario | 120 # Client $CLIENT_ADDR_ALLOW should be allowed 132 # Client $CLIENT_ADDR_ALLOW6 should be allowed 168 # Client $CLIENT_ADDR_ALLOW should be allowed; proxy source address should be allowed 180 # Client $CLIENT_ADDR_ALLOW should be allowed; proxy source address should be refused
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 15 " a reinterpret_cast|cast from %1}0 is not allowed in a constant expression" 123 "not allowed in a constant expression in C++ standards before C++20">; 140 "%select{|implicit }0use of 'this' pointer is only allowed within the " 152 "is not allowed in a constant expression">; 155 "is not allowed in a constant expression">; 157 "modification of object of const-qualified type %0 is not allowed " 162 "volatile-qualified type %1 is not allowed in a constant expression">; 166 "volatile %select{temporary|object %2|member %2}1 is not allowed in " 174 "mutable member %1 is not allowed in a constant expression">; 176 "read of non-const variable %0 is not allowed in a constant expression">; [all …]
|
/netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
H A D | optiondatapool6.in6 | 9 # for a silly reason option-data is not allowed in DHCPv4 pools 10 # but allowed in DHCPv6 pools
|
H A D | optiondatapool6.out | 17 # for a silly reason option-data is not allowed in DHCPv4 pools 18 # but allowed in DHCPv6 pools
|
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/ |
H A D | svcb.success-cases.zone | 23 ; SHOULD is not MUST (so allowed) 29 ; SHOULD is not MUST (so allowed) 41 ; maximum size allowed in a svcb rdata set (63 SvcParams) 45 ; maximum alpn size allowed (255 characters)
|
/netbsd-src/etc/ |
H A D | ftpusers | 3 # List of users denied (or allowed) ftp access. 22 # All other users are allowed
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzextra/ns2/ |
H A D | rpz-external.local.db | 25 allowed IN CNAME . 26 *.allowed IN CNAME .
|