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

  /src/sbin/cgdconfig/
cgdparse.y 62 %type <string> stringlit base64 intstr tokstr
112 stringlit: STRINGLIT | tokstr | intstr
114 tokstr: token { $$ = string_new($1.text, $1.length); } label
  /src/usr.bin/ftp/
ruserpass.c 69 const char *tokstr; member in struct:toktab
318 for (t = toktab; t->tokstr; t++)
319 if (!strcmp(t->tokstr, tokval))
  /src/lib/libcompat/4.3/
ruserpass.c 77 char *tokstr; member in struct:toktab
300 for (t = toktab; t->tokstr; t++)
301 if (!strcmp(t->tokstr, tokval))

Completed in 11 milliseconds