Searched refs:list (Results 126 - 150 of 1314) sorted by relevance

1234567891011>>

/freebsd-10.2-release/crypto/heimdal/kdc/
H A Dwindc.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
46 struct krb5_plugin *list = NULL, *e; local
49 ret = _krb5_plugin_find(context, PLUGIN_TYPE_DATA, "windc", &list);
50 if(ret != 0 || list == NULL)
53 for (e = list; e != NULL; e = _krb5_plugin_get_next(e)) {
62 _krb5_plugin_free(list);
/freebsd-10.2-release/crypto/heimdal/lib/wind/
H A Dstringprep.py15 # notice, this list of conditions and the following disclaimer.
18 # notice, this list of conditions and the following disclaimer in the
55 list = []
57 list = list + tabledict.get(x, [])
58 if len(list) == 0:
60 return "|".join(map(lambda x: "WIND_PROFILE_%s" % (string.upper(x)), list))
/freebsd-10.2-release/contrib/apr-util/include/
H A Dapr_buckets.h67 * A bucket brigade is a doubly linked list (ring) of buckets, so we
254 apr_bucket_alloc_t *list; member in struct:apr_bucket
257 /** A list of buckets */
265 /** The buckets in the brigade are on this list. */
273 APR_RING_HEAD(apr_bucket_list, apr_bucket) list; member in struct:apr_bucket_brigade
292 APR_RING_CHECK_CONSISTENCY(&(b)->list, apr_bucket, link)
331 #define APR_BRIGADE_SENTINEL(b) APR_RING_SENTINEL(&(b)->list, apr_bucket, link)
338 #define APR_BRIGADE_EMPTY(b) APR_RING_EMPTY(&(b)->list, apr_bucket, link)
345 #define APR_BRIGADE_FIRST(b) APR_RING_FIRST(&(b)->list)
351 #define APR_BRIGADE_LAST(b) APR_RING_LAST(&(b)->list)
590 apr_bucket_alloc_t *list; member in struct:apr_bucket_pool
962 APU_DECLARE_NONSTD(void) apr_bucket_alloc_destroy(apr_bucket_alloc_t *list); variable
1327 APU_DECLARE(apr_bucket *) apr_bucket_eos_create(apr_bucket_alloc_t *list); variable
1345 APU_DECLARE(apr_bucket *) apr_bucket_flush_create(apr_bucket_alloc_t *list); variable
[all...]
/freebsd-10.2-release/lib/libc/iconv/
H A Dbsd_iconv.c13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
182 __bsd___iconv_free_list(char **list, size_t sz) argument
185 _citrus_esdb_free_list(list, sz);
206 char **list, **names; local
214 if (__bsd___iconv_get_list(&list, &sz, true))
215 list = NULL;
216 qsort((void *)list, sz, sizeof(char *), qsort_helper);
219 slashpos = strchr(list[i], '/');
220 curkey = (char *)malloc(slashpos - list[
[all...]
/freebsd-10.2-release/contrib/subversion/
H A Dgen-make.py70 sorted_targets = list(target_dict.keys()); sorted_targets.sort()
79 if isinstance(value, list):
126 print(" Comma-separated list of Subversion libraries to find")
221 self.list = []
226 self.list[self.dict[opt]] = (opt, val)
228 self.dict[opt] = len(self.list)
229 self.list.append((opt, val))
301 # Parse options list
302 for opt, val in rest.list:
316 for opt, val in rest.list
[all...]
/freebsd-10.2-release/sys/contrib/rdma/krping/
H A Dkrping_dev.c110 struct stats_list *list = arg; local
123 STAILQ_INSERT_TAIL(list, s, link);
130 struct stats_list list; local
133 STAILQ_INIT(&list);
134 krping_walk_cb_list(krping_copy_stats, &list);
136 if (STAILQ_EMPTY(&list))
143 while (!STAILQ_EMPTY(&list)) {
144 e = STAILQ_FIRST(&list);
145 STAILQ_REMOVE_HEAD(&list, link);
/freebsd-10.2-release/contrib/amd/scripts/
H A DMakefile.in180 @list='$(bin_SCRIPTS)'; for p in $$list; do \
192 list='$(bin_SCRIPTS)'; for p in $$list; do \
199 @list='$(sbin_SCRIPTS)'; for p in $$list; do \
211 list='$(sbin_SCRIPTS)'; for p in $$list; do \
217 @list='$(man1_MANS)'; \
220 *.1*) list
[all...]
/freebsd-10.2-release/sys/netinet/
H A Dsctp_auth.h10 * this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in
71 /* authentication chunks list */
77 /* hmac algos supported list */
101 #define sctp_auth_is_required_chunk(chunk, list) ((list == NULL) ? (0) : (list->chunks[chunk] != 0))
112 extern int sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t * list);
113 extern int sctp_auth_delete_chunk(uint8_t chunk, sctp_auth_chklist_t * list);
114 extern size_t sctp_auth_get_chklist_size(const sctp_auth_chklist_t * list);
[all...]
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dmcm_rereg_test.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
160 struct guid_trid *list, unsigned cnt)
175 ret = rereg_port_gid(port, agent, dport, umad, len, list[i].gid);
178 " failed\n", list[i].guid);
181 list[i].trid = mad_get_field64(umad_get_mad(umad), 0,
244 struct guid_trid *list, unsigned cnt)
276 if (trid == list[i].trid)
284 ntohll(list[i].guid), method, status);
286 list[
159 rereg_send_all(int port, int agent, ib_portid_t *dport, struct guid_trid *list, unsigned cnt) argument
243 rereg_recv_all(int port, int agent, ib_portid_t *dport, struct guid_trid *list, unsigned cnt) argument
298 rereg_query_all(int port, int agent, ib_portid_t *dport, struct guid_trid *list, unsigned cnt) argument
389 struct guid_trid *list; local
[all...]
/freebsd-10.2-release/lib/libpam/modules/pam_group/
H A Dpam_group.c15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
62 char *const *list; local
103 for (list = grp->gr_mem; list != NULL && *list != NULL; ++list)
104 if (strcmp(*list, pwd->pw_name) == 0)
/freebsd-10.2-release/contrib/ncurses/form/
H A Dfty_int.c155 wchar_t *list = _nc_Widen_String((char *)bp, &len); local
157 if (list != 0)
164 if (list[n] != ' ')
170 else if (list[n] == ' ')
174 else if (!isDigit(list[n]))
180 free(list);
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dicm.h16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
37 #include <linux/list.h>
52 struct list_head list; member in struct:mlx4_icm_chunk
93 struct mlx4_icm_chunk, list);
105 if (iter->chunk->list.next == &iter->icm->chunk_list) {
110 iter->chunk = list_entry(iter->chunk->list.next,
111 struct mlx4_icm_chunk, list);
/freebsd-10.2-release/tools/regression/include/stdatomic/
H A Dlogic.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
101 struct { _Atomic(T) v[16]; } list, cmp; \
104 list = cmp; \
105 DO_ALL_TESTS(T, &list.v[j]); \
106 list.v[j] = cmp.v[j]; \
107 assert(memcmp(&list, &cmp, sizeof(list)) == 0); \
/freebsd-10.2-release/contrib/groff/src/preproc/tbl/
H A Dmain.cpp714 void free_input_entry_format_list(input_entry_format *list) argument
716 while (list) {
717 input_entry_format *tem = list;
718 list = list->next;
752 input_entry_format *list = 0; local
762 free_input_entry_format_list(list);
823 free_input_entry_format_list(list);
834 list = new input_entry_format(t, list);
[all...]
/freebsd-10.2-release/lib/libmemstat/
H A Dmemstat.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
81 memstat_mtl_first(struct memory_type_list *list) argument
84 return (LIST_FIRST(&list->mtl_list));
95 _memstat_mtl_empty(struct memory_type_list *list) argument
99 while ((mtp = LIST_FIRST(&list->mtl_list))) {
108 memstat_mtl_free(struct memory_type_list *list) argument
111 _memstat_mtl_empty(list);
112 free(list);
116 memstat_mtl_geterror(struct memory_type_list *list) argument
128 memstat_mtl_find(struct memory_type_list *list, int allocator, const char *name) argument
149 _memstat_mt_allocate(struct memory_type_list *list, int allocator, const char *name, int maxcpus) argument
[all...]
/freebsd-10.2-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c186 * This filter reads from standard input a list of tab-delimited columns,
200 static char **list; local
204 if (list == 0 && (list = typeCalloc(char *, MAX_COLUMNS)) == 0)
222 list[col] = buffer;
233 return col ? list : 0;
273 char **list, *nlp = strchr(buffer, '\n'); local
276 list = parse_columns(buffer);
277 if (list == 0) /* blank or comment */
280 name_table[n].nte_name = strdup(list[colum
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dstl_list.h74 /// @if maint Common part of a node in the %list. @endif
97 /// @if maint An actual node in the %list. @endif
105 * @brief A list::iterator.
177 // The only member points to the %list element.
182 * @brief A list::const_iterator.
259 // The only member points to the %list element.
354 // This is what actually destroys the list.
382 * This is a @e doubly @e linked %list. Traversal up and down the
383 * %list requires linear time, but adding and removing elements (or
390 * Also unlike the other standard containers, std::list provide
415 class list : protected _List_base<_Tp, _Alloc> class in inherits:_List_base
479 list() function in class:list
483 list(const allocator_type& __a) function in class:list
494 list(size_type __n, const value_type& __value = value_type(), function in class:list
506 list(const list& __x) function in class:list
520 list(_InputIterator __first, _InputIterator __last, function in class:list
1207 operator ==(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y) argument
1236 operator <(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y) argument
1243 operator !=(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y) argument
1249 operator >(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y) argument
1255 operator <=(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y) argument
1261 operator >=(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/kadm5/
H A DMakefile.in115 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 for p in $$list; do echo "$$p $$p"; done | \
657 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
658 list2=; for p in $$list; do \
670 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
671 for p in $$list; do \
679 @list='$(lib_LTLIBRARIES)'; for p in $$list; d
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h15 #include <list>
70 typedef std::list<Entry> EntryCollection;
/freebsd-10.2-release/contrib/com_err/
H A Dcom_right.h11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
87 com_right (struct et_list *list, long code);
90 com_right_r (struct et_list *list, long code, char *, size_t);
/freebsd-10.2-release/etc/periodic/daily/
H A D404.status-zfs21 lout=`zpool list`
/freebsd-10.2-release/lib/libc/net/
H A Dhesiod.c255 hesiod_free_list(context, list)
257 char **list;
261 if (list == NULL)
263 for (p = list; *p; p++)
265 free(list);
366 * return a list of them.
375 char *dst, **list; local
415 list = malloc((ancount + 1) * sizeof(char *));
416 if (!list) {
441 list[
522 static char **list; local
[all...]
/freebsd-10.2-release/contrib/ntp/scripts/stats/
H A Densemble.S1 ensemble <- scan(file1, list(day=0, sec=0, gps=0, gpsw=0, loran=0, loranw=0, ensemble=0, std=0))
H A Ditf.S1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
H A Dtdata.S1 tdata <- scan(file1, list(day=0, sec=0, m=0, w=0, x=0, y=0, z=0))

Completed in 403 milliseconds

1234567891011>>