Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 71) sorted by relevance

123

/buildroot/support/kconfig/
A Dlist.h25 struct list_head *next, *prev; member
63 n = list_entry(pos->member.next, typeof(*pos), member); \
73 return head->next == head; in list_empty()
84 struct list_head *next) in __list_add() argument
86 next->prev = _new; in __list_add()
87 _new->next = next; in __list_add()
89 prev->next = _new; in __list_add()
114 next->prev = prev; in __list_del()
115 prev->next = next; in __list_del()
128 __list_del(entry->prev, entry->next); in list_del()
[all …]
A Dkxgettext.c43 goto next; in escape()
50 next: in escape()
64 struct file_line *next; member
78 self->next = NULL; in file_line__new()
86 struct message *next; member
109 self->next = NULL; in message__new()
127 m = m->next; in mesage__find()
142 fl->next = self->files; in message__add_file_line()
198 fl = fl->next; in message__print_file_lineno()
202 fl = fl->next; in message__print_file_lineno()
[all …]
A Dmenu.c59 last_entry_ptr = &menu->next; in menu_add_entry()
73 last_entry_ptr = &current_menu->next; in menu_end_menu()
454 for (menu = parent->next; menu; menu = menu->next) { in menu_finalize()
461 goto next; in menu_finalize()
484 next: in menu_finalize()
491 parent->list = parent->next; in menu_finalize()
492 parent->next = last_menu->next; in menu_finalize()
493 last_menu->next = NULL; in menu_finalize()
570 if (!last_menu->next) in menu_finalize()
573 last_menu->next = menu->next; in menu_finalize()
[all …]
A Dexpr.h21 struct file *next; member
85 struct symbol *next; member
134 …= 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S…
190 struct property *next; /* next property - null if last */ member
204 for (st = sym->prop; st; st = st->next) \
209 for (st = sym->prop; st; st = st->next) \
220 struct menu *next; member
A Dutil.c19 for (file = file_list; file; file = file->next) { in file_lookup()
29 file->next = file_list; in file_lookup()
59 for (file = file_list; file; file = file->next) { in file_write_dep()
60 if (file->next) in file_write_dep()
A Dmconf.c326 tmp = pos->next; in set_subtitle()
334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()
335 pos = pos->next; in set_subtitle()
351 tmp = pos->next; in reset_subtitle()
535 for (child = menu->list; child; child = child->next) { in build_conf()
640 for (child = menu->list; child; child = child->next) in build_conf()
813 for (child = menu->list; child; child = child->next) { in conf_choice()
A Dconfdata.c725 else if (menu->next != NULL) { in conf_write_defconfig()
726 menu = menu->next; in conf_write_defconfig()
729 if (menu->next != NULL) { in conf_write_defconfig()
730 menu = menu->next; in conf_write_defconfig()
797 goto next; in conf_write()
806 goto next; in conf_write()
812 next: in conf_write()
817 if (menu->next) in conf_write()
818 menu = menu->next; in conf_write()
820 if (menu->next) { in conf_write()
[all …]
A Dsymbol.c194 for (prop = sym->prop; prop; prop = prop->next) { in sym_set_changed()
876 symbol->next = symbol_hash[hash]; in sym_lookup()
899 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_find()
1100 struct dep_stack *prev, *next; member
1110 check_top->next = stack; in dep_stack_insert()
1120 check_top->next = NULL; in dep_stack_remove()
1149 for (; stack; stack = stack->next) { in sym_check_print_recursive()
1151 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1158 for (prop = sym->prop; prop; prop = prop->next) { in sym_check_print_recursive()
1253 for (prop = sym->prop; prop; prop = prop->next) { in sym_check_sym_deps()
[all …]
/buildroot/package/python-dbus-next/
A DConfig.in2 bool "python-dbus-next"
8 https://github.com/altdesktop/python-dbus-next
A Dpython-dbus-next.hash1 # md5, sha256 from https://pypi.org/pypi/dbus-next/json
/buildroot/docs/manual/
A Drelease-engineering.adoc16 Releases are supported until the first bugfix release of the next
19 LTS releases are supported until the first bugfix release of the next
32 a +next+ branch may be created for these features. Once the current
33 release has been made, the +next+ branch is merged into +master+ and
34 the development cycle for the next release continues there.
/buildroot/package/perl/
A D0001-regcomp-c-regexec-c-fixup-regex-engine-build-under-Uusedl.patch201 + const regnode *next;
251 + assert(next);
260 + assert(next);
261 + DUMPUNTIL(after, next);
313 + node= next;
319 + assert(next);
375 - const regnode *next;
425 - assert(next);
434 - assert(next);
487 - node= next;
[all …]
/buildroot/package/libbpf/
A DConfig.in12 A mirror of bpf-next linux tree bpf-next/tools/lib/bpf
/buildroot/package/python-httpx/
A DConfig.in9 The next generation HTTP client.
/buildroot/package/python-dbus-fast/
A DConfig.in6 A faster version of dbus-next, a DBus library for Python with
/buildroot/package/sane-backends/
A Dsaned@.service13 # If you need to debug your configuration uncomment the next line and
/buildroot/board/avnet/rzboard_v2l/
A Dreadme.txt44 Set the 'BOOT1' switch (next to the audio jack) to '1' (away from 'ON') in
49 The RZBoard V2L has a 4-pin header "J19" right next to the micro USB. Its
66 Plug in a suitable USB-C power supply and press the button 'S1' (next to the
/buildroot/support/kconfig/lxdialog/
A Ddialog.h110 struct subtitle_list *next; member
182 struct dialog_list *next; member
197 item_cur && (item_cur != &item_nil); item_cur = item_cur->next)
A Dutil.c271 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear()
283 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear()
596 struct dialog_list *p, *next; in item_reset() local
598 for (p = item_head; p; p = next) { in item_reset()
599 next = p->next; in item_reset()
612 item_cur->next = p; in item_make()
674 for (p = item_head; p; p = p->next) in item_count()
692 for (p = item_head; p; p = p->next) { in item_n()
/buildroot/board/intel/galileo/
A Dreadme.txt41 Jack next to the Ethernet Header.
48 next to the Ethernet connector on the Galileo Gen 2.
/buildroot/package/efibootmgr/
A DConfig.in15 the next running boot option, and more.
/buildroot/package/openbox/
A DConfig.in18 Openbox is a highly configurable, next generation window
/buildroot/board/boundarydevices/common/
A Dupgrade.cmd151 if itest.s "x" != "x${next}" ; then
152 if ${fs}load ${devtype} ${devnum}:${distro_bootpart} ${a_script} ${next} ; then
155 echo "${next} not found on SD card"
213 if itest.s "x" != "x${next}" ; then
214 if ${fs}load ${devtype} ${devnum}:${distro_bootpart} ${a_script} ${next} ; then
217 echo "${next} not found on ${devtype} ${devnum}:${distro_bootpart}"
/buildroot/package/odb/
A D0005-Fix-bug-in-GCC-6-input_location-translation.patch16 @@ -106,7 +106,15 @@ next (string& token, tree* node)
/buildroot/package/norm/
A D0002-Use-print-as-function-call-for-Python3-compatibility.patch8 available in the next norm release

Completed in 62 milliseconds

123