Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/netbsd/src/external/bsd/ipf/dist/perl/
Dplog173 codes => +{0 => undef},
177 codes => +{
198 codes => +{0 => undef},
202 codes => +{
211 codes => +{
217 codes => +{0 => undef},
221 codes => +{0 => undef},
225 codes => +{0 => undef},
229 codes => +{
236 codes => +{
[all …]
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dllvm4 # llvm: file(1) magic for LLVM byte-codes
8 0 string llvm LLVM byte-codes, uncompressed
9 0 string llvc0 LLVM byte-codes, null compression
10 0 string llvc1 LLVM byte-codes, gzip compression
11 0 string llvc2 LLVM byte-codes, bzip2 compression
Dbioinformatics136 # Amino Acid codes: [A-IK-Z*-]+
138 # IUPAC codes/gaps: [ACGTURYKMSWBDHVNX-]+
139 # not in IUPAC codes/gaps: [EFIJLOPQZ]
140 #>>>1 regex !=[EFIJLOPQZefijlopqz] \b, with IUPAC nucleotide codes
141 #>>>1 regex =^[EFIJLOPQZefijlopqz]+$ \b, with Amino Acid codes
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
Ddh.c259 DH_check_pubkey(const DH *dh, const BIGNUM *pub_key, int *codes) in DH_check_pubkey() argument
264 *codes = 0; in DH_check_pubkey()
287 *codes |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pubkey()
296 *codes |= DH_CHECK_PUBKEY_TOO_LARGE; in DH_check_pubkey()
315 *codes |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pubkey()
364 int codes; in DH_compute_key() local
371 if (!DH_check_pubkey(dh, peer_pub_key, &codes) || codes != 0) in DH_compute_key()
Ddh-tfm.c88 int codes, times = 0; in tfm_dh_generate_key() local
132 if (DH_check_pubkey(dh, dh->pub_key, &codes) && codes == 0) in tfm_dh_generate_key()
Ddh-ltm.c88 int codes, times = 0; in ltm_dh_generate_key() local
132 if (DH_check_pubkey(dh, dh->pub_key, &codes) && codes == 0) in ltm_dh_generate_key()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_write_add_filter.c41 struct { int code; int (*setter)(struct archive *); } codes[] = variable
64 for (i = 0; codes[i].code != -1; i++) { in archive_write_add_filter()
65 if (code == codes[i].code) in archive_write_add_filter()
66 return ((codes[i].setter)(a)); in archive_write_add_filter()
Darchive_write_set_format.c42 struct { int code; int (*setter)(struct archive *); } codes[] = variable
73 for (i = 0; codes[i].code != 0; i++) { in archive_write_set_format()
74 if (code == codes[i].code) in archive_write_set_format()
75 return ((codes[i].setter)(a)); in archive_write_set_format()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/err/
DREADME.md14 add all error codes used in the library to `xxx.h`.
37 generation script as the point to place new error codes, any text
46 Adding new error codes
49 Instead of manually adding error codes into `crypto/err/openssl.txt`,
51 The target will process relevant sources and generate error codes for
52 any *used* error codes.
/netbsd/src/external/bsd/tmux/dist/
Dtty-term.c404 code = &term->codes[i]; in tty_term_apply()
544 term->codes = xcalloc(tty_term_ncodes(), sizeof *term->codes); in tty_term_create()
561 code = &term->codes[j]; in tty_term_create()
667 if (term->codes[i].type == TTYCODE_STRING) in tty_term_free()
668 free(term->codes[i].value.string); in tty_term_free()
670 free(term->codes); in tty_term_free()
764 return (term->codes[code].type != TTYCODE_NONE); in tty_term_has()
772 if (term->codes[code].type != TTYCODE_STRING) in tty_term_string()
774 return (term->codes[code].value.string); in tty_term_string()
879 if (term->codes[code].type != TTYCODE_NUMBER) in tty_term_number()
[all …]
/netbsd/src/external/bsd/nvi/dist/cl/
Dcl_bsd.c244 static const char codes[] = { variable
262 static const char codes[] = { variable
312 mykeyname[1] = codes[n];
318 mykeyname[1] = codes[n];
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/
Dgen-punycode-examples.py70 codes = [] variable
74 codes.extend(m.group(1).split(' '))
78 cases.append([codes, m.group(1), desc])
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dread-rtl.cc138 static struct iterator_group modes, codes, ints, substs; variable
889 htab_traverse (codes.iterators, add_current_iterators, NULL); in apply_iterators()
1017 codes.attrs = htab_create (13, leading_string_hash, leading_string_eq_p, 0); in initialize_iterators()
1018 codes.iterators = htab_create (13, leading_string_hash, in initialize_iterators()
1020 codes.type = "rtx_code"; in initialize_iterators()
1021 codes.find_builtin = find_code; in initialize_iterators()
1022 codes.apply_iterator = apply_code_iterator; in initialize_iterators()
1023 codes.get_c_token = get_code_token; in initialize_iterators()
1057 lower = add_mapping (&codes, codes.attrs, "code"); in initialize_iterators()
1058 upper = add_mapping (&codes, codes.attrs, "CODE"); in initialize_iterators()
[all …]
Dgenpreds.cc318 if (p->codes[i]) in add_mode_tests()
470 write_match_code (const char *path, const char *codes) in write_match_code() argument
474 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code()
479 while (code < codes) in write_match_code()
485 if (*codes == ',') in write_match_code()
554 const char *codes = XSTR (exp, 0); in write_match_code_switch() local
562 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code_switch()
565 while (code < codes) in write_match_code_switch()
923 char codes[NUM_RTX_CODE]; in add_constraint() local
924 compute_test_codes (exp, loc, codes); in add_constraint()
[all …]
Dgensupport.cc223 compute_test_codes (rtx exp, file_location loc, char *codes) in compute_test_codes() argument
236 codes[i] = TRISTATE_AND (op0_codes[i], op1_codes[i]); in compute_test_codes()
243 codes[i] = TRISTATE_OR (op0_codes[i], op1_codes[i]); in compute_test_codes()
248 codes[i] = TRISTATE_NOT (op0_codes[i]); in compute_test_codes()
257 codes[i] = TRISTATE_OR (TRISTATE_AND (op0_codes[i], op1_codes[i]), in compute_test_codes()
268 memset (codes, Y, NUM_RTX_CODE); in compute_test_codes()
272 memset (codes, N, NUM_RTX_CODE); in compute_test_codes()
292 codes[i] = Y; in compute_test_codes()
326 codes[i] = p->codes[i] ? I : N; in compute_test_codes()
333 memset (codes, I, NUM_RTX_CODE); in compute_test_codes()
[all …]
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Dappendix-ldap-result-codes.sdf8 codes from {{Appendix A. LDAP Result Codes}} of {{REF:RFC4511}}, a copy of which can
13 LDAP extensions may introduce extension-specific result codes, which are not part
15 OpenLDAP returns the result codes related to extensions it implements.
20 These result codes (called "non-error" result codes) do not indicate
29 The {{success}}, {{compareTrue}}, and {{compareFalse}} result codes indicate
31 result codes).
33 The {{referral}} and {{saslBindInProgress}} result codes indicate the client
38 Existing LDAP result codes are described as follows:
/netbsd/src/external/bsd/less/dist/
Dmkutable67 my $codes = $fields[0];
68 if ($codes =~ /(\w+)\.\.(\w+)/) {
72 $lo_code = $hi_code = hex $codes;
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dinftrees.c34 int inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
37 unsigned codes;
111 for (sym = 0; sym < codes; sym++)
148 for (sym = 0; sym < codes; sym++)
Dinflate.c130 state->lencode = state->distcode = state->next = state->codes;
882 state->next = state->codes;
949 state->next = state->codes;
1382 if (state->lencode >= state->codes &&
1383 state->lencode <= state->codes + ENOUGH - 1) {
1384 copy->lencode = copy->codes + (state->lencode - state->codes);
1385 copy->distcode = copy->codes + (state->distcode - state->codes);
1387 copy->next = copy->codes + (state->next - state->codes);
/netbsd/src/usr.sbin/gspa/gspa/
Dgsp_out.c45 u_int16_t codes[5]; variable
90 codes[code_idx] = v; in put1code()
242 fprintf(listfile, " %.4X", codes[i]); in listing_line()
/netbsd/src/common/dist/zlib/
Dinftrees.c35 unsigned codes, code FAR * FAR *table, in inflate_table() argument
106 for (sym = 0; sym < codes; sym++) in inflate_table()
143 for (sym = 0; sym < codes; sym++) in inflate_table()
Dinflate.c125 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
934 state->next = state->codes; in inflate()
1009 state->next = state->codes; in inflate()
1477 if (state->lencode >= state->codes && in inflateCopy()
1478 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
1479 copy->lencode = copy->codes + (state->lencode - state->codes); in inflateCopy()
1480 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
1482 copy->next = copy->codes + (state->next - state->codes); in inflateCopy()
1534 return (unsigned long)(state->next - state->codes); in inflateCodesUsed()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/com_err/
Dcompile_et.c70 struct error_code *codes = NULL; variable
95 for(ec = codes, n = 0; ec; ec = ec->next, n++) { in generate_c()
166 for(ec = codes; ec; ec = ec->next) { in generate_h()
/netbsd/src/common/dist/zlib/contrib/infback9/
Dinftree9.c32 int inflate_table9(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table9() argument
106 for (sym = 0; sym < codes; sym++) in inflate_table9()
135 for (sym = 0; sym < codes; sym++) in inflate_table9()
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dzlib.c237 code codes[ENOUGH]; /* space for code tables */ member
289 state->lencode = state->distcode = state->next = state->codes; in inflateReset()
765 netpgpv_inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in netpgpv_inflate_table() argument
837 for (sym = 0; sym < codes; sym++) in netpgpv_inflate_table()
874 for (sym = 0; sym < codes; sym++) in netpgpv_inflate_table()
1748 state->next = state->codes; in inflate()
1814 state->next = state->codes; in inflate()
2234 if (state->lencode >= state->codes && in inflateCopy()
2235 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
2236 copy->lencode = copy->codes + (state->lencode - state->codes); in inflateCopy()
[all …]

12345678910>>...25