Searched refs:labuf (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/data/
H A Ddname.c289 uint8_t labuf[LDNS_MAX_LABELLEN+1]; local
297 labuf[0] = lablen;
300 labuf[++i] = (uint8_t)tolower((unsigned char)*dname);
303 h = hashlittle(labuf, labuf[0] + 1, h);
313 uint8_t labuf[LDNS_MAX_LABELLEN+1]; local
333 labuf[0] = lablen;
336 labuf[++i] = (uint8_t)tolower((unsigned char)*dname);
339 h = hashlittle(labuf, labuf[
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dsh.lex.c105 struct Strbuf labuf; /* = Strbuf_INIT; */ variable in typeref:struct:Strbuf
447 if (lap < labuf.len) {
448 c = labuf.s[lap++];
674 Strbuf_appendn(&buf, labuf.s + lap, labuf.len - lap);
675 labuf.len = 0;
676 Strbuf_append(&labuf, cp);
677 Strbuf_terminate(&labuf);
678 Strbuf_appendn(&labuf, buf.s, buf.len);
H A Dsh.h869 extern struct Strbuf labuf;
870 EXTERN size_t lap; /* N/A if == labuf.len, index into labuf.s otherwise */
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c2181 char labuf[8]; local
2184 (void) sm_snprintf(labuf, sizeof(labuf), "%d", CurrentLA);
2185 macdefine(&GlobalMacros, A_TEMP, macid("{load_avg}"), labuf);

Completed in 74 milliseconds