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

1234567891011>>

/freebsd-10.2-release/contrib/ntp/ntpq/
H A DMakefile.in225 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
227 for p in $$list; do echo "$$p $$p"; done | \
249 # Read a list of newline-separated strings from the standard input,
257 # Make sure the list of sources is unique. This is necessary because,
261 list='$(am__tagged_files)'; \
262 unique=`for i in $$list; do \
646 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
647 if test -n "$$list"; then \
651 for p in $$list; d
[all...]
/freebsd-10.2-release/contrib/ntp/ntpsnmpd/
H A DMakefile.in212 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
214 for p in $$list; do echo "$$p $$p"; done | \
235 # Read a list of newline-separated strings from the standard input,
243 # Make sure the list of sources is unique. This is necessary because,
247 list='$(am__tagged_files)'; \
248 unique=`for i in $$list; do \
623 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
624 if test -n "$$list"; then \
628 for p in $$list; d
[all...]
/freebsd-10.2-release/contrib/ncurses/form/
H A Dform.priv.h205 wchar_t *list = _nc_Widen_String((char *)buffer, &len); \
206 if (list != 0) \
213 if (list[n] != ' ') \
219 else if (list[n] == ' ') \
224 else if (!ccheck(list[n], NULL)) \
230 free(list); \
/freebsd-10.2-release/contrib/libreadline/
H A Dundo.c56 the undo list. */
62 /* The current undo list for THE_LINE. */
104 /* Free the existing undo list. */
140 UNDO_LIST *list, *new, *roving, *c; local
142 list = head;
144 while (list)
146 c = _rl_copy_undo_entry (list);
154 list = list->next;
161 /* Undo the next thing in the list
[all...]
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h17 * copyright notice, this list of conditions and the following
21 * copyright notice, this list of conditions and the following
38 #include <linux/list.h>
52 struct list_head list; member in struct:mthca_icm_chunk
105 struct mthca_icm_chunk, list);
117 if (iter->chunk->list.next == &iter->icm->chunk_list) {
122 iter->chunk = list_entry(iter->chunk->list.next,
123 struct mthca_icm_chunk, list);
/freebsd-10.2-release/tools/regression/geom_eli/
H A Dconfigure-b-B.t74 geli list md${no}.eli | egrep '^Flags: .*BOOT' >/dev/null
88 geli list md${no}.eli | egrep '^Flags: .*BOOT' >/dev/null
109 geli list md${no}.eli | egrep '^Flags: .*BOOT' >/dev/null
/freebsd-10.2-release/contrib/openbsm/libauditd/
H A DMakefile.in74 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
76 for p in $$list; do echo "$$p $$p"; done | \
287 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
288 list2=; for p in $$list; do \
302 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
303 for p in $$list; do \
311 @list='$(lib_LTLIBRARIES)'; \
312 locs=`for p in $$list; d
[all...]
/freebsd-10.2-release/contrib/openbsm/libbsm/
H A DMakefile.in78 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80 for p in $$list; do echo "$$p $$p"; done | \
314 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
315 list2=; for p in $$list; do \
329 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
330 for p in $$list; do \
338 @list='$(lib_LTLIBRARIES)'; \
339 locs=`for p in $$list; d
[all...]
/freebsd-10.2-release/lib/libedit/
H A Dhistory.c12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
71 history_vfun_t h_clear; /* Clear the history list */
126 hentry_t list; /* Fake list header element */ member in struct:history_t
127 hentry_t *cursor; /* Current element in the list */
175 "empty list",
213 h->cursor = h->list.next;
214 if (h->cursor != &h->list)
233 h->cursor = h->list
[all...]
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_er.h12 #include "utils/list.h"
15 struct dl_list list; member in struct:wps_er_sta
34 struct dl_list list; member in struct:wps_er_ap
36 struct dl_list sta; /* list of STAs/Enrollees using this AP */
71 struct dl_list list; member in struct:wps_er_ap_settings
H A Dwps_upnp_i.h14 #include "utils/list.h"
52 struct dl_list list; member in struct:advertisement_state_machine
66 struct dl_list list; member in struct:subscr_addr
80 struct dl_list list; member in struct:subscription
90 /* Linked list of address alternatives (rotate through on failure) */
107 struct dl_list list; member in struct:upnp_wps_device_interface
119 * such interface is stored in the list of struct upnp_wps_device_interface
/freebsd-10.2-release/sys/dev/syscons/
H A Dscterm.c9 * notice, this list of conditions and the following disclaimer as
12 * notice, this list of conditions and the following disclaimer in the
90 sc_term_sw_t **list; local
101 SET_FOREACH(list, scterm_set) {
102 p = *list;
/freebsd-10.2-release/contrib/openbsm/bin/auditdistd/
H A DMakefile.in121 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
123 for p in $$list; do echo "$$p $$p"; done | \
323 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
324 if test -n "$$list"; then \
328 for p in $$list; do echo "$$p $$p"; done | \
351 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
352 files=`for p in $$list; do echo "$$p"; done | \
355 test -n "$$list" || exi
[all...]
/freebsd-10.2-release/crypto/heimdal/kpasswd/
H A DMakefile.in151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
153 for p in $$list; do echo "$$p $$p"; done | \
467 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
468 for p in $$list; do echo "$$p $$p"; done | \
491 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
492 files=`for p in $$list; do echo "$$p"; done | \
495 test -n "$$list" || exit 0; \
500 @list
[all...]
/freebsd-10.2-release/crypto/heimdal/kuser/
H A DMakefile.in193 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
195 for p in $$list; do echo "$$p $$p"; done | \
550 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
551 for p in $$list; do echo "$$p $$p"; done | \
574 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
575 files=`for p in $$list; do echo "$$p"; done | \
578 test -n "$$list" || exit 0; \
583 @list
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp30 #include <list>
92 std::list<Instruction*> WorkList;
105 for (std::list<Instruction*>::iterator ilb = WorkList.begin(),
121 for (std::list<Instruction*>::iterator ilb = WorkList.begin(),
/freebsd-10.2-release/contrib/gcc/
H A Dtree-iterator.c39 tree list = stmt_list_cache; local
40 if (list)
42 stmt_list_cache = TREE_CHAIN (list);
43 gcc_assert (stmt_list_cache != list);
44 memset (list, 0, sizeof(struct tree_common));
45 TREE_SET_CODE (list, STATEMENT_LIST);
48 list = make_node (STATEMENT_LIST);
49 TREE_TYPE (list) = void_type_node;
50 return list;
58 /* If this triggers, it's a sign that the same list i
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dsplit_join_branch_bag.hpp51 std::list<
/freebsd-10.2-release/contrib/ntp/scripts/stats/
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0))
/freebsd-10.2-release/crypto/openssl/crypto/ts/
H A Dts_conf.c14 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in
334 STACK_OF(CONF_VALUE) *list = NULL;
338 if (policies && !(list = X509V3_parse_list(policies))) {
342 for (i = 0; i < sk_CONF_VALUE_num(list); ++i) {
343 CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
357 sk_CONF_VALUE_pop_free(list, X509V3_conf_free);
365 STACK_OF(CONF_VALUE) *list = NULL;
371 if (!(list = X509V3_parse_list(digests))) {
375 if (sk_CONF_VALUE_num(list)
[all...]
/freebsd-10.2-release/contrib/unbound/util/
H A Dnet_help.h13 * this list of conditions and the following disclaimer.
16 * this list of conditions and the following disclaimer in the documentation
305 * Insert new socket list item. If fails logs error.
306 * @param list: pointer to pointer to first item.
311 void sock_list_insert(struct sock_list** list, struct sockaddr_storage* addr,
315 * Append one list to another. Must both be from same qstate(regional).
316 * @param list: pointer to result list that is modified.
317 * @param add: item(s) to add. They are prepended to list.
319 void sock_list_prepend(struct sock_list** list, struc
[all...]
/freebsd-10.2-release/contrib/gdb/
H A Dltcf-cxx.sh189 # underscore (_), so it is better to generate a list of symbols to export.
288 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
357 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list
[all...]
/freebsd-10.2-release/contrib/apr-util/buckets/
H A Dapr_buckets_file.c115 buf = apr_bucket_alloc(*len, e->list);
139 b = apr_bucket_alloc(sizeof(*b), e->list);
145 b->list = e->list;
162 f = apr_bucket_alloc(sizeof(*f), b->list);
178 apr_bucket_alloc_t *list)
180 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
184 b->list = list;
175 apr_bucket_file_create(apr_file_t *fd, apr_off_t offset, apr_size_t len, apr_pool_t *p, apr_bucket_alloc_t *list) argument
/freebsd-10.2-release/contrib/byacc/test/
H A Dok_syntax1.y23 %start list
63 list : /* empty */ label
64 | list stat '\n'
65 | list error '\n'
/freebsd-10.2-release/bin/ls/
H A Dls.h12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
54 extern int f_size; /* list size in short listing */
67 FTSENT *list; member in struct:__anon4

Completed in 373 milliseconds

1234567891011>>