Home
last modified time | relevance | path

Searched refs:toktab (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tnftp/src/
H A Druserpass.c75 static struct toktab { struct
78 } toktab[] = { argument
283 struct toktab *t; in token()
321 for (t = toktab; t->tokstr; t++) in token()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c51 static struct toktab { struct
54 } toktab[]= { argument
281 struct toktab *t; in token()
309 for (t = toktab; t->tokstr; t++) in token()
/freebsd/lib/libcompat/4.3/
H A Drexec.c78 static struct toktab { struct
81 } toktab[]= { argument
97 struct toktab *t; in token()
125 for (t = toktab; t->tokstr; t++) in token()
/freebsd/contrib/sendmail/src/
H A Dparseaddr.c695 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) in prescan() argument
701 unsigned char *toktab;
746 if (toktab == NULL)
747 toktab = ExtTokenTab;
887 else if (c == '(' && toktab['('] == SPC)
892 else if (c == ')' && toktab['('] == SPC)
943 newstate = StateTab[state][toktab[c & 0xff]];