Searched refs:special (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-keygen.c286 int hide = 1, special = 0, quiet = 0; local
339 special = 1;
367 if (special != 0 && keyclass != key_dh) {
493 if (special && bits == 0)
495 else if (special &&
498 fprintf(stderr, "When using the special prime (-S) "
617 if (special != 0) {
722 if (keyclass == key_dsa || (keyclass == key_dh && !special)) {
/bind-9.11.3/lib/dns/
H A Dopenssldh_link.c433 int special = 0; local
463 special = *r.base;
466 special = uint16_fromregion(&r);
468 switch (special) {
489 * special, but it might not be. If it's 0 and the prime is not
490 * special, we have a problem.
501 if (special != 0) {
H A Dpkcs11dh_link.c746 int special = 0; local
781 special = *r.base;
784 special = uint16_fromregion(&r);
786 switch (special) {
810 * special, but it might not be. If it's 0 and the prime is not
811 * special, we have a problem.
821 if (special != 0) {
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl481 * Flags for special case mapping.
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h382 cfg_parse_special(cfg_parser_t *pctx, int special);
383 /*%< Parse a required special character 'special'. */
/bind-9.11.3/bin/tests/
H A Dnamed.conf605 * Two categories, 'packet' and 'eventlib', are special. Only one
/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_postgres_driver.c235 * want special characters in the string causing problems.
/bind-9.11.3/lib/isccfg/
H A Dparser.c370 cfg_parse_special(cfg_parser_t *pctx, int special) { argument
377 pctx->token.value.as_char == special)
380 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special);
/bind-9.11.3/
H A Dltmain.sh15 # As a special exception to the GNU General Public License,
131 # the _XPG environment variable is not equal to 1 (one), the special
211 # PREFIX and SUFFIX must not contain globbing or regex special
2138 && func_warning "libobj name \`$libobj' may not contain shell special characters."
4063 # special case for '.'
4988 special way:
4994 - Backslashes not followed by double quotes are not special.
6094 # $postdeps and mark them as special (i.e., whose duplicates are
6268 # We need to do some special things here, and not later.
6598 # special handlin
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh18 # As a special exception to the GNU General Public License,
81 # As a special exception to the GNU General Public License, if you distribute
405 # the _XPG environment variable is not equal to 1 (one), the special
1179 # PREFIX and SUFFIX must not contain globbing or regex special
3424 && func_warning "libobj name '$libobj' may not contain shell special characters."
5405 # special case for '.'
6333 special way:
6339 - Backslashes not followed by double quotes are not special.
7506 # $postdeps and mark them as special (i.e., whose duplicates are
7654 # We need to do some special thing
[all...]

Completed in 113 milliseconds