Searched refs:nmlen (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dusage.c776 size_t nmlen = 0; local
784 if (l > nmlen) nmlen = l;
787 snprintf(vfmt, sizeof(vfmt), vfmtfmt, (unsigned int)nmlen + 4);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.c558 int error, doff, poff, txdcount, txpcount, nmlen; local
603 nmlen = t2p->t_name ? strlen(t2p->t_name) : 0;
604 len = ALIGN4(len + 5 * 2 + t2p->t2_setupcount * 2 + 2 + nmlen + 1);
631 mb_put_mem(mbp, t2p->t_name, nmlen, MB_MSYSTEM);
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_utils.c1135 val_find_DS(struct module_env* env, uint8_t* nm, size_t nmlen, uint16_t c, argument
1141 env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
1150 msg = dns_msg_create(nm, nmlen, LDNS_RR_TYPE_DS, c, region, 1);
1160 qinfo.qname_len = nmlen;
H A Dval_neg.c1352 size_t nmlen; local
1356 nmlen = zone->len;
1360 nm = reply_nsec_signer(msg->rep, &nmlen, &dclass);
1364 soa = rrset_cache_lookup(rrset_cache, nm, nmlen, LDNS_RR_TYPE_SOA,
H A Dautotrust.c1082 print_id(FILE* out, char* fname, uint8_t* nm, size_t nmlen, uint16_t dclass) argument
1084 char* s = sldns_wire2str_dname(nm, nmlen);
/freebsd-11-stable/contrib/unbound/services/
H A Drpz.c409 size_t nmlen = sizeof(nm); local
417 if(sldns_str2wire_dname_buf(p->rpz_cname, nm, &nmlen) != 0) {
422 r->cname_override = new_cname_override(r->region, nm, nmlen);
/freebsd-11-stable/sys/kern/
H A Dkern_fail.c144 int nmlen; member in struct:__anon8018
1102 len = fail_type_strings[type].nmlen;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c2889 size_t nmlen = file->basename.length; local
2903 while (nmlen + 5 > nmmax) {
2912 nmlen -= length - 5;
2927 length = 5 + (int)nmlen;
2931 memcpy(bp+6, nm, nmlen);
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c590 can_have_last_resort(struct module_env* env, uint8_t* nm, size_t nmlen, argument
600 name_tree_find(&env->hints->tree, nm, nmlen, labs, qclass)) &&

Completed in 240 milliseconds

12