| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dst_parse.c | 181 return ((priv->nelements == 0) ? 0 : -1); in check_rsa() 188 for (j = 0; j < priv->nelements; j++) { in check_rsa() 222 if (priv->nelements != DH_NTAGS) { in check_dh() 226 for (j = 0; j < priv->nelements; j++) { in check_dh() 231 if (j == priv->nelements) { in check_dh() 246 return ((priv->nelements == 0) ? 0 : -1); in check_ecdsa() 252 for (j = 0; j < priv->nelements; j++) { in check_ecdsa() 282 return ((priv->nelements == 0) ? 0 : -1); in check_eddsa() 288 for (j = 0; j < priv->nelements; j++) { in check_eddsa() 314 if (priv->nelements != HMACMD5_NTAGS) { in check_hmac_md5() [all …]
|
| H A D | openssleddsa_link.c | 453 priv.nelements = 0; in openssleddsa_tofile() 491 priv.nelements = i; in openssleddsa_tofile() 532 if (priv.nelements != 0) { in openssleddsa_parse() 549 for (i = 0; i < priv.nelements; i++) { in openssleddsa_parse()
|
| H A D | opensslecdsa_link.c | 515 priv.nelements = 0; in opensslecdsa_tofile() 556 priv.nelements = i; in opensslecdsa_tofile() 695 if (priv.nelements != 0 || pub == NULL) { in opensslecdsa_parse() 704 for (i = 0; i < priv.nelements; i++) { in opensslecdsa_parse()
|
| H A D | dst_parse.h | 115 unsigned short nelements; member
|
| H A D | opensslrsa_link.c | 724 priv.nelements = 0; in opensslrsa_tofile() 823 priv.nelements = i; in opensslrsa_tofile() 915 if (priv.nelements != 0) { in opensslrsa_parse() 933 for (i = 0; i < priv.nelements; i++) { in opensslrsa_parse() 1006 for (i = 0; i < priv.nelements; i++) { in opensslrsa_parse()
|
| H A D | hmac_link.c | 433 priv.nelements = 2; in hmac_tofile() 479 for (i = 0; i < priv.nelements && result == ISC_R_SUCCESS; i++) { in hmac_parse()
|
| H A D | pkcs11ecdsa_link.c | 738 priv.nelements = 0; in pkcs11ecdsa_tofile() 767 priv.nelements = i; in pkcs11ecdsa_tofile() 906 if (priv.nelements != 0) { in pkcs11ecdsa_parse() 920 for (i = 0; i < priv.nelements; i++) { in pkcs11ecdsa_parse()
|
| H A D | pkcs11eddsa_link.c | 709 priv.nelements = 0; in pkcs11eddsa_tofile() 738 priv.nelements = i; in pkcs11eddsa_tofile() 877 if (priv.nelements != 0) { in pkcs11eddsa_parse() 891 for (i = 0; i < priv.nelements; i++) { in pkcs11eddsa_parse()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dst_parse.c | 173 return (priv->nelements == 0) ? 0 : -1; in check_rsa() 180 for (j = 0; j < priv->nelements; j++) { in check_rsa() 218 return (priv->nelements == 0) ? 0 : -1; in check_dh() 224 for (j = 0; j < priv->nelements; j++) { in check_dh() 251 return (priv->nelements == 0) ? 0 : -1; in check_ecdsa() 257 for (j = 0; j < priv->nelements; j++) { in check_ecdsa() 280 if (priv->nelements != HMACMD5_NTAGS) { in check_eddsa() 285 if (old && priv->nelements == OLD_HMACMD5_NTAGS && in check_eddsa() 296 for (j = 0; j < priv->nelements; j++) { in check_eddsa() 301 if (j == priv->nelements) { in check_eddsa() [all...] |
| H A D | openssleddsa_link.c | 381 priv.nelements = 0; in openssleddsa_todns() 415 priv.nelements = i; in openssleddsa_fromdns() 445 if (priv.nelements != 0) { in openssleddsa_tofile() 458 for (i = 0; i < priv.nelements; i++) { in openssleddsa_tofile()
|
| H A D | dst_parse.h | 108 unsigned short nelements; 114 unsigned short nelements; global() member
|
| H A D | hmac_link.c | 442 priv.nelements = 2; in hmac_tofile() 488 for (i = 0; i < priv.nelements && result == ISC_R_SUCCESS; i++) { in hmac_parse()
|
| H A D | opensslecdsa_link.c | 971 priv.nelements = 0; in ecdsa_check() 1005 priv.nelements = i; in ecdsa_check() 1036 if (priv.nelements != 0 || pub == NULL) { in ecdsa_check() 1046 for (i = 0; i < priv.nelements; i++) { in ecdsa_check()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | stringpool.cc | 243 unsigned int nelements; member 255 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool() 275 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false); in gt_pch_restore_stringpool()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | stringpool.c | 237 unsigned int nelements; member 249 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool() 269 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false); in gt_pch_restore_stringpool()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | histfile.c | 680 history_do_write (const char *filename, int nelements, int overwrite) in history_do_write() argument 716 if (nelements > history_length) in history_do_write() 717 nelements = history_length; in history_do_write() 729 for (buffer_size = 0, i = history_length - nelements; i < history_length; i++) in history_do_write() 766 for (j = 0, i = history_length - nelements; i < history_length; i++) in history_do_write() 789 history_lines_written_to_file = nelements; in history_do_write() 823 append_history (int nelements, const char *filename) in append_history() argument 825 return (history_do_write (filename, nelements, HISTORY_APPEND)); in append_history()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | symtab.cc | 172 if (++table->nelements * 4 >= table->nslots * 3) in ht_lookup_with_hash() 260 unsigned int nslots, unsigned int nelements, in ht_load() argument 267 ht->nelements = nelements; in ht_load() 306 nelts = table->nelements; in ht_dump_statistics()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | symtab.c | 172 if (++table->nelements * 4 >= table->nslots * 3) in ht_lookup_with_hash() 260 unsigned int nslots, unsigned int nelements, in ht_load() argument 267 ht->nelements = nelements; in ht_load() 306 nelts = table->nelements; in ht_dump_statistics()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
| H A D | symtab.h | 59 unsigned int nelements; /* Number of live elements. */ member 98 unsigned int nslots, unsigned int nelements, bool own);
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
| H A D | symtab.h | 59 unsigned int nelements; /* Number of live elements. */ member 98 unsigned int nslots, unsigned int nelements, bool own);
|
| /netbsd-src/usr.sbin/altq/altqstat/ |
| H A D | qdisc_cdnr.c | 86 get_stats.nelements = NELEMENTS; in cdnr_stat_loop() 104 for (i = 0; i < get_stats.nelements; i++) { in cdnr_stat_loop()
|
| /netbsd-src/sys/altq/ |
| H A D | altq_cdnr.c | 1083 int error, n, nskip, nelements; in cdnrcmd_get_stats() local 1092 nelements = ap->nelements; in cdnrcmd_get_stats() 1094 if (nelements <= 0 || usp == NULL) in cdnrcmd_get_stats() 1134 if (++n == nelements) in cdnrcmd_get_stats() 1137 ap->nelements = n; in cdnrcmd_get_stats()
|
| H A D | altq_cdnr.h | 192 int nelements; /* # of element stats (WR) */ member
|
| /netbsd-src/usr.bin/error/ |
| H A D | subr.c | 74 Calloc(size_t nelements, size_t size) in Calloc() argument 78 back = calloc(nelements, size); in Calloc()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | cdf.c | 1003 size_t i, o4, nelements, j, slen, left; in cdf_read_property_info() local 1055 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info() 1056 if (nelements > CDF_ELEMENT_LIMIT || nelements == 0) { in cdf_read_property_info() 1058 SIZE_T_FORMAT "u\n", nelements)); in cdf_read_property_info() 1063 nelements = 1; in cdf_read_property_info() 1093 if (nelements > 1) { in cdf_read_property_info() 1095 inp = cdf_grow_info(info, maxcount, nelements); in cdf_read_property_info() 1100 for (j = 0; j < nelements && i < sh.sh_properties; in cdf_read_property_info()
|