Searched refs:opt_len (Results 1 – 1 of 1) sorted by relevance
122 size_t opt_len = strlen(options) + 1; /*+1 to add '\n' after option lists*/ in lv_roller_set_options() local123 char * opt_extra = lv_mem_buf_get(opt_len * LV_ROLLER_INF_PAGES); in lv_roller_set_options()126 strcpy(&opt_extra[opt_len * i], options); in lv_roller_set_options()127 opt_extra[opt_len * (i + 1) - 1] = '\n'; in lv_roller_set_options()129 opt_extra[opt_len * LV_ROLLER_INF_PAGES - 1] = '\0'; in lv_roller_set_options()