Home
last modified time | relevance | path

Searched refs:tokstr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tnftp/src/
H A Druserpass.c76 const char *tokstr; member
321 for (t = toktab; t->tokstr; t++) in token()
322 if (!strcmp(t->tokstr, tokval)) in token()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c52 char *tokstr; member
309 for (t = toktab; t->tokstr; t++) in token()
310 if (!strcmp(t->tokstr, tokval)) in token()
/freebsd/lib/libcompat/4.3/
H A Drexec.c79 char *tokstr; member
125 for (t = toktab; t->tokstr; t++) in token()
126 if (!strcmp(t->tokstr, tokval)) in token()