Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.c90 static struct symbol *handle_func(struct token *token) in handle_func()
136 static struct token *parse_type(struct token *token, struct expression **tree) in parse_type()
149 static struct token *builtin_types_compatible_p_expr(struct token *token, in builtin_types_compatible_p_expr()
175 static struct token *builtin_offsetof_expr(struct token *token, in builtin_offsetof_expr()
249 static void get_number_value(struct expression *expr, struct token *token) in get_number_value()
373 struct token *primary_expression(struct token *token, struct expression **tree) in primary_expression()
576 static struct token *type_info_expression(struct token *token, in type_info_expression()
704 static struct token *cast_expression(struct token *token, struct expression **tree) in cast_expression()
860 struct token *conditional_expression(struct token *token, struct expression **tree) in conditional_expression()
875 struct token *assignment_expression(struct token *token, struct expression **tree) in assignment_expression()
[all …]
H A Dpre-process.c97 struct token *token = __alloc_token(0); in alloc_token() local
176 static void expand_line(struct token *token) in expand_line()
224 struct token *token = *list; in expand_one_symbol() local
245 struct token *token = *where; in scan_next() local
451 struct token *token = __alloc_token(0); in stringify() local
616 struct token *token; in copy() local
758 struct token *token = *list; in expand() local
1362 struct token *token = *p; in handle_hash() local
1436 struct token *token = expansion; in parse_expansion() local
2208 struct token *token = start->next; in handle_preprocessor_line() local
[all …]
H A Dparse.c645 static int SENTINEL_ATTR match_idents(struct token *token, ...) in match_idents()
706 struct symbol *label_symbol(struct token *token) in label_symbol()
718 struct token *token, struct decl_state *ctx, in struct_union_enum_specifier()
719 struct token *(*parse)(struct token *, struct symbol *)) in struct_union_enum_specifier()
1302 static struct token *recover_unknown_attribute(struct token *token) in recover_unknown_attribute()
1706 static struct token *skip_attribute(struct token *token) in skip_attribute()
1725 static struct token *skip_attributes(struct token *token) in skip_attributes()
1773 static int is_nested(struct token *token, struct token **p, in is_nested()
1803 static enum kind which_func(struct token *token, in which_func()
2054 static struct token *parse_underscore_Pragma(struct token *token) in parse_underscore_Pragma()
[all …]
H A Dtoken_store.c35 struct token *token; member
42 static struct token *copy_token(struct token *token) in copy_token()
94 static void store_token(struct token *token) in store_token()
128 void store_all_tokens(struct token *token) in store_all_tokens()
153 struct token *token; in pos_get_token() local
168 struct token *token; in pos_ident() local
H A Dsmatch_project.c75 struct token *token; in register_no_return_funcs() local
99 struct token *token; in register_ignored_macros() local
126 struct token *token; in register_skipped_functions() local
155 struct token *token; in register_silenced_functions() local
184 struct token *token; in register_no_inline_functions() local
H A Dtokenize.c55 struct token *token; member
185 const char *show_token(const struct token *token) in show_token()
248 const char *quote_token(const struct token *token) in quote_token()
336 struct token *token = __alloc_token(0); in alloc_token() local
471 struct token *token = stream->token; in add_token() local
538 struct token *token; in get_one_number() local
580 struct token *token = stream->token; in eat_string() local
742 struct token *token; in get_one_special() local
902 struct token *token; in built_in_token() local
913 struct token *token; in get_one_identifier() local
[all …]
H A Dcheck_unreachable.c83 struct token *token; in prev_line_was_endif() local
231 struct token *token; in register_turn_off_macros() local
258 struct token *token; in register_ignored_macros() local
H A Dtoken.h187 struct token { struct
189 struct token *next; argument
203 static inline struct token *containing_token(struct token **p) in containing_token() argument
246 static inline int match_op(struct token *token, unsigned int op) in match_op()
251 static inline int match_ident(struct token *token, struct ident *id) in match_ident()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c152 smb_token_sids2ids(smb_token_t *token) in smb_token_sids2ids()
273 smb_token_destroy(smb_token_t *token) in smb_token_destroy()
297 smb_token_set_owner(smb_token_t *token) in smb_token_set_owner()
315 smb_token_create_privs(smb_token_t *token) in smb_token_create_privs()
367 smb_token_set_flags(smb_token_t *token) in smb_token_set_flags()
389 smb_token_setup_common(smb_token_t *token) in smb_token_setup_common()
468 smb_token_t *token = NULL; in smb_logon() local
781 smb_token_setup_anon(smb_token_t *token) in smb_token_setup_anon()
817 smb_token_user_sid(smb_token_t *token) in smb_token_user_sid()
889 smb_token_log(smb_token_t *token) in smb_token_log()
[all …]
H A Dnetr_logon.c81 smb_decode_krb5_pac(smb_token_t *token, char *data, uint_t len) in smb_decode_krb5_pac()
183 smb_logon_domain(smb_logon_t *user_info, smb_token_t *token) in smb_logon_domain()
306 netlogon_logon(smb_logon_t *user_info, smb_token_t *token, smb_domainex_t *di) in netlogon_logon()
391 netr_info_t *netr_info, smb_token_t *token) in netr_setup_token()
485 char *server, smb_logon_t *user_info, smb_token_t *token) in netr_server_samlogon()
886 smb_token_t *token) in netr_setup_token_wingrps()
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c59 token_t *token; /* Resultant token */ in get_token() local
81 token_t *token; /* token pointer */ in au_to_header() local
122 token_t *token; /* token pointer */ in au_to_header_ex() local
208 token_t *token; /* local token */ in au_to_arg32() local
237 token_t *token; /* local token */ in au_to_arg64() local
267 token_t *token; /* local token */ in au_to_attr() local
391 token_t *token; /* local token */ in au_to_privset() local
557 token_t *token; in au_to_socket() local
936 token_t *token; in au_to_in_addr_ex() local
1137 token_t *token; in au_to_exec() local
[all …]
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c100 DAT_SR_TOKEN token; member
402 DAT_SR_TOKEN token; in dat_sr_parse_eof() local
546 DAT_SR_TOKEN token; in dat_sr_parse_ia_name() local
581 DAT_SR_TOKEN token; in dat_sr_parse_api() local
620 DAT_SR_TOKEN token; in dat_sr_parse_thread_safety() local
659 DAT_SR_TOKEN token; in dat_sr_parse_default() local
698 DAT_SR_TOKEN token; in dat_sr_parse_lib_path() local
732 DAT_SR_TOKEN token; in dat_sr_parse_provider_version() local
771 DAT_SR_TOKEN token; in dat_sr_parse_ia_params() local
806 DAT_SR_TOKEN token; in dat_sr_parse_platform_params() local
[all …]
/illumos-gate/usr/src/lib/libsrpt/common/
H A Dlibsrpt.c58 srpt_GetConfig(nvlist_t **cfg, uint64_t *token) in srpt_GetConfig()
123 srpt_SetConfig(nvlist_t *cfg, uint64_t token) in srpt_SetConfig()
162 uint64_t token; in srpt_GetDefaultState() local
206 uint64_t token; in srpt_SetDefaultState() local
251 uint64_t token; in srpt_SetTargetState() local
324 uint64_t token; in srpt_GetTargetState() local
396 uint64_t token; in srpt_ResetTarget() local
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c175 char *token = currtok(); in comment() local
189 char *token = currtok(); in arch_name() local
240 char *token = currtok(); in set_list() local
267 char *token = currtok(); in set() local
388 char *token = currtok(); in set_parents() local
468 char *token = currtok(); in accept_token() local
493 char *token = currtok(); in skip_to() local
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext.c98 gss_buffer_t token /* GSS token */) in __dh_gss_delete_sec_context()
161 gss_ctx_id_t *context, gss_buffer_t token) in __dh_gss_export_sec_context()
169 gss_buffer_t token, gss_ctx_id_t *context) in __dh_gss_import_sec_context()
261 gss_ctx_id_t context, gss_buffer_t token) in __dh_gss_process_context_token()
287 dh_token_desc token; in __dh_gss_wrap_size_limit() local
H A Dtoken.c116 dh_token_t token, /* The unserialized input token */ in __make_ap_token()
212 dh_token_t token, /* The token to encode */ in __make_token()
295 dh_token_t token, /* The resulting token */ in __get_ap_token()
403 dh_token_t token, /* The decode token */ in __get_token()
H A Dcontext_establish.c158 dh_token_desc token; in gen_accept_token() local
255 dh_key_set_t keys, dh_signature_t sig, dh_token_t token) in establish_session_keys()
372 dh_token_desc token; in __dh_gss_accept_sec_context() local
591 dh_token_desc token; /* Unserialed token */ in gen_init_token() local
799 continue_context(OM_uint32 *minor, gss_buffer_t token, in continue_context()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h149 struct token struct
156 EXTERN struct token curr_token; argument
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.h100 struct token { struct
104 typedef struct token token; argument
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c62 typedef struct token { struct
63 const char *token; argument
66 } token_t; argument
462 parse_plcy_token(char *token, devplcysys_t *dp) in parse_plcy_token()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c148 ib_token_t token; in ib_lex() local
484 ib_token_t token; in ib_get_services() local
813 ib_token_t token = NEWLINE; in ib_add_service() local
925 ib_token_t token = NEWLINE; in ib_delete_service() local
1087 ib_token_t token = NEWLINE; in ib_list_services() local
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_token.c53 smb_token_query_privilege(smb_token_t *token, int priv_id) in smb_token_query_privilege()
78 smb_token_valid(smb_token_t *token) in smb_token_valid()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dmappath.c66 char *token; in mappath() local
200 char *token; in mapvar() local
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c47 static char *token = NULL; variable
59 static struct token { struct
83 static struct token symwords[] = { argument
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c344 token_t *token; /* local au_membuf */ in au_to_text() local
410 token_t *token; /* local au_membuf */ in au_to_zonename() local
448 token_t *token; /* local au_membuf */ in au_to_strings() local
507 token_t *token; /* local au_membuf */ in au_to_arg32() local
542 token_t *token; /* local au_membuf */ in au_to_arg64() local
574 token_t *token; /* local au_membuf */ in au_to_path() local
702 token_t *token; /* local au_membuf */ in au_to_opaque() local
1088 token_t *token, *m; in au_to_privset() local
1155 token_t *token, *m; in au_to_secflags() local

12345678910>>...13