Home
last modified time | relevance | path

Searched refs:item_cur (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dutil.c577 struct dialog_list *item_cur; variable
590 item_cur = &item_nil; in item_reset()
599 item_cur->next = p; in item_make()
602 item_cur = p; in item_make()
606 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make()
615 avail = sizeof(item_cur->node.str) - strlen(item_cur->node.str); in item_add_str()
618 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
620 item_cur->node.str[sizeof(item_cur->node.str) - 1] = '\0'; in item_add_str()
626 item_cur->node.tag = tag; in item_set_tag()
630 item_cur->node.data = ptr; in item_set_data()
[all …]
H A Ddialog.h166 extern struct dialog_list *item_cur;
177 for (item_cur = item_head ? item_head: item_cur; \
178 item_cur && (item_cur != &item_nil); item_cur = item_cur->next)
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c590 struct dialog_list *item_cur; variable
603 item_cur = &item_nil; in item_reset()
612 item_cur->next = p; in item_make()
615 item_cur = p; in item_make()
619 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make()
628 avail = sizeof(item_cur->node.str) - strlen(item_cur->node.str); in item_add_str()
631 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
633 item_cur->node.str[sizeof(item_cur->node.str) - 1] = '\0'; in item_add_str()
639 item_cur->node.tag = tag; in item_set_tag()
643 item_cur->node.data = ptr; in item_set_data()
[all …]
H A Ddialog.h185 extern struct dialog_list *item_cur;
196 for (item_cur = item_head ? item_head: item_cur; \
197 item_cur && (item_cur != &item_nil); item_cur = item_cur->next)
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c578 struct dialog_list *item_cur; variable
591 item_cur = &item_nil; in item_reset()
600 item_cur->next = p; in item_make()
603 item_cur = p; in item_make()
607 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make()
616 avail = sizeof(item_cur->node.str) - strlen(item_cur->node.str); in item_add_str()
619 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
621 item_cur->node.str[sizeof(item_cur->node.str) - 1] = '\0'; in item_add_str()
627 item_cur->node.tag = tag; in item_set_tag()
631 item_cur->node.data = ptr; in item_set_data()
[all …]
H A Ddialog.h173 extern struct dialog_list *item_cur;
184 for (item_cur = item_head ? item_head: item_cur; \
185 item_cur && (item_cur != &item_nil); item_cur = item_cur->next)