| /buildroot/support/kconfig/lxdialog/ |
| A D | checklist.c | 122 WINDOW *dialog, *list; in dialog_checklist() local 173 keypad(list, TRUE); in dialog_checklist() 205 wnoutrefresh(list); in dialog_checklist() 229 wscrl(list, -1); in dialog_checklist() 239 wrefresh(list); in dialog_checklist() 256 wscrl(list, 1); in dialog_checklist() 267 wrefresh(list); in dialog_checklist() 282 wrefresh(list); in dialog_checklist() 300 delwin(list); in dialog_checklist() 320 delwin(list); in dialog_checklist() [all …]
|
| /buildroot/package/quagga/ |
| A D | 0003-Fix-build-with-gcc-10.patch | 43 struct list *qpim_channel_oil_list = 0; 46 struct list *qpim_upstream_list = 0; 67 -struct list *qpim_channel_oil_list; /* list of struct channel_oil */ 70 -struct list *qpim_upstream_list; /* list of struct pim_upstream */ 80 -struct list *qpim_ssmpingd_list; /* list of struct ssmpingd_sock */ 88 -struct list *qpim_static_route_list; /* list of routes added statically */ 100 +extern struct list *qpim_channel_oil_list; /* list of struct channel_oil */ 103 +extern struct list *qpim_upstream_list; /* list of struct pim_upstream */ 113 +extern struct list *qpim_ssmpingd_list; /* list of struct ssmpingd_sock */ 121 +extern struct list *qpim_static_route_list; /* list of routes added statically */
|
| /buildroot/fs/f2fs/ |
| A D | Config.in | 22 string "extension list for cold files" 24 Specify a comma separated file extension list in order f2fs 25 to treat them as cold files. The default list includes most 30 string "extension list for hot files" 32 Specify a comma separated file extension list in order f2fs 33 to treat them as hot files. The default list includes only
|
| /buildroot/docs/manual/ |
| A D | resources.adoc | 15 Buildroot has a mailing list for discussion and development. It is the 18 Only subscribers to the Buildroot mailing list are allowed to post to 19 this list. You can subscribe via the 20 http://lists.buildroot.org/mailman/listinfo/buildroot[mailing list info 23 Mails that are sent to the mailing list are also available in the 24 mailing list archives, available through 37 Note that for certain questions, posting to the mailing list may be 42 Bugs in Buildroot can be reported via the mailing list or alternatively 51 overview of past and upcoming events, and a TODO list. 57 project. Patches that have been sent to a mailing list are \'caught' by [all …]
|
| /buildroot/package/pkgconf/ |
| A D | 0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch | 19 pkgdatadir and sdkdir. This list of variables was collected over years of 55 @@ -181,6 +193,8 @@ pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *list, const ch 62 pkgconf_tuple_find_delete(list, key); 64 @@ -188,9 +202,13 @@ pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *list, const … 66 …PKGCONF_TRACE(client, "adding tuple to @%p: %s => %s (parsed? %d)", list, key, dequote_value, pars… 74 - tuple->value = pkgconf_tuple_parse(client, list, dequote_value); 75 + tuple->value = pkgconf_tuple_parse_sysroot(client, list, dequote_value, add_sysroot); 79 @@ -234,27 +252,14 @@ pkgconf_tuple_find(const pkgconf_client_t *client, pkgconf_list_t *list, cons… 91 - * :param pkgconf_list_t* list: The variable list to search for variables (along side the globa… 131 + * :param pkgconf_list_t* list: The variable list to search for variables (along side the globa…
|
| /buildroot/support/misc/ |
| A D | utils.mk | 91 make-comma-list = $(subst $(space),$(comma)$(space),$(strip $(1))) 95 make-dq-comma-list = $(call make-comma-list,$(patsubst %,"%",$(strip $(1)))) 99 make-sq-comma-list = $(call make-comma-list,$(patsubst %,'%',$(strip $(1))))
|
| /buildroot/package/ffmpeg/ |
| A D | Config.in | 93 Space-separated list of encoders to build in FFmpeg, 96 Run ./configure --list-encoders in the ffmpeg sources 103 Space-separated list of decoders to build in FFmpeg, 106 Run ./configure --list-decoders in the ffmpeg sources 113 Space-separated list of muxers to build in FFmpeg, 116 Run ./configure --list-muxers in the ffmpeg sources 123 Space-separated list of demuxers to build in FFmpeg, 133 Space-separated list of parsers to build in FFmpeg, 136 Run ./configure --list-parsers in the ffmpeg sources 146 Run ./configure --list-bsfs in the ffmpeg sources [all …]
|
| /buildroot/support/kconfig/ |
| A D | qconf.cc | 114 ConfigList* list; in updateMenu() local 121 list = listView(); in updateMenu() 134 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu() 967 list->reinit(); in setShowName() 976 list->reinit(); in setShowRange() 1277 list->list->mode = listMode; in ConfigSearchWindow() 1279 connect(list->list, SIGNAL(menuChanged(struct menu *)), in ConfigSearchWindow() 1281 connect(list->list, SIGNAL(menuChanged(struct menu *)), in ConfigSearchWindow() 1327 list->list->clear(); in search() 1335 lastItem = new ConfigItem(list->list, lastItem, prop->menu, in search() [all …]
|
| /buildroot/package/x11r7/xapp_appres/ |
| A D | Config.in | 6 list X application resource database
|
| /buildroot/package/x11r7/xapp_xlsatoms/ |
| A D | Config.in | 6 list interned atoms defined on server
|
| /buildroot/package/x11r7/xapp_fslsfonts/ |
| A D | Config.in | 6 list fonts served by X font server
|
| /buildroot/package/x11r7/xapp_listres/ |
| A D | Config.in | 8 list resources in widgets
|
| /buildroot/package/libglfw/ |
| A D | 0001-Wayland-Remove-extra-cmake-modules-dependency.patch | 26 - list(APPEND CMAKE_MODULE_PATH "${ECM_MODULE_PATH}") 38 list(APPEND glfw_PKG_DEPS "wayland-client") 40 list(APPEND glfw_INCLUDE_DIRS "${Wayland_INCLUDE_DIRS}") 41 - list(APPEND glfw_LIBRARIES "${Wayland_LIBRARIES}" "${CMAKE_THREAD_LIBS_INIT}") 44 - list(APPEND glfw_INCLUDE_DIRS "${XKBCOMMON_INCLUDE_DIRS}") 45 + list(APPEND glfw_LIBRARIES "${Wayland_LINK_LIBRARIES}" "${CMAKE_THREAD_LIBS_INIT}") 90 + list(APPEND glfw_SOURCES ${output_file}.h) 96 + list(APPEND glfw_SOURCES ${output_file}.c)
|
| /buildroot/support/testing/tests/package/ |
| A D | sample_python_docker.py | 5 images = client.images.list()
|
| /buildroot/package/pulseview/ |
| A D | 0003-Support-glibmm-2.68.patch | 26 list(APPEND PKGDEPS glib-2.0>=2.28.0) 27 -list(APPEND PKGDEPS glibmm-2.4>=2.28.0) 35 +list(APPEND PKGDEPS ${LIBSR_GLIBMM}) 38 list(APPEND PKGDEPS gstreamermm-1.0>=1.8.0) 40 list(APPEND PKGDEPS libsigrokandroidutils>=0.1.0)
|
| /buildroot/package/lsuio/ |
| A D | Config.in | 4 list available userspace I/O (UIO) devices
|
| /buildroot/package/resiprocate/ |
| A D | resiprocate.hash | 1 # http://list.resiprocate.org/pipermail/resiprocate-announce/2020-May/000000.html
|
| /buildroot/package/ecryptfs-utils/ |
| A D | 0001-musl.patch | 17 * This is *not* a list of compatible lower filesystems list for 18 * eCryptfs. This is a list of filesystems that we reasonably expect to
|
| /buildroot/package/python-frozenlist/ |
| A D | Config.in | 4 A list-like structure which implements
|
| /buildroot/package/lsscsi/ |
| A D | Config.in | 4 lsscsi - list SCSI devices (or hosts) and their attributes
|
| /buildroot/package/tllist/ |
| A D | Config.in | 4 A C header file only implementation of a typed linked list.
|
| /buildroot/package/glslsandbox-player/ |
| A D | glslsandbox-player.mk | 29 --with-shader-list=shader-tests.list \ 34 --with-shader-list=shader-local.list \
|
| /buildroot/package/python-terminaltables/ |
| A D | Config.in | 4 Generate simple tables in terminals from a nested list of
|
| /buildroot/package/python-aiosignal/ |
| A D | Config.in | 5 aiosignal: a list of registered asynchronous callbacks.
|
| /buildroot/support/legal-info/ |
| A D | README.warnings-header | 3 following list details.
|