Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 927) sorted by relevance

12345678910>>...38

/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dsunxi.yaml20 items:
25 items:
30 items:
35 items:
40 items:
45 items:
50 items:
55 items:
60 items:
65 items:
[all …]
H A Dtegra.yaml16 - items:
24 - items:
31 - items:
37 - items:
40 - items:
44 - items:
50 - items:
54 - items:
60 - items:
65 - items:
[all …]
H A Dmediatek.yaml20 - items:
25 - items:
29 - items:
33 - items:
37 - items:
41 - items:
45 - items:
49 - items:
53 - items:
57 - items:
[all …]
H A Drockchip.yaml19 items:
24 items:
29 items:
34 items:
39 items:
44 items:
49 items:
54 items:
59 items:
64 items:
[all …]
H A Drenesas.yaml18 items:
24 items:
32 items:
38 items:
44 items:
50 items:
56 items:
62 - items:
70 items:
77 - items:
[all …]
H A Datmel-at91.yaml21 - items:
23 - items:
38 - items:
48 - items:
59 items:
66 items:
73 items:
80 - items:
86 items:
93 items:
[all …]
H A Darm,realview.yaml25 items:
30 items:
36 items:
41 items:
46 items:
57 - items:
60 - items:
63 - items:
66 - items:
69 - items:
[all …]
H A Dqcom.yaml78 - items:
83 - items:
89 - items:
94 - items:
100 - items:
106 - items:
111 - items:
120 - items:
125 - items:
132 - items:
[all …]
H A Damlogic.yaml29 items:
35 items:
41 items:
47 items:
55 items:
68 items:
77 items:
85 items:
93 items:
104 items:
[all …]
/freebsd-13.1/contrib/ncurses/menu/
H A Dm_global.c115 ITEM **items; in ComputeMaximum_NameDesc_Lengths() local
119 for (items = menu->items; *items; items++) in ComputeMaximum_NameDesc_Lengths()
180 if (menu && items) in _nc_Connect_Items()
209 menu->items = items; in _nc_Connect_Items()
296 ITEM **items; in calculate_actual_width() local
300 if (menu->items != 0) in calculate_actual_width()
302 for (items = menu->items; *items; items++) in calculate_actual_width()
382 if (menu && menu->items && *(menu->items)) in _nc_Link_Items()
407 menu->items[i - 1] : in _nc_Link_Items()
416 menu->items[i + 1] : in _nc_Link_Items()
[all …]
H A Dm_items.c57 set_menu_items(MENU * menu, ITEM ** items) in NCURSES_EXPORT()
59 T((T_CALLED("set_menu_items(%p,%p)"), (void *)menu, (void *)items)); in NCURSES_EXPORT()
61 if (!menu || (items && !(*items))) in NCURSES_EXPORT()
67 if (menu->items) in NCURSES_EXPORT()
70 if (items) in NCURSES_EXPORT()
72 if (!_nc_Connect_Items(menu, items)) in NCURSES_EXPORT()
76 menu->items = items; in NCURSES_EXPORT()
92 returnItemPtr(menu ? menu->items : (ITEM **) 0); in menu_items()
H A Dm_new.c55 NCURSES_SP_NAME(new_menu) (NCURSES_SP_DCLx ITEM ** items) in NCURSES_EXPORT()
60 T((T_CALLED("new_menu(%p,%p)"), (void *)SP_PARM, (void *)items)); in NCURSES_EXPORT()
74 if (items && *items) in NCURSES_EXPORT()
76 if (!_nc_Connect_Items(menu, items)) in NCURSES_EXPORT()
106 new_menu(ITEM ** items) in new_menu() argument
108 return NCURSES_SP_NAME(new_menu) (CURRENT_SCREEN, items); in new_menu()
133 if (menu->items) in free_menu()
/freebsd-13.1/sys/contrib/device-tree/Bindings/eeprom/
H A Dat24.yaml36 items:
40 - items:
42 - items:
44 - items:
46 - items:
98 - items:
101 - items:
104 - items:
107 - items:
110 - items:
[all …]
/freebsd-13.1/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c130 if (error || items == NULL) { in main()
209 free(items); in main()
223 free(items); in main()
336 const char **items; in apply_changes() local
354 items[i*2] = item; in apply_changes()
365 items[i*2 + 1] = "3"; in apply_changes()
391 free(items); in apply_changes()
482 struct partedit_item *items; in read_geom_mesh() local
485 items = NULL; in read_geom_mesh()
501 return (items); in read_geom_mesh()
[all …]
H A Dgpart_ops.c105 nitems(items), items, NULL, in newfs_command()
143 nitems(items), items, NULL, in newfs_command()
186 nitems(items), items, NULL, in newfs_command()
232 nitems(items), items, &choice, NULL); in choose_part_type()
619 items[0].text)) { in gpart_edit()
623 items[0].text); in gpart_edit()
657 items[2].text, (strcmp(oldtype, items[0].text) != 0) ? in gpart_edit()
663 if (strcmp(oldtype, items[0].text) != 0 && strcmp(items[0].text, in gpart_edit()
1089 items, &junk); in gpart_create()
1182 items[0].text); in gpart_create()
[all …]
/freebsd-13.1/contrib/kyua/utils/signals/
H A Dtimer_test.cpp166 items, i)); in ATF_TEST_CASE_BODY()
172 ATF_REQUIRE_EQ(exp_items, items); in ATF_TEST_CASE_BODY()
184 std::vector< int > items; in ATF_TEST_CASE_BODY() local
213 ATF_REQUIRE_EQ(exp_items, items); in ATF_TEST_CASE_BODY()
225 std::vector< int > items; in ATF_TEST_CASE_BODY() local
254 ATF_REQUIRE_EQ(exp_items, items); in ATF_TEST_CASE_BODY()
266 std::vector< int > items; in ATF_TEST_CASE_BODY() local
296 ATF_REQUIRE_EQ(exp_items, items); in ATF_TEST_CASE_BODY()
307 std::vector< int > items; in ATF_TEST_CASE_BODY() local
328 ATF_REQUIRE_EQ(exp_items, items); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp144 void TypeCategoryImpl::Clear(FormatCategoryItems items) { in Clear() argument
152 if ((items & eFormatCategoryItemRegexSummary) == in Clear()
158 if ((items & eFormatCategoryItemRegexFilter) == in Clear()
178 if ((items & eFormatCategoryItemRegexSummary) == in Delete()
184 if ((items & eFormatCategoryItemRegexFilter) == in Delete()
206 if ((items & eFormatCategoryItemRegexSummary) == in GetCount()
212 if ((items & eFormatCategoryItemRegexFilter) == in GetCount()
245 if ((items & eFormatCategoryItemRegexValue) == in AnyMatches()
265 if ((items & eFormatCategoryItemRegexSummary) == in AnyMatches()
285 if ((items & eFormatCategoryItemRegexFilter) == in AnyMatches()
[all …]
/freebsd-13.1/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c107 const char **items; in fetch_files() local
123 if (items == NULL) in fetch_files()
128 if (items[i*2] != NULL) in fetch_files()
129 items[i*2]++; in fetch_files()
131 items[i*2] = urls[i]; in fetch_files()
132 items[i*2 + 1] = "Pending"; in fetch_files()
156 items[i*2 + 1] = "Failed"; in fetch_files()
169 items[i*2 + 1] = "Failed"; in fetch_files()
192 items[i*2 + 1] = status; in fetch_files()
215 items[i*2 + 1] = "Done"; in fetch_files()
[all …]
/freebsd-13.1/contrib/bmake/
H A Dfor.c81 SubstringWords_Init(&f->items); in ForLoop_New()
95 SubstringWords_Free(f->items); in ForLoop_Free()
106 const Substring *items; in ForLoop_Details() local
110 vars = f->vars.items; in ForLoop_Details()
112 items = f->items.words + f->nextItem - n; in ForLoop_Details()
120 Buf_AddBytesBetween(&buf, items[i].start, items[i].end); in ForLoop_Details()
167 char *items; in ForLoop_ParseItems() local
176 f->items = Substring_Words(items, false); in ForLoop_ParseItems()
177 free(items); in ForLoop_ParseItems()
179 if (f->items.len == 1 && Substring_IsEmpty(f->items.words[0])) in ForLoop_ParseItems()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dqcom,qmp-phy.yaml36 items:
112 items:
118 items:
124 items:
128 items:
140 items:
145 items:
150 items:
155 items:
171 items:
[all …]
/freebsd-13.1/crypto/openssl/ssl/
H A Dpqueue.c14 pitem *items; member
57 if (pq->items == NULL) { in pqueue_insert()
58 pq->items = item; in pqueue_insert()
62 for (curr = NULL, next = pq->items; in pqueue_insert()
72 pq->items = item; in pqueue_insert()
91 return pq->items; in pqueue_peek()
96 pitem *item = pq->items; in pqueue_pop()
98 if (pq->items != NULL) in pqueue_pop()
99 pq->items = pq->items->next; in pqueue_pop()
109 if (pq->items == NULL) in pqueue_find()
[all …]
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc_ops.c291 size_t items, in checkitems() argument
396 items--; in peerlist()
512 items--; in dopeers()
1357 items = 1; in doconfig()
1415 items++; in doconfig()
1583 for (items = 0; (size_t)items < pcmd->nargs; items++) { in doset()
1783 items--; in reslist()
2021 items--; in monlist()
2047 items--; in monlist()
2067 items--; in monlist()
[all …]
/freebsd-13.1/contrib/dialog/
H A Dformbox.c418 ++items; in dlg_default_formitem()
468 DIALOG_FORMITEM * items, in dlg_form() argument
802 && (items[n].name_x + items[n].name_len > col in dlg_form()
803 || (items[n].name_y == items[n].text_y in dlg_form()
812 && items[n].text_x + items[n].text_ilen > col) { in dlg_form()
898 if (items[n].name_free) in dlg_free_formitems()
899 free(items[n].name); in dlg_free_formitems()
900 if (items[n].text_free) in dlg_free_formitems()
902 if (items[n].help_free && items[n].help != dlg_strempty()) in dlg_free_formitems()
905 free(items); in dlg_free_formitems()
[all …]
H A Dmixedform.c31 #define ItemName(i) items[LLEN(i) + 0]
32 #define ItemNameY(i) items[LLEN(i) + 1]
33 #define ItemNameX(i) items[LLEN(i) + 2]
34 #define ItemText(i) items[LLEN(i) + 3]
35 #define ItemTextY(i) items[LLEN(i) + 4]
36 #define ItemTextX(i) items[LLEN(i) + 5]
37 #define ItemTextFLen(i) items[LLEN(i) + 6]
38 #define ItemTextILen(i) items[LLEN(i) + 7]
39 #define ItemTypep(i) items[LLEN(i) + 8]
40 #define ItemHelp(i) (dialog_vars.item_help ? items[LLEN(i) + 9] : dlg_strempty())
[all …]
H A Dmenubox.c47 DIALOG_LISTITEM *items; member
142 DIALOG_LISTITEM * items, in input_menu_edit() argument
224 (void) items; in dlg_dummy_menutext()
280 ? items[choice].text in check_hotkey()
281 : items[choice].name))) { in check_hotkey()
299 DIALOG_LISTITEM * items, in dlg_menu() argument
368 all.items = items; in dlg_menu()
678 items, in dlg_menu()
765 char **items) in dialog_menu() argument
779 : items[j++]); in dialog_menu()
[all …]

12345678910>>...38