Searched refs:list (Results 101 - 125 of 1314) sorted by relevance

1234567891011>>

/freebsd-10.2-release/usr.bin/column/
H A Dcolumn.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
74 static wchar_t **list; /* array of pointers to records */ variable
160 for (chcnt = col = 0, lp = list;; ++lp) {
194 wprintf(L"%ls", list[base]);
195 chcnt += width(list[base]);
214 for (cnt = entries, lp = list; cnt--; ++lp)
219 wchar_t **list; member in struct:_tbl
241 for (cnt = 0, lp = list; cnt < entries; ++cnt, ++lp, ++t) {
255 if ((t->list
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h21 #include <list>
29 /// TokenList - This is the list of raw tokens that make up this file. Each
31 std::list<Token> TokenList;
34 typedef std::list<Token>::iterator TokenRefTy;
54 typedef std::list<Token>::const_iterator token_iterator;
/freebsd-10.2-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_list.h17 * copyright notice, this list of conditions and the following
21 * copyright notice, this list of conditions and the following
38 * Declaration of list.
61 * List stores objects in a doubly linked list.
63 * Unlike quick list, users pass pointers to the object being stored, rather
64 * than to a cl_list_item_t structure. Insertion operations on a list can
67 * Use quick list in situations where insertion failures cannot be tolerated.
71 * The list functions operates on a cl_list_t structure which should be
119 cl_qlist_t list; member in struct:_cl_list
124 * list
[all...]
/freebsd-10.2-release/contrib/mtree/
H A Dmisc.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
179 addtag(slist_t *list, char *elem) argument
184 if ((list->count % TAG_CHUNK) == 0) {
187 new = (char **)realloc(list->list, (list->count + TAG_CHUNK)
191 list->list = new;
193 list
198 parsetags(slist_t *list, char *args) argument
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.h40 typedef struct list list_t;
/freebsd-10.2-release/contrib/atf/atf-c/detail/
H A Dtext.h8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
32 #include <atf-c/detail/list.h>
/freebsd-10.2-release/contrib/byacc/test/
H A Dcalc.y13 %start list
25 list : /* empty */ label
26 | list stat '\n'
27 | list error '\n'
H A Dcalc2.y20 %start list
32 list : /* empty */ label
33 | list stat '\n'
34 | list error '\n'
H A Dcalc3.y23 %start list
35 list : /* empty */ label
36 | list stat '\n'
37 | list error '\n'
H A Dcode_calc.y15 %start list
27 list : /* empty */ label
28 | list stat '\n'
29 | list error '\n'
H A Derr_syntax27.y23 %start list
35 list : /* empty */ label
36 | list stat '\n'
37 | list error '\n'
H A Dpure_calc.y19 %start list
31 list : /* empty */ label
32 | list stat '\n'
33 | list error '\n'
H A Dquote_calc.y13 %start list
32 list : /* empty */ label
33 | list stat '\n'
34 | list error '\n'
H A Dquote_calc2.y13 %start list
32 list : /* empty */ label
33 | list stat '\n'
34 | list error '\n'
H A Dquote_calc3.y13 %start list
32 list : /* empty */ label
33 | list stat '\n'
34 | list error '\n'
H A Dquote_calc4.y13 %start list
32 list : /* empty */ label
33 | list stat '\n'
34 | list error '\n'
/freebsd-10.2-release/bin/sh/
H A Dexpand.h12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
43 struct strlist *list; member in struct:arglist
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java85 final List <ProbeData> list = new ArrayList <ProbeData> ();
88 list.add(e.getProbeData());
91 Collections.sort(list);
92 for (ProbeData p : list) {
/freebsd-10.2-release/sys/geom/vinum/
H A Dgeom_vinum_raid5.h9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
48 TAILQ_ENTRY(gv_raid5_packet) list; /* Entry in plex's packet list. */ member in struct:gv_raid5_packet
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dcore_priv.h15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
36 #include <linux/list.h>
/freebsd-10.2-release/usr.sbin/pc-sysinstall/doc/
H A DMakefile3 FILES= help-disk-list help-disk-size help-index help-start-autoinstall
/freebsd-10.2-release/crypto/heimdal/lib/com_err/
H A Derror.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
50 com_right(struct et_list *list, long code) argument
53 for (p = list; p; p = p->next)
60 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
63 for (p = list; p; p = p->next) {
83 initialize_error_table_r(struct et_list **list, argument
90 for (end = list, et = *list; et; end = &et->next, et = et->next)
/freebsd-10.2-release/contrib/com_err/
H A Derror.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
47 com_right(struct et_list *list, long code) argument
50 for (p = list; p; p = p->next)
57 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
60 for (p = list; p; p = p->next) {
80 initialize_error_table_r(struct et_list **list, argument
87 for (end = list, et = *list; et; end = &et->next, et = et->next)
/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dload_hash.c19 load_hash(iphp, list, iocfunc)
21 iphtent_t *list;
33 for (n = 0, a = list; a != NULL; a = a->ipe_next)
52 if ((list == NULL) && (size == 1)) {
79 iph.iph_list = list;
83 for (a = list; a != NULL; a = a->ipe_next) {
92 for (a = list; a != NULL; a = a->ipe_next)
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dintf.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
40 struct list_head list; member in struct:mlx4_device_context
62 list_add_tail(&dev_ctx->list, &priv->ctx_list);
72 list_for_each_entry(dev_ctx, &priv->ctx_list, list)
75 list_del(&dev_ctx->list);
93 list_add_tail(&intf->list, &intf_list);
112 list_del(&intf->list);
127 list_for_each_entry(dev_ctx, &priv->ctx_list, list)
142 list_for_each_entry(intf, &intf_list, list)
[all...]

Completed in 317 milliseconds

1234567891011>>