Searched refs:list (Results 201 - 225 of 1950) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/
H A Dtypedefs.cc24 #include <list>
31 typedef front_insert_iterator<list<int> > test_iterator;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/
H A Dtypedefs.cc24 #include <list>
31 typedef insert_iterator<list<int> > test_iterator;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename25.C9 struct list struct
20 public list
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dnlist.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
39 * notice, this list of conditions and the following disclaimer.
41 * notice, this list of conditions and the following disclaimer in the
115 nlist(name, list)
117 struct nlist *list;
122 _DIAGASSERT(list != NULL);
127 n = __fdnlist(fd, list);
133 __fdnlist(fd, list)
135 struct nlist *list;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_list.h0 // <list> -*- C++ -*-
56 /** @file list
73 # include <bits/list.tcc>
77 # include <debug/list>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/20_util/memory/allocator/
H A D10378.cc21 #include <list>
38 list<Bob> uniset;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/list/
H A D18604.cc41 #include <list>
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Drsalist.h13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
55 int rsa_key_insert(struct genlist *list, struct netaddr *src, struct netaddr *dst, RSA *rsa);
58 void rsa_key_dump(struct genlist *list);
61 RSA *rsa_try_check_rsasign(vchar_t *source, vchar_t *sig, struct genlist *list);
63 unsigned long rsa_list_count(struct genlist *list);
65 int rsa_parse_file(struct genlist *list, const char *fname, enum rsa_key_type type);
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/sbin/pkg_admin/
H A DMakefile6 SCRIPTS= audit-packages.sh download-vulnerability-list.sh
7 CLEANFILES= audit-packages.sh download-vulnerability-list.sh
13 download-vulnerability-list.sh: download-vulnerability-list.sh.in
15 ${DIST}/admin/download-vulnerability-list.sh.in > $@
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Darray.h26 c *list; \
31 #define ARRAY_ITEM(a, i) ((a)->list[i])
32 #define ARRAY_ITEMSIZE(a) (sizeof *(a)->list)
42 (a)->list = xrealloc((a)->list, 1, (a)->space); \
45 (a)->list = xrealloc((a)->list, 2, (a)->space); \
52 #define ARRAY_DATA(a) ((a)->list)
59 (a)->list = NULL; \
67 (a)->list[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32571.c7 struct list_head list; member in struct:ib_fmr
23 &fmr->list != (fmr_list);
24 fmr = ({ const struct list_head *__mptr = (fmr->list.next); (struct ib_fmr
33 &fmr->list != (fmr_list);
34 fmr = ({ const struct list_head *__mptr = (fmr->list.next); (struct ib_fmr
H A D980825-1.c11 static void applyTagInclusionList( list )
12 const char *const list;
16 for (p = list ; *p != '\0' ; ++p)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dheap-scalestress.c15 struct list struct
17 struct list *next;
24 struct list *head = NULL;
25 struct list *tail = NULL;
26 struct list *p;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/
H A Drltest.c78 if (strcmp (temp, "list") == 0)
80 HIST_ENTRY **list; local
83 list = history_list ();
84 if (list)
86 for (i = 0; list[i]; i++)
87 fprintf (stderr, "%d: %s\r\n", i, list[i]->line);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Daddr_match_list.c7 /* address list membership
15 /* int addr_match_list_match(list, addr)
16 /* ADDR_MATCH_LIST *list;
19 /* void addr_match_list_free(list)
20 /* ADDR_MATCH_LIST *list;
24 /* This module implements tests for list membership of a
27 /* A list pattern specifies an internet address, or a network/mask
36 /* A host matches a list when its address matches a pattern.
41 /* The second argument is a list of patterns, or the absolute
45 /* against the specified list o
95 ADDR_MATCH_LIST *list; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/make/lst.lib/
H A DlstDupl.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
50 * Duplicate a list. This includes duplicating the individual
59 * Duplicate an entire list. If a function to copy a void *is
63 * l the list to duplicate
70 * A new list is created.
78 List list = l; local
84 nl = Lst_Init(list->isCirc);
89 ln = list->firstPtr;
99 if (list
[all...]
H A DlstForEachFrom.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
50 * Perform a given function on all elements of a list starting from
59 * Apply the given function to each element of the given list. The
77 List list = l; local
82 if (!LstValid (list) || LstIsEmpty (list)) {
101 done = (next == NULL || next == list->firstPtr);
121 } while (!result && !LstIsEmpty(list) && !done);
H A DlstAppend.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
58 * Create a new node and add it to the given list after the given node.
61 * l affected list
71 * list. lastPtr and firstPtr will alter if the list was empty and
79 List list; local
92 list = l;
100 if (list->isCirc) {
105 list
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/unique/
H A D2.cc22 #include <list>
44 list<int>::iterator pos;
46 list<int> coll(T1, T1 + N);
50 list<int> coll2(T2, T2 + N);
60 list<int>::iterator pos;
62 list<int> coll(T1, T1 + N);
66 list<int> coll2(T2, T2 + N);
76 list<int>::iterator pos;
78 list<int> coll(T1, T1 + N);
82 list<in
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/unique/
H A D2.cc23 #include <list>
45 list<int>::iterator pos;
47 list<int> coll(T1, T1 + N);
51 list<int> coll2(T2, T2 + N);
61 list<int>::iterator pos;
63 list<int> coll(T1, T1 + N);
67 list<int> coll2(T2, T2 + N);
77 list<int>::iterator pos;
79 list<int> coll(T1, T1 + N);
83 list<in
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.c70 aliasitem_t first_item; /* first item of the list */
74 additem_to_top(idn__aliaslist_t list,
78 additem_to_bottom(idn__aliaslist_t list,
87 static void dump_list(idn__aliaslist_t list);
107 idn__aliaslist_destroy(idn__aliaslist_t list) { argument
113 assert(list != NULL);
115 current = list->first_item;
127 free(list);
131 idn__aliaslist_aliasfile(idn__aliaslist_t list, const char *path) { argument
152 r = additem_to_bottom(list, alia
173 idn__aliaslist_additem(idn__aliaslist_t list, const char *pattern, const char *encoding, int first_item) argument
184 additem_to_top(idn__aliaslist_t list, const char *pattern, const char *encoding) argument
212 additem_to_bottom(idn__aliaslist_t list, const char *pattern, const char *encoding) argument
246 idn__aliaslist_find(idn__aliaslist_t list, const char *pattern, char **encodingp) argument
340 dump_list(idn__aliaslist_t list) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc18 // 23.2.2.4 list operations [lib.list.ops]
22 #include <list>
29 std::list<int> list1;
30 std::list<int> list2;
41 std::list<int>::iterator node_of_interest = list2.begin();
52 std::list<int> list1;
53 std::list<int> list2;
64 std::list<int>::iterator node_of_interest = list2.begin();
H A D42352.cc20 #include <list>
28 std::list<int> l{3, 2, 4, 1, 5, 9, 0, 8, 6, 7};
43 std::list<int> l{3, 2, 4, 1, 5, 9, 0, 8, 6, 7};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/list/invalidation/
H A D3.cc21 #include <debug/list>
25 using __gnu_debug::list;
33 list<int> v(20, 42);
36 list<int>::iterator before = v.begin();
37 list<int>::iterator at = before;
39 list<int>::iterator after = at;
67 list<int>::iterator finish = v.end();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D980825-1.c11 static void applyTagInclusionList( list )
12 const char *const list;
16 for (p = list ; *p != '\0' ; ++p)

Completed in 165 milliseconds

1234567891011>>