Searched refs:lists (Results 1 - 25 of 113) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/distrib/sets/
H A Dmakeflist5 # Print out the files in some or all lists.
11 lists=
17 -L base,x,ext print specified lists
18 -b print netbsd + x11 lists
19 -x print make x11 lists
20 -y print make extsrc lists
26 [setname [...]] sets to build [${lists}]
39 base) lists="${lists} ${nlists}" ;;
40 x) lists
[all...]
H A Dmakeobsolete12 lists=
20 -L base,x,ext make specified lists
21 -b make netbsd + x11 lists
22 -x only make x11 lists
23 -y only make extsrc lists
40 base) lists="${lists} ${nlists}" ;;
41 x) lists="${lists} ${xlists}" ;;
42 ext) lists
[all...]
H A Dmaketars5 # Make release tar files for some or all lists. Usage:
23 lists=
37 -L base,x,ext Make specified lists
38 -b Make both netbsd and x11 lists
39 -x Only make x11 lists
40 [Default: make netbsd lists]
41 -y Only make extsrc lists
42 [Default: make netbsd lists]
53 [setname ...] Sets to build [${lists}]
71 base) lists
[all...]
H A Dmakesums74 lists="$(${FIND} ${pat} -prune \( -type f -o -type l \) \
76 if [ -n "${lists}" ]; then
77 eval ${CKSUM} -a md5 ${lists} ${append} MD5
78 eval ${CKSUM} -a sha512 ${lists} ${append} SHA512
H A Dcheckflist82 Usage: ${prog} [-x|-y|-b|-L lists] [-M metalog] [-e] [-m]
83 -x check only x11 lists
84 -y check only extsrc lists
85 -b check netbsd + x11 lists
86 -L base,x,ext check specified lists
123 # Make three lists:
125 # All three lists are filtered against ${IGNORE_REGEXP}.
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_evlog.c45 /* allocate as many event lists as there are PCR's */
46 tcs_event_log->lists = calloc(tpm_metrics.num_pcrs, sizeof(struct event_wrapper *));
47 if (tcs_event_log->lists == NULL) {
71 cur = tcs_event_log->lists[i];
83 free(tcs_event_log->lists);
120 if (tcs_event_log->lists[event->ulPcrIndex] == NULL) {
121 tcs_event_log->lists[event->ulPcrIndex] = new;
124 tmp = tcs_event_log->lists[event->ulPcrIndex];
147 tmp = tcs_event_log->lists[pcrIndex];
167 tmp = tcs_event_log->lists[pcrInde
[all...]
H A Dtcsi_evlog.c294 tmp = tcs_event_log->lists[PcrIndex];
358 tmp = tcs_event_log->lists[i];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/23_containers/create_sort/
H A Dlist.cc47 typedef __gnu_test::lists<int, thread_type>::type container_types;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/23_containers/create_sort/
H A Dlist.cc56 typedef __gnu_test::lists<int, thread_type>::type container_types;
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/scripts/
H A Dcreate_linux_pci_lists.sh13 Please contact dri-devel@lists.sf.net to add new cards to this list
H A Dcreate_bsd_pci_lists.sh13 Please contact dri-devel@lists.sf.net to add new cards to this list
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtcsem.h30 struct event_wrapper **lists; member in struct:event_log
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A DREADME13 on the following website: https://lists.sourceforge.net/lists/listinfo/zkt-users
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/23_containers/sort_search/
H A Dlist.cc65 typedef __gnu_test::lists<int, thread_type>::type container_types;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/23_containers/sort_search/
H A Dlist.cc75 typedef __gnu_test::lists<int, thread_type>::type container_types;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dconfig.c507 struct { const char *name; } *lists = NULL; local
556 /* Grow lists? */
562 newsize = newlen * sizeof(*lists);
563 oldsize = listcount * sizeof(*lists);
568 memcpy(new, lists, oldsize);
569 isc_mem_put(mctx, lists, oldsize);
571 lists = new;
576 if (strcasecmp(lists[j].name, listname) == 0)
590 lists[l++].name = listname;
713 if (lists !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libbib/
H A Dindex.cpp65 int *lists; member in class:index_search_item
214 lists = (int *)(tags + header.tags_size);
215 table = (int *)(lists + header.lists_size);
227 if (lists[header.lists_size - 1] >= 0)
235 for (int *ptr = lists + li; *ptr >= 0; ptr++) {
499 return li < 0 ? &minus_one : lists + li;
/netbsd-6-1-5-RELEASE/lib/
H A Dcheckver51 # follows the sets directory defaults to "/usr/src/distrib/sets/lists".
53 # source tree or as the lists directory.
85 setsdir=$basedir/distrib/sets/lists
149 # Build list from set lists. Parameter may be either
150 # the "lists" directory or the top of the source tree.
154 if [ -d "$setsdir/distrib/sets/lists" ] ; then
155 setsdir="$setsdir/distrib/sets/lists"
H A Dcheckvers70 setsdir=$basedir/distrib/sets/lists
149 # Build list from set lists. Parameter may be either
150 # the "lists" directory or the top of the source tree.
154 if [ -d "$setsdir/distrib/sets/lists" ] ; then
155 setsdir="$setsdir/distrib/sets/lists"
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/
H A Dconfigure.in24 AC_INIT(tpm-tools, 1.3.7, trousers-tech@lists.sf.net)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c141 struct strlist *lists[] = { &crtdirs, &sysincdirs, &incdirs, local
148 assert(sizeof(lists) / sizeof(lists[0]) ==
151 for (i = 0; lists[i] != NULL; ++i) {
152 STRLIST_FOREACH(s, lists[i]) {
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/
H A Dconfigure.in5 AC_INIT(trousers, 0.3.8, trousers-tech@lists.sf.net)
162 # APIs, you'll need to set this to 1.2. Send mail to trousers-tech@lists.sf.net
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dgen-dir-node62 Typing "q" exits, "?" lists all Info commands, "d" returns here,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dsdb.c78 ISC_LIST(dns_rdatalist_t) lists;
299 rdatalist = ISC_LIST_HEAD(lookup->lists);
316 ISC_LIST_APPEND(lookup->lists, rdatalist, link);
677 ISC_LIST_INIT(node->lists);
705 while (!ISC_LIST_EMPTY(node->lists)) {
706 list = ISC_LIST_HEAD(node->lists);
712 ISC_LIST_UNLINK(node->lists, list, link);
1144 list = ISC_LIST_HEAD(sdbnode->lists);
1575 if (ISC_LIST_EMPTY(sdbnode->lists))
1577 sdbiterator->current = ISC_LIST_HEAD(sdbnode->lists);
[all...]
H A Dsdlz.c121 ISC_LIST(dns_rdatalist_t) lists;
282 if (ISC_LIST_EMPTY(sdlznode->lists))
284 sdlziterator->current = ISC_LIST_HEAD(sdlznode->lists);
485 ISC_LIST_INIT(node->lists);
517 while (!ISC_LIST_EMPTY(node->lists)) {
518 list = ISC_LIST_HEAD(node->lists);
524 ISC_LIST_UNLINK(node->lists, list, link);
827 list = ISC_LIST_HEAD(sdlznode->lists);
1802 rdatalist = ISC_LIST_HEAD(lookup->lists);
1819 ISC_LIST_APPEND(lookup->lists, rdatalis
[all...]

Completed in 297 milliseconds

12345