Home
last modified time | relevance | path

Searched refs:tokbuf (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/mpl/dhcp/dist/common/
H A Dconflex.c496 cfile->tokbuf[ofs++] = c; in read_whitespace()
511 cfile->tokbuf[ofs] = '\0'; in read_whitespace()
561 cfile -> tokbuf [i] = c;
610 cfile -> tokbuf [i] = c;
619 cfile -> tokbuf [i] = 0;
632 cfile -> tokbuf [i++] = c;
676 cfile -> tokbuf [i] = c;
686 cfile -> tokbuf [i] = 0;
706 cfile -> tokbuf [i++] = c;
716 cfile -> tokbuf [i] = c;
[all …]
H A Dparse.c1552 char tokbuf [128]; local
1691 tokbuf[tokix++] = 'D';
1728 if (strlen (val) + tokix + 2 > sizeof (tokbuf))
1730 tokbuf [tokix++] = 'E';
1731 strcpy (&tokbuf [tokix], val);
1757 if (tokix == sizeof tokbuf) {
1765 tokbuf [tokix++] = type;
1770 if (tokix == sizeof tokbuf) {
1778 tokbuf[tokix++] = 'a';
1817 memcpy(s, tokbuf, tokix);
/netbsd/external/mpl/dhcp/dist/keama/
H A Dconflex.c488 cfile->tokbuf[ofs++] = c; in read_whitespace()
551 cfile->tokbuf[i] = c; in read_string()
581 cfile->tokbuf[i] = 0; in read_string()
596 cfile->tokbuf[i] = c; in read_string()
603 cfile->tokbuf[i] = 0; in read_string()
615 cfile->tokbuf[i++] = c; in read_number()
660 cfile->tokbuf[i] = c; in read_number()
668 cfile->tokbuf[i] = 0; in read_number()
688 cfile->tokbuf[i++] = c; in read_num_or_name()
698 cfile->tokbuf[i] = c; in read_num_or_name()
[all …]
H A Dkeama.h101 char tokbuf[1500]; member
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dhelpers.c22 char *tokbuf[MAX_TOKENS]; in llvm_tokenize_stdin() local
31 tokbuf[c] = strtok(c ? NULL : line, " \n"); in llvm_tokenize_stdin()
32 if (!tokbuf[c]) in llvm_tokenize_stdin()
37 cb(tokbuf, c); in llvm_tokenize_stdin()
/netbsd/external/gpl2/rcs/dist/src/
H A Drcslex.c200 static struct buf tokbuf; /* token buffer */ variable
289 bufrealloc(&tokbuf, 2); in Lexinit()
347 sp = tokbuf.string; in nextlex()
348 limit = sp + tokbuf.size; in nextlex()
362 sp = bufenlarge(&tokbuf, &limit); in nextlex()
374 lookup(tokbuf.string); in nextlex()
378 NextString = fstr_save(tokbuf.string); in nextlex()
/netbsd/external/bsd/ipf/dist/FWTK/
H A Dfwtkp651 tokac = enargv(buf, tokav, 56, tokbuf, sizeof(tokbuf));
714 char tokbuf[BSIZ];
H A Dfwtk_transparent.diff899 char tokbuf[BSIZ];
/netbsd/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h326 char tokbuf [1500]; member