Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c75 struct toktab { struct
78 } toktab[NTOKENS]; member
87 struct toktab *t; in _ruserdata()
95 t = d->toktab; in _ruserdata()
242 struct toktab *t; in token()
273 for (t = d->toktab; t->tokstr; t++) in token()
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c68 static token_t toktab[] = { variable
76 #define NTOK (sizeof (toktab)/sizeof (token_t))
91 toktab[RDPOL].off = in devplcy_init()
93 toktab[WRPOL].off = in devplcy_init()
476 if (strcmp(token, toktab[i].token) == 0) { in parse_plcy_token()
478 void *item = (char *)dp + toktab[i].off; in parse_plcy_token()
480 switch (toktab[i].type) { in parse_plcy_token()
500 toktab[i].type); in parse_plcy_token()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c67 static struct toktab { struct
70 } toktab[] = { argument
261 struct toktab *t; in token()
302 for (t = toktab; t->tokstr; t++) in token()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c660 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) in prescan() argument
666 unsigned char *toktab;
710 if (toktab == NULL)
711 toktab = ExtTokenTab;
844 else if (c == '(' && toktab['('] == SPC)
849 else if (c == ')' && toktab['('] == SPC)
900 newstate = StateTab[state][toktab[c & 0xff]];