Searched defs:token_type (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1743 meta_token_object_deactivate(token_obj_type_t token_type) argument
1757 if ((token_type == ALL_TOKEN) ||
1758 ((object->isPrivate) && (token_type == PRIVATE_TOKEN)) ||
1759 ((!object->isPrivate) && (token_type == PUBLIC_TOKEN))) {
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c549 register int token_type; local
560 for (token_type = get_token();
561 token_type != EOF && token_type != NAMES;
562 token_type = get_token()) {
576 switch (token_type) {
612 return (token_type);
626 return (token_type);
644 int token_type; local
648 token_type
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h480 } token_type; typedef in typeref:enum:__anon3635
623 token_type t);
629 const char **end_token, token_type *t);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c169 int token_type; local
173 token_type = get_token();
175 if (token_type != NAMES)
179 while (token_type != EOF)
180 token_type = do_entry((struct use_item *)NULL);
193 if ((token_type = get_token()) != NAMES)
205 if ((token_type = get_token()) != NAMES)
283 int token_type; local
296 for (token_type = get_token();
297 token_type !
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c2355 int token_type; local
2373 token_type = sup_gettoken(token_buf);
2374 } while (token_type != SUP_EOF && token_type != SUP_EOL);
2376 if (token_type == SUP_EOF) {
2377 sup_pushtoken(token_buf, token_type);

Completed in 91 milliseconds