Searched refs:list (Results 251 - 275 of 1950) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/list/cons/
H A D9.cc19 // 23.2.2.1 list constructors, copy, and assignment
21 #include <list>
29 // 23.2.2 operator=(const list& x)
33 // 23.2.2 bool operator==(const list& x, const list& y)
41 std::list<int>::iterator i;
43 std::list<int> list0701(A, A + N);
46 std::list<int> list0702;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/fill/
H A D1.cc23 #include <list>
49 const list<int>::size_type N = sizeof(V) / sizeof(int);
51 list<int> coll(N);
55 list<num> coll2(N);
H A D2.cc23 #include <list>
49 const list<int>::size_type N = sizeof(V) / sizeof(int);
51 list<int> coll(N);
55 list<num> coll2(N);
/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_waitq.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
45 TAILQ_ENTRY(waiter) list;
66 TAILQ_INSERT_TAIL(wq, &w, list);
78 TAILQ_REMOVE(wq, w, list);
93 TAILQ_FOREACH(w, wq, list) {
/netbsd-6-1-5-RELEASE/sbin/sysctl/
H A Dpathconf.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
72 struct list { struct
73 struct ctlname *list; member in struct:list
76 struct list pclist = { pcnames, PC_MAXID };
132 struct list *lp;
136 if (lp->list == 0)
139 if (lp->list[lvl2].ctl_name == 0)
141 parse(path, lp->list[lvl2].ctl_name, Aflag);
195 * Scan a list o
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_util.h44 struct list { struct
46 struct list *next;
48 typedef struct list list; typedef in typeref:struct:list
65 extern list *defined;
98 #define STOREVAL(list,item) \
99 storeval(list,item)
101 #define FINDVAL(list,item,finder) \
102 findval(list, item, finder)
106 definition *findval __P((list *, cha
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPEntryList.h12 #include <list>
19 * This class is used by LDAPSearchResults to store a std::list of
23 typedef std::list<LDAPEntry> ListType;
44 * @return The number of entries currently stored in the list.
49 * @return true if there are zero entries currently stored in the list.
54 * @return An iterator pointing to the first element of the list.
59 * @return An iterator pointing to the end of the list
64 * Adds an Entry to the end of the list.
H A DLDAPReferenceList.h12 #include <list>
17 * Container class for storing a list of Search References
22 typedef std::list<LDAPSearchReference> ListType;
28 * Constructs an empty list.
44 * currently stored in this list.
50 * currently stored in this list.
55 * @return A iterator that points to the first element of the list.
61 * element of the list.
66 * Adds one element to the end of the list.
67 * @param e The LDAPSearchReference to add to the list
[all...]
H A DLDAPUrlList.h12 #include <list>
19 typedef std::list<LDAPUrl> ListType;
25 * Constructs an empty list.
38 * std::list of URLs from a array of C-strings that was return by
50 * stored in this list.
56 * stored in this list.
61 * @return A iterator that points to the first element of the list.
67 * element of the list.
72 * Adds one element to the end of the list.
73 * @param attr The attribute to add to the list
[all...]
H A DStringList.h13 #include <list>
18 typedef std::list<std::string> ListType;
27 * Constructs an empty list.
40 * list of string from a array for c-Strings (char*)thar was
51 * The methods converts the list to a 0-terminated array of
57 * Adds one element to the end of the list.
58 * @param attr The attribute to add to the list.
64 * stored in this list.
70 * stored in this list.
75 * @return A iterator that points to the first element of the list
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/metadata/
H A Dpv_map.h36 struct dm_list list; /* pv_map.areas */ member in struct:pv_area
44 struct dm_list list; member in struct:pv_map
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/emulparams/
H A Delf32ppc.sh18 if grep -q 'ld_elf32_spu_emulation' ldemul-list.h; then
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWstrict-aliasing-bogus-escape.C5 #include <list>
21 std::list<A*> l;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dmacro5.c10 #define __VA_ARGLIST(argc,list) \
11 _VA_ARGS_##argc list
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030807-7.c19 struct tree_list list; member in union:tree_node
29 decl = cond->list.purpose;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/mt_allocator/
H A Ddeallocate_global-2.cc22 #include <list>
35 typedef std::list<value_type, allocator_type> list_type;
H A Ddeallocate_global_thread-1.cc22 #include <list>
35 typedef std::list<value_type, allocator_type> list_type;
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/fc-list/
H A DMakefile5 PROG= fc-list
14 FCARCH_DEPFILE= fc-list.c
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dmacro5.c10 #define __VA_ARGLIST(argc,list) \
11 _VA_ARGS_##argc list
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030807-7.c19 struct tree_list list; member in union:tree_node
29 decl = cond->list.purpose;
/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_globals.h14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
87 * The generic list entry.
89 * list processing. It contains both a numeric ID and a symbolic name.
98 TAILQ_ENTRY(generic_entry_s) link; /* the list link */
107 * The iSNS list structure.
108 * This structure contains the list of iSNS servers that have been added
113 generic_entry_t entry; /* global list link */
133 * The initiator portal list structure.
140 generic_entry_t entry; /* global list lin
355 generic_list_t list; member in struct:__anon5480
366 list_head_t list[NUM_DAEMON_LISTS]; /* the lists this daemon keeps */ variable
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dlist.h11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
106 #define atf_list_for_each(iter, list) \
107 for (iter = atf_list_begin(list); \
108 !atf_equal_list_iter_list_iter((iter), atf_list_end(list)); \
110 #define atf_list_for_each_c(iter, list) \
111 for (iter = atf_list_begin_c(list); \
112 !atf_equal_list_citer_list_citer((iter), atf_list_end_c(list)); \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dlist.h13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
108 #define atf_list_for_each(iter, list) \
109 for (iter = atf_list_begin(list); \
110 !atf_equal_list_iter_list_iter((iter), atf_list_end(list)); \
112 #define atf_list_for_each_c(iter, list) \
113 for (iter = atf_list_begin_c(list); \
114 !atf_equal_list_citer_list_citer((iter), atf_list_end_c(list)); \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Darmv1-bad.l7 [^:]*:9: Warning: writeback of base register when in register list is UNPREDICTABLE
9 [^:]*:12: Warning: if writeback register is in list, it must be the lowest reg in the list
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/list/operators/
H A D4.cc19 // 23.2.2.4 list operations [lib.list.ops]
21 #include <list>
63 std::list<int> list0401(A, A + N);
64 std::list<int> list0402(B, B + M);
65 std::list<int> list0403(C, C + M);
66 std::list<int> list0404(D, D + Q);
67 std::list<int> list0405(A, A + N);

Completed in 164 milliseconds

<<11121314151617181920>>