HomeSort by: relevance | last modified time | path
    Searched refs:labuf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/data/
dname.c 289 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[0] + 1, h)
    [all...]
  /src/external/bsd/top/dist/machine/
m_decosf1.c 383 struct tbl_loadavg labuf; local
403 if (table(TBL_LOADAVG,0,&labuf,1,sizeof(struct tbl_loadavg))<0) {
407 if (labuf.tl_lscale) /* scaled */
409 si->load_avg[i] = ((double)labuf.tl_avenrun.l[i] /
410 (double)labuf.tl_lscale );
413 si->load_avg[i] = labuf.tl_avenrun.d[i];
  /src/bin/csh/
lex.c 109 * Labuf implements a general buffer for lookahead during lexical operations.
115 static Char labuf[BUFSIZE]; variable
644 (sizeof(labuf) - 4) / sizeof(Char)) {
650 (void)Strcpy(labuf, cp);
652 (void)Strcat(labuf, buf);
653 lap = labuf;

Completed in 23 milliseconds