Home
last modified time | relevance | path

Searched refs:str_to_rl (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_array_values.c35 str_to_rl(db_info->type, argv[0], &rl); in get_vals()
H A Dsmatch_buf_size.c119 str_to_rl(&int_ctype, value, &rl); in set_param_buf_size()
201 str_to_rl(&int_ctype, argv[0], &db_size_rl); in db_size_callback()
203 str_to_rl(&int_ctype, argv[0], &tmp); in db_size_callback()
H A Dsmatch_mtag_data.c253 str_to_rl(db_info->type, argv[0], &tmp); in get_vals()
H A Dsmatch_strlen.c302 str_to_rl(&int_ctype, value, &rl); in set_param_strlen()
H A Dsmatch_extra.h46 void str_to_rl(struct symbol *type, char *value, struct range_list **rl);
H A Dsmatch_type_val.c116 str_to_rl(type, db_vals, &tmp); in get_db_type_rl()
H A Dsmatch_container_of.c493 str_to_rl(type, (char *)value, &rl); in save_vals()
H A Dsmatch_kernel_user_data.c1195 str_to_rl(type, value, &rl); in set_param_user_data()
H A Dsmatch_extra.c2817 str_to_rl(type, value, &rl); in set_param_value()
2842 str_to_rl(type, value, &rl); in set_param_fuzzy_max()
H A Dsmatch_ranges.c677 void str_to_rl(struct symbol *type, char *value, struct range_list **rl) in str_to_rl() function