Searched refs:list (Results 1 - 25 of 3573) sorted by relevance

1234567891011>>

/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dbacktrace2.c2 extern int bar(const char** list);
4 int foo(const char** list) argument
6 return bar(list);
/macosx-10.10.1/bootp-298/bootplib/
H A Ddynarray.c46 dynarray_init(dynarray_t * list, dynarray_free_func_t * free_func, argument
49 ptrlist_init(&list->list);
50 list->free_func = free_func;
51 list->copy_func = copy_func;
56 dynarray_free(dynarray_t * list) argument
60 while (ptrlist_remove(&list->list, 0, &element)) {
61 if (element && list->free_func) {
62 (list
70 dynarray_add(dynarray_t * list, void * element) argument
76 dynarray_insert(dynarray_t * list, void * element, int i) argument
82 dynarray_remove(dynarray_t * list, int i, void * * element_p) argument
88 dynarray_free_element(dynarray_t * list, int i) argument
149 dynarray_count(dynarray_t * list) argument
155 dynarray_element(dynarray_t * list, int i) argument
161 dynarray_index(dynarray_t * list, void * element) argument
[all...]
H A Dptrlist.c36 ptrlist_print(ptrlist_t * list) argument
38 printf("ptrlist count %d, size %d\n", list->count, list->size);
39 if (list->count > 0) {
41 for (i = 0; i < list->count; i++)
42 printf("%d. %p\n", i, list->array[i]);
50 ptrlist_init(ptrlist_t * list) argument
52 bzero(list, sizeof(*list));
57 ptrlist_init_size(ptrlist_t * list, in argument
71 ptrlist_free(ptrlist_t * list) argument
80 ptrlist_index(ptrlist_t * list, void * element) argument
91 ptrlist_count(ptrlist_t * list) argument
100 ptrlist_element(ptrlist_t * list, int i) argument
110 ptrlist_remove(ptrlist_t * list, int i, void * * ret) argument
129 ptrlist_grow(ptrlist_t * list) argument
151 ptrlist_add(ptrlist_t * list, void * element) argument
161 ptrlist_insert(ptrlist_t * list, void * element, int where) argument
198 ptrlist_concat(ptrlist_t * list, ptrlist_t * extra) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Darsup.h21 struct list { struct
23 struct list *next;
32 void ar_replace (struct list *);
34 void ar_delete (struct list *);
42 void ar_directory (char *, struct list *, char *);
44 void ar_addmod (struct list *);
46 void ar_addlib (char *, struct list *);
50 void ar_extract (struct list *);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dlist.h62 #include <list>
64 using std::list;
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dlet.c20 let_builtin (list)
21 WORD_LIST *list;
27 if (list && list->word && ISOPTION (list->word->word, '-'))
28 list = list->next;
30 if (list == 0)
36 for (; list; list
[all...]
H A Deval.c20 eval_builtin (list)
21 WORD_LIST *list;
23 if (no_options (list))
25 list = loptend; /* skip over possible `--' */
28 return (list ? parse_and_execute (string_list (list), "eval", SEVAL_NOHIST) : EXECUTION_SUCCESS);
H A Dbuiltin.c20 /* Run the command mentioned in list directly, without going through the
23 builtin_builtin (list)
24 WORD_LIST *list;
29 if (no_options (list))
31 list = loptend; /* skip over possible `--' */
33 if (list == 0)
36 command = list->word->word;
51 list = list->next;
52 return ((*function) (list));
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_back_forward_list.h8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
44 * Returns the current item in the @a list.
46 * @param list the back-forward list instance
48 * @return the current item in the @a list or @c NULL in case of error
50 EAPI Ewk_Back_Forward_List_Item *ewk_back_forward_list_current_item_get(const Ewk_Back_Forward_List *list);
53 * Returns the item that precedes the current item in the @a list.
55 * @param list the back-forward list instanc
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpatcomp.el12 (let ((load-path (list (expand-file-name "lisp"))))
19 (let ((load-path (list (expand-file-name "lisp"))))
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dinet_addr_list.c5 /* internet address list manager
9 /* void inet_addr_list_init(list)
10 /* INET_ADDR_LIST *list;
12 /* void inet_addr_list_append(list,addr)
13 /* INET_ADDR_LIST *list;
16 /* void inet_addr_list_uniq(list)
17 /* INET_ADDR_LIST *list;
19 /* void inet_addr_list_free(list)
20 /* INET_ADDR_LIST *list;
29 /* the specified list, extendin
66 inet_addr_list_init(INET_ADDR_LIST *list) argument
80 inet_addr_list_append(INET_ADDR_LIST *list, struct sockaddr * addr) argument
114 inet_addr_list_uniq(INET_ADDR_LIST *list) argument
142 inet_addr_list_free(INET_ADDR_LIST *list) argument
155 inet_addr_list_print(INET_ADDR_LIST *list) argument
169 INET_ADDR_LIST list; local
[all...]
/macosx-10.10.1/vim-55/pixmaps/
H A Dgen-inline-pixbufs.sh4 list=
9 list="$list $prefix$name $file"
12 gdk-pixbuf-csource --raw --static --build-list $list
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Drecipient_list.c33 /* void recipient_list_init(list, variant)
34 /* RECIPIENT_LIST *list;
37 /* void recipient_list_add(list, offset, dsn_orcpt, dsn_notify,
39 /* RECIPIENT_LIST *list;
50 /* void recipient_list_free(list)
51 /* RECIPIENT_LIST *list;
69 /* recipient_list_init() creates an empty recipient structure list.
70 /* The list argument is initialized such that it can be given to
72 /* argument specifies how list elements should be initialized;
76 /* recipient_list_add() adds a recipient to the specified list
129 recipient_list_init(RECIPIENT_LIST *list, int variant) argument
139 recipient_list_add(RECIPIENT_LIST *list, long offset, const char *dsn_orcpt, int dsn_notify, const char *orig_rcpt, const char *rcpt) argument
181 recipient_list_free(RECIPIENT_LIST *list) argument
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/buckets/
H A Dapr_buckets_alloc.c34 /** A list of free memory from which new buckets or private bucket
46 apr_bucket_alloc_t *list = data; local
48 apr_allocator_free(list->allocator, list->blocks);
51 if (list->pool && list->allocator != apr_pool_allocator_get(list->pool)) {
52 apr_allocator_destroy(list->allocator);
62 apr_bucket_alloc_t *list; local
75 list
92 apr_bucket_alloc_t *list; local
109 apr_bucket_alloc_destroy(apr_bucket_alloc_t *list) argument
124 apr_bucket_alloc(apr_size_t size, apr_bucket_alloc_t *list) argument
175 apr_bucket_alloc_t *list = node->alloc; local
192 apr_bucket_alloc_t *list = node->alloc; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKBackForwardListRef.h8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
37 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetCurrentItem(WKBackForwardListRef list);
38 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetBackItem(WKBackForwardListRef list);
39 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetForwardItem(WKBackForwardListRef list);
40 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetItemAtIndex(WKBackForwardListRef list, int index);
42 WK_EXPORT void WKBackForwardListClear(WKBackForwardListRef list);
44 WK_EXPORT unsigned WKBackForwardListGetBackListCount(WKBackForwardListRef list);
45 WK_EXPORT unsigned WKBackForwardListGetForwardListCount(WKBackForwardListRef list);
47 WK_EXPORT WKArrayRef WKBackForwardListCopyBackListWithLimit(WKBackForwardListRef list, unsigne
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dnecho.c10 necho_builtin (list)
11 WORD_LIST *list;
13 print_word_list (list, " ");
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/include/
H A Dmd5global.h28 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
29 returns an empty list.
32 #define PROTO_LIST(list) list
34 #define PROTO_LIST(list) ()
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dmd5global.h28 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
29 returns an empty list.
32 #define PROTO_LIST(list) list
34 #define PROTO_LIST(list) ()
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/include/
H A Dmd5global.h28 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
29 returns an empty list.
32 #define PROTO_LIST(list) list
34 #define PROTO_LIST(list) ()
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dstrlist.h14 ** this list of conditions and the following disclaimer.
17 ** this list of conditions and the following disclaimer in the documentation
44 int isinlist (const char *str, const char *list);
45 char *unprepstrlist (char *list, char delimc);
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dlist.cpp38 list.append(pp);
40 for (int i = 0; i < q->list.len; i++) {
41 list.append(q->list.p[i]);
42 q->list.p[i] = 0;
44 q->list.len = 0;
49 list_box::list_box(box *pp) : list(pp), sty(-1)
54 list.p[0] = q->list.p[0];
55 for (int i = 1; i < q->list
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dlinklist.c73 * Traversing forward through a list uses an iterator-style paradigm.
74 * for (LinkNode node = firstnode(list); node; incnode(node)) {
79 * for (LinkNode node = lastnode(list); node != &list->node; decnode(node)) {
86 * while (node && node != &list->node) {
87 * // If both incnode(list) and decnode(list) are used, and it's
88 * // unknown at which end of the list traversal will stop.
99 /* Get an empty linked list header */
105 LinkList list; local
118 LinkList list; local
131 insertlinknode(LinkList list, LinkNode node, void *dat) argument
149 zinsertlinknode(LinkList list, LinkNode node, void *dat) argument
169 uinsertlinknode(LinkList list, LinkNode node, LinkNode new) argument
206 getlinknode(LinkList list) argument
227 ugetnode(LinkList list) argument
247 remnode(LinkList list, LinkNode nd) argument
266 uremnode(LinkList list, LinkNode nd) argument
283 freelinklist(LinkList list, FreeFunc freefunc) argument
300 countlinknodes(LinkList list) argument
329 LinkList list; local
353 linknodebydatum(LinkList list, void *dat) argument
370 linknodebystring(LinkList list, char *dat) argument
390 hlinklist2array(LinkList list, int copy) argument
414 zlinklist2array(LinkList list) argument
[all...]
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DLinkAddresses.c27 * - get the list of link-level addresses
54 struct sockaddr_dl * * list; member in struct:LinkAddresses_s
79 struct sockaddr_dl * sdl = link_addrs->list[i];
87 LinkAddresses_lookup(LinkAddressesRef list, char * ifname) argument
92 for (i = 0; i < list->count; i++) {
93 struct sockaddr_dl * sdl = list->list[i];
104 LinkAddresses_count(LinkAddressesRef list) argument
106 return (list->count);
110 LinkAddresses_element(LinkAddressesRef list, in argument
122 LinkAddressesRef list = *list_p; local
145 struct sockaddr_dl * * list = NULL; local
[all...]
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dstd_list.i9 struct traits_asptr<std::list<T> > {
10 static int asptr(VALUE obj, std::list<T> **lis) {
11 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
16 struct traits_from<std::list<T> > {
17 static VALUE from(const std::list<T> & vec) {
18 return traits_from_stdseq<std::list<T> >::from(vec);
24 %ignore std::list::push_back;
25 %ignore std::list::pop_back;
31 %rename("delete") std::list::__delete__;
32 %rename("reject!") std::list
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dlist.c0 /* list.c - Functions for manipulating linked lists of objects. */
33 /* A global variable which acts as a sentinel for an `error' list return. */
37 /* Call FUNCTION on every member of LIST, a generic list. */
39 list_walk (list, function)
40 GENERIC_LIST *list;
43 for ( ; list; list = list->next)
44 if ((*function) (list) < 0)
64 list_reverse (list)
[all...]

Completed in 287 milliseconds

1234567891011>>