Searched refs:list (Results 26 - 50 of 726) sorted by relevance

1234567891011>>

/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dtrace_buf.c49 static LIST *list; local
55 if ((list = typeRealloc(LIST, need, list)) == 0)
58 list[have++].text = 0;
61 if (list[bufnum].text == 0
62 || want > list[bufnum].size) {
63 if ((list[bufnum].text = typeRealloc(char, want, list[bufnum].text))
65 list[bufnum].size = want;
68 result = list[bufnu
[all...]
/haiku-fatelf/src/bin/coreutils/man/
H A Dkill.x2 kill \- send signals to processes, or list signals
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Ddebug.cpp47 va_list list; local
53 va_start(list, format);
54 vsnprintf(buffer, 512, format, list);
55 va_end(list);
69 va_list list; local
73 va_start(list, format);
75 vfprintf(dbgerr, format, list);
76 //vsnprintf(buffer, sizeof(buffer), format, list);
77 va_end(list);
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Ddebug.cpp24 va_list list; local
33 va_start(list, format);
34 vsnprintf(buffer, sizeof(buffer), format, list);
35 va_end(list);
54 va_list list; local
56 va_start(list, format);
57 vsnprintf(buffer, sizeof(buffer), format, list);
58 va_end(list);
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Ddebug.cpp22 va_list list; local
32 va_start(list, format);
33 length = vsnprintf(buffer, sizeof(buffer), format, list);
34 va_end(list);
55 va_list list; local
58 va_start(list, format);
59 length = vsnprintf(buffer, sizeof(buffer), format, list);
60 va_end(list);
/haiku-fatelf/src/bin/less/
H A Dlglob.h16 * This defines a function that returns a list of matching filenames.
18 * This defines a function that steps thru the list of matching
21 * This defines a function that returns the complete list of
27 #define DECL_GLOB_LIST(list) char **list; char **pp;
28 #define GLOB_LIST(filename,list) list = _fnexplode(filename)
29 #define GLOB_LIST_FAILED(list) list == NULL
30 #define SCAN_GLOB_LIST(list,
[all...]
/haiku-fatelf/src/tests/add-ons/print/ppd/ui/
H A DUIUtils.h14 void MakeEmpty(BListView* list);
H A DUIUtils.cpp11 void MakeEmpty(BListView* list) argument
13 if (list != NULL) {
15 while ((item = list->RemoveItem((int32)0)) != NULL) {
/haiku-fatelf/src/bin/rc/
H A Dprivate.h26 #include <list>
29 typedef std::list<void*> ptr_list_t;
38 // The list of input files.
41 // free()'s all the elements from a list.
42 void free_ptr_list(ptr_list_t& list);
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Deventhandler.c16 eventhandler_register(struct eventhandler_list *list, argument
24 eventhandler_deregister(struct eventhandler_list *list, argument
39 eventhandler_prune_list(struct eventhandler_list *list) argument
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dstring-list.c2 * "$Id: string-list.c,v 1.19 2005/06/15 01:13:41 rlk Exp $"
77 stp_string_list_destroy(stp_string_list_t *list) argument
79 stp_list_destroy((stp_list_t *) list);
83 stp_string_list_param(const stp_string_list_t *list, size_t element) argument
86 stp_list_get_item_by_index((const stp_list_t *)list, element);
94 stp_string_list_find(const stp_string_list_t *list, const char *name) argument
97 stp_list_get_item_by_name((const stp_list_t *)list, name);
105 stp_string_list_count(const stp_string_list_t *list) argument
107 return stp_list_get_length((const stp_list_t *)list);
111 stp_string_list_create_copy(const stp_string_list_t *list) argument
117 stp_string_list_create_from_params(const stp_param_string_t *list, size_t count) argument
128 stp_string_list_add_string(stp_string_list_t *list, const char *name, const char *text) argument
139 stp_string_list_remove_string(stp_string_list_t *list, const char *name) argument
149 stp_string_list_is_present(const stp_string_list_t *list, const char *value) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DAcceleration.c23 // list - list of rectangles
25 void SCREEN_TO_SCREEN_BLIT_DMA(engine_token *et, blit_params *list, uint32 count) argument
47 for( ; sub_count > 0; --sub_count, ++list ) {
48 *buffer++ = (list->src_left << 16) | list->src_top;
49 *buffer++ = (list->dest_left << 16) | list->dest_top;
50 *buffer++ = ((list->width + 1) << 16) | (list
62 SCREEN_TO_SCREEN_BLIT_PIO(engine_token *et, blit_params *list, uint32 count) argument
115 FILL_RECTANGLE_DMA(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) argument
159 FILL_RECTANGLE_PIO(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) argument
192 INVERT_RECTANGLE_DMA(engine_token *et, fill_rect_params *list, uint32 count) argument
242 INVERT_RECTANGLE_PIO(engine_token *et, fill_rect_params *list, uint32 count) argument
275 FILL_SPAN_DMA(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
320 FILL_SPAN_PIO(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
362 SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count) argument
370 FILL_RECTANGLE(engine_token *et, uint32 color, fill_rect_params *list, uint32 count) argument
378 INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count) argument
386 FILL_SPAN(engine_token *et, uint32 color, uint16 *list, uint32 count) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2util.h8 #include <util/list.h>
24 void init_room(struct list* l);
25 void* alloc_room(struct list* l, size_t size);
26 void reuse_room(struct list* l, void* room);
27 void purge_room(struct list* l);
29 /* list utils */
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstringlist.c1 /* stringlist.c - functions to handle a generic `list of strings' structure */
49 ret->list = strvec_create (n+1);
52 ret->list[i] = (char *)NULL;
56 ret->list = (char **)NULL;
75 sl->list = strvec_resize (sl->list, n + 1);
77 sl->list[i] = (char *)NULL;
87 if (sl == 0 || sl->list == 0)
89 strvec_flush (sl->list);
99 if (sl->list)
290 WORD_LIST *list; local
[all...]
/haiku-fatelf/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp67 void Initialize(_PointerList_& list, int size);
68 void Print(const _PointerList_& list);
69 void MakeEmpty(_PointerList_& list);
71 bool IsSorted(const _PointerList_& list, int32 n);
72 bool IsSorted(const _PointerList_& list) { return IsSorted(list, list.CountItems()); } argument
73 bool IsHSorted(const _PointerList_& list) { return IsSorted(list, list argument
99 Initialize(_PointerList_& list, int size) argument
107 Print(const _PointerList_& list) argument
125 MakeEmpty(_PointerList_& list) argument
155 IsSorted(const _PointerList_& list, int32 n) argument
170 IndexOf(const _PointerList_& list, int value) argument
182 ItemFor(const _PointerList_& list, int value) argument
195 _PointerList_ list; local
238 _PointerList_ list; local
281 _PointerList_ list; local
324 _PointerList_* list = (_PointerList_*)data; local
336 _PointerList_ list; local
352 _PointerList_ list; local
404 _PointerList_ list; local
475 _PointerList_ list; local
[all...]
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c214 void SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count) argument
227 list[i].src_left + (offset * list[i].src_top) + si->engine.src_dst;
228 t_end += list[i].width;
231 list[i].src_left + (offset * (list[i].src_top + list[i].height)) + si->engine.src_dst;
232 b_end += list[i].width;
238 switch((list[i].dest_top > list[
281 SCREEN_TO_SCREEN_TRANSPARENT_BLIT(engine_token *et, uint32 transparent_colour, blit_params *list, uint32 count) argument
349 SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT(engine_token *et, scaled_blit_params *list, uint32 count) argument
371 FILL_RECTANGLE(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) argument
407 FILL_SPAN(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
442 INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp25 TDFX_FillRectangle(engine_token* et, uint32 color, fill_rect_params* list, argument
39 int x = list->left;
40 int y = list->top;
41 int w = list->right - x + 1;
42 int h = list->bottom - y + 1;
49 list++;
55 TDFX_FillSpan(engine_token* et, uint32 color, uint16* list, uint32 count) argument
68 int y = *list++;
69 int x = *list++;
70 int w = *list
84 TDFX_InvertRectangle(engine_token* et, fill_rect_params* list, uint32 count) argument
111 TDFX_ScreenToScreenBlit(engine_token* et, blit_params* list, uint32 count) argument
[all...]
/haiku-fatelf/src/apps/cortex/Persistence/
H A DImportContext.h10 * notice, this list of conditions, and the following disclaimer.
13 * notice, this list of conditions, and the following disclaimer in the
43 #include <list>
65 std::list<BString>& errors);
77 std::list<BString>& errors() const;
98 std::list<BString>& m_errors;
100 std::list<BString> m_elementStack;
102 std::list<object_entry> m_objectStack;
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dinferiors.c42 add_inferior_to_list (struct inferior_list *list, argument
46 if (list->tail != NULL)
47 list->tail->next = new_inferior;
49 list->head = new_inferior;
50 list->tail = new_inferior;
54 for_each_inferior (struct inferior_list *list, argument
57 struct inferior_list_entry *cur = list->head, *next;
68 change_inferior_id (struct inferior_list *list, argument
71 if (list->head != list
78 remove_inferior(struct inferior_list *list, struct inferior_list_entry *entry) argument
147 find_inferior(struct inferior_list *list, int (*func) (struct inferior_list_entry *, void *), void *arg) argument
163 find_inferior_id(struct inferior_list *list, int id) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_list.h17 * Header file for generic list functions operating on singly linked
18 * null-terminated lists. Items may not be REMOVED from the list! The
19 * intent is that the list can be traversed (for read-only operations)
43 * Test whether a list is empty. Return cma_c_true if so, else
54 * Insert an element in a list following the specified item (or at the
55 * beginning of the list if "list" is the list head). NOTE: insertion
58 #define cma__list_insert(element,list) (void)( \
59 (element)->link = (list)
[all...]
/haiku-fatelf/src/bin/makeudfimage/
H A DExtentStream.h14 #include <list>
19 /*! \brief SimulatedStream implementation that takes a list of
24 ExtentStream(DataStream &stream, const std::list<Udf::extent_address> &extentList, uint32 blockSize);
31 const std::list<Udf::extent_address> &fExtentList;
/haiku-fatelf/headers/cpp/
H A Dlist.h35 using __STD::list;
/haiku-fatelf/src/add-ons/disk_systems/intel/
H A DIntelDiskSystem.cpp31 BList list; local
33 || !list.AddItem(partitionMapAddOn)
34 || !list.AddItem(extendedPartitionAddOn)
35 || !addOns->AddList(&list)) {
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-setshow.h29 command). C is the command list element for the command. */
35 extern void cmd_show_list (struct cmd_list_element *list, int from_tty,
/haiku-fatelf/src/build/libhaikucompat/
H A Dmisc.cpp10 va_list list; local
12 va_start(list, format);
13 vprintf(format, list);
14 va_end(list);

Completed in 290 milliseconds

1234567891011>>