Searched refs:str_list (Results 1 – 4 of 4) sorted by relevance
66 cl_list_t str_list; member1040 cl_list_remove_all(&tmp_parser_struct.str_list);1044 list_iterator = cl_list_head(&tmp_parser_struct.str_list);1045 if ( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )1051 cl_list_remove_all(&tmp_parser_struct.str_list);1068 cl_list_remove_all(&tmp_parser_struct.str_list);1072 list_iterator = cl_list_head(&tmp_parser_struct.str_list);1073 if ( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )1079 cl_list_remove_all(&tmp_parser_struct.str_list);1098 for (list_iterator = cl_list_head(&tmp_parser_struct.str_list);[all …]
32 struct str_list str_list; local36 str_list.sl_nmods = MAX_MODULE_COUNT;37 str_list.sl_modlist = &mod_buffer[0];52 if (ioctl(fd, I_LIST, &str_list) < 0)
1367 char *(*str_list)[]; in stringify_collection_list() local1372 str_list = (char *(*)[]) xmalloc (count * sizeof (char *)); in stringify_collection_list()1391 (*str_list)[ndx] = savestring (temp_buf, end - temp_buf); in stringify_collection_list()1411 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()1431 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()1446 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()1451 (*str_list)[ndx] = NULL; in stringify_collection_list()1456 return *str_list; in stringify_collection_list()
755 static struct str_list sl; in my_find()