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

1234567891011>>

/freebsd-10.0-release/usr.bin/mklocale/
H A Dyacc.y13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
84 rune_list *list;
100 %type <list> list
101 %type <list> map
135 | LIST list
145 list : RUNE label
159 | list RUNE
166 | list RUN
[all...]
/freebsd-10.0-release/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c36 static void ttm_eu_backoff_reservation_locked(struct list_head *list) argument
40 list_for_each_entry(entry, list, head) {
56 static void ttm_eu_del_from_lru_locked(struct list_head *list) argument
60 list_for_each_entry(entry, list, head) {
72 static void ttm_eu_list_ref_sub(struct list_head *list) argument
76 list_for_each_entry(entry, list, head) {
86 void ttm_eu_backoff_reservation(struct list_head *list) argument
91 if (list_empty(list))
94 entry = list_first_entry(list, struct ttm_validate_buffer, head);
97 ttm_eu_backoff_reservation_locked(list);
113 ttm_eu_reserve_buffers(struct list_head *list) argument
205 ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj) argument
[all...]
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dlist_test.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
37 #include "list.h"
55 atf_list_t list; local
57 RE(atf_list_init(&list));
58 ATF_REQUIRE_EQ(atf_list_size(&list), 0);
59 atf_list_fini(&list);
73 atf_list_t list; local
78 RE(atf_list_init(&list));
79 RE(atf_list_append(&list,
97 atf_list_t list; local
117 atf_list_t list; local
131 atf_list_t list; local
163 atf_list_t list; local
273 atf_list_t list; local
312 atf_list_t list; local
[all...]
/freebsd-10.0-release/contrib/dialog/
H A Ddialog.pl138 local ( $i, $tmp, $ent, $height, $menuheight, @list, $message_len );
142 @list = ();
145 $list[@list] = "\"$ent\"";
147 $list[@list] = "\"$ent\"";
166 return &return_output(0, "dialog --title \"$title\" --menu \"$message\" $height $width $menuheight @list");
171 local ( $i, $tmp, $ent, $height, $menuheight, @list, $message_len );
175 @list = ();
178 $list[
[all...]
/freebsd-10.0-release/usr.bin/ar/
H A Dacpyacc.y10 * notice, this list of conditions and the following disclaimer
13 * notice, this list of conditions and the following disclaimer in the
50 struct list {
52 struct list *next;
59 static void arscp_addlib(char *archive, struct list *list);
60 static void arscp_addmod(struct list *list);
64 static void arscp_delete(struct list *list);
[all...]
/freebsd-10.0-release/contrib/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...]
/freebsd-10.0-release/contrib/mdocml/
H A Dstyle.css46 .list { } /* Top of all Bl. */
99 dl.list-diag { }
100 dt.list-diag { }
101 dd.list-diag { }
103 dl.list-hang { }
104 dt.list-hang { }
105 dd.list-hang { }
107 dl.list-inset { }
108 dt.list-inset { }
109 dd.list
[all...]
/freebsd-10.0-release/contrib/bmake/lst.lib/
H A DlstMember.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
50 * See if a given datum is on a given list.
58 List list = l; local
61 lNode = list->firstPtr;
71 } while (lNode != NULL && lNode != list->firstPtr);
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);
/freebsd-10.0-release/contrib/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,
/freebsd-10.0-release/sys/ofed/include/net/
H A Dtcp.h11 * notice unmodified, this list of conditions, and the following
14 * notice, this list of conditions and the following disclaimer in the
32 #include <linux/list.h>
/freebsd-10.0-release/lib/libpam/modules/pam_guest/
H A Dpam_guest.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
49 lookup(const char *str, const char *list) argument
55 while (*list != '\0') {
56 while (*list == ',')
57 ++list;
58 if ((next = strchr(list, ',')) == NULL)
59 next = strchr(list, '\0');
60 if (next - list == (ptrdiff_t)len &&
61 strncmp(list, st
[all...]
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
226 #define QUEUE_TAKE(adreq, list, timeout) do { \
227 mtx_lock(list##_lock); \
229 while (((adreq) = TAILQ_FIRST(list)) == NULL) \
230 cv_wait(list##_cond, list##_lock); \
232 (adreq) = TAILQ_FIRST(list); \
234 cv_timedwait(list##_cond, list##_loc
[all...]
/freebsd-10.0-release/usr.bin/make/
H A Dlst.c12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
37 * Routines to maintain a linked list of objects.
48 * Create a new node and add it to the given list after the given node.
51 * l affected list
58 * list. lastPtr and firstPtr will alter if the list was empty and
62 Lst_Append(Lst *list, LstNode *ln, void *d) argument
71 list->firstPtr = list
203 Lst_Destroy(Lst *list, FreeProc *freeProc) argument
265 Lst_Insert(Lst *list, LstNode *ln, void *d) argument
291 Lst_Member(Lst *list, void *d) argument
320 Lst_Remove(Lst *list, LstNode *ln) argument
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Darsup.c36 (bfd *, void (*function) (bfd *, bfd *), struct list *);
47 map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list) argument
51 if (list == NULL)
65 struct list *ptr;
72 for (ptr = list; ptr; ptr = ptr->next)
102 ar_directory (char *ar_name, struct list *list, char *output) argument
120 map_over_list (arch, ar_directory_doer, list);
224 ar_addlib (char *name, struct list *lis argument
244 ar_addmod(struct list *list) argument
282 ar_delete(struct list *list) argument
344 ar_replace(struct list *list) argument
443 ar_extract(struct list *list) argument
[all...]
/freebsd-10.0-release/contrib/groff/src/libs/libbib/
H A Dsearch.cpp40 : list(0), niterators(0), next_fid(1)
47 while (list) {
48 search_item *tem = list->next;
49 delete list;
50 list = tem;
68 for (pp = &list; *pp; pp = &(*pp)->next)
78 for (search_item *ptr = list; ptr; ptr = ptr->next)
84 : list(p), ptr(p->list), iter(0), query(strsave(q)),
87 list
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_list.h0 // <list> -*- C++ -*-
56 /** @file include/list
73 # include <bits/list.tcc>
77 # include <debug/list>
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsci_base_iterator.h34 * notice, this list of conditions and the following disclaimer.
36 * notice, this list of conditions and the following disclaimer in
93 * @brief This object represents an iterator of an abstract list.
99 * This field points to the list iterated by this iterator.
101 SCI_ABSTRACT_LIST_T * list; member in struct:SCI_BASE_ITERATOR
104 * This field points to the list element currently referenced by this
121 SCI_ABSTRACT_LIST_T * list
/freebsd-10.0-release/tools/tools/html-mv/
H A Dhtml-mv38 s/[^a-zA-Z0-9\_\-\.:\n]/_/g' > .list
41 awk -F: '{print "s/" $1 "/'$file'_" $2 ".html/g;"}' .list > .sed
46 qq[die "rename $a $ENV{'file'}_$b.html:\$\!";\n]' .list > .mv
59 rm -f .mv .sed .list
/freebsd-10.0-release/tools/tools/mtxstat/
H A Dmtxstat.pl10 # notice, this list of conditions and the following disclaimer
13 # notice, this list of conditions and the following disclaimer in the
49 my @list; # List of entries
108 @list = sort({ $data{$a}->{$key} <=> $data{$b}->{$key} }
111 @list = sort(keys(%data));
114 @list = reverse(@list);
118 while (@list > $limit) {
119 pop(@list);
122 foreach (@list) {
[all...]
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A DMakefile4 disk-list.sh disk-part.sh enable-net.sh get-packages.sh list-config.sh \
5 list-components.sh list-mirrors.sh list-packages.sh list-rsync-backups.sh \
6 list-tzones.sh query-langs.sh send-logs.sh set-mirror.sh setup-ssh-keys.sh \
7 sys-mem.sh test-live.sh test-netup.sh update-part-list.sh xkeyboard-layouts.sh \
/freebsd-10.0-release/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh16 # notice, this list of conditions and the following disclaimer.
18 # notice, this list of conditions and the following disclaimer in the
152 disk-list) ${QUERYDIR}/disk-list.sh $*
164 list-components) ${QUERYDIR}/list-components.sh
168 list-config) ${QUERYDIR}/list-config.sh
172 list-mirrors) ${QUERYDIR}/list
[all...]
/freebsd-10.0-release/contrib/gperf/src/
H A Dkeyword-list.h3 /* Keyword list.
30 /* List node of a linear list of Keyword. */
37 /* Access to first element of list. */
39 /* Access to next element of list. */
47 /* List node of a linear list of KeywordExt. */
54 /* Access to first element of list. */
56 /* Access to next element of list. */
60 /* Copies a linear list, sharing the list elements. */
61 extern Keyword_List * copy_list (Keyword_List *list);
[all...]
/freebsd-10.0-release/contrib/libreadline/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);

Completed in 352 milliseconds

1234567891011>>