Home
last modified time | relevance | path

Searched refs:lists (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/NextBSD/contrib/ntp/sntp/ag-tpl/0-old/
HDmdoc2texi118 my %lists = (
128 die "Not supported list type <$type>" if not exists $lists{ $type };
129 Mdoc::set_El_callback(sub { $lists{ $type }[1] });
130 $lists{ $type }[0]
HDmdoc2man78 my %lists = (
120 if (defined $type && $type =~ /-(\w+)/ && exists $lists{$1}) {
128 $lists{$1}->(%opts);
/NextBSD/contrib/subversion/subversion/svn/schema/
HDlist.rnc24 start = lists
26 lists = element lists { \list+ }
/NextBSD/contrib/flex/
HDREADME16 There are several mailing lists available as well:
18 flex-announce@lists.sourceforge.net - where posts will be made
21 flex-help@lists.sourceforge.net - where you can post questions about
24 flex-devel@lists.sourceforge.net - where you can discuss development of
/NextBSD/contrib/ntp/sntp/ag-tpl/
HDmdoc2man104 my %lists = (
146 if (defined $type && $type =~ /-(\w+)/ && exists $lists{$1}) {
154 $lists{$1}->(%opts);
/NextBSD/contrib/subversion/
HDREADME50 as how to join discussion lists.
78 please email the cvs2svn project's mailing lists, not the
79 Subversion lists.
/NextBSD/contrib/groff/src/libs/libbib/
HDindex.cpp63 int *lists; member in index_search_item
212 lists = (int *)(tags + header.tags_size); in load()
213 table = (int *)(lists + header.lists_size); in load()
225 if (lists[header.lists_size - 1] >= 0) in do_verify()
233 for (int *ptr = lists + li; *ptr >= 0; ptr++) { in do_verify()
497 return li < 0 ? &minus_one : lists + li; in search1()
/NextBSD/contrib/groff/contrib/groffer/
HDREADME62 Mailing lists
69 http://lists.gnu.org/mailman/listinfo/groff.
72 package for more details on these mailing lists.
/NextBSD/contrib/groff/
HDREADME110 Three mailing lists are available:
125 http://lists.gnu.org/mailman/listinfo/bug-groff
126 http://lists.gnu.org/mailman/listinfo/groff
127 http://lists.gnu.org/mailman/listinfo/groff-commit
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
HDJDTrace.java896 List <List <Probe>> lists = in main() local
899 lists.add(dtrace.listProgramProbeDetail(p)); in main()
903 for (List <Probe> list : lists) { in main()
912 List <List <ProbeDescription>> lists = in main() local
915 lists.add(dtrace.listProgramProbes(p)); in main()
917 for (List <ProbeDescription> list : lists) { in main()
/NextBSD/share/skel/
HDdot.mail_aliases8 # FreeBSD Mailing lists aliases
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDTODO174 * place all change lists at the beginning of the pack file
242 Packed change lists
245 Change lists tend to be large, in some cases >20% of the repo. Due to the
246 new ordering of pack data, the change lists can be the largest part of
250 Packing will only be applied to binary representations of change lists
/NextBSD/contrib/tcsh/nls/C/
HDset2215 12 in one of the lists\n
/NextBSD/crypto/heimdal/
HDREADME12 <http://www.h5l.org/> or the mailing lists:
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDmodcalls_example.txt42 The output lists kernel modules, and the number of function calls for
HDrb_who_example.txt4 provider support, and how active they are. It lists the name of the program,
/NextBSD/share/examples/kld/firmware/
HDREADME8 menu). The Makefile lists the firmware file "firmware.img" and the
/NextBSD/sys/ufs/ufs/
HDREADME.acls10 Access control lists allow the association of fine-grained discretionary
19 Support for UFS access control lists may be enabled by adding:
/NextBSD/etc/
HDmotd9 Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
/NextBSD/contrib/ofed/libibverbs/
HDlibibverbs.spec.in95 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
98 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
/NextBSD/contrib/binutils/binutils/
HDMAINTAINERS24 and not to the binutils lists. Patches to the other top level
26 be sent to the binutils lists, and copied to the gcc and gdb
27 lists as well (gcc-patches@gcc.gnu.org and
141 one of the above lists (blanket write or maintainers).
/NextBSD/contrib/ofed/management/libibcommon/
HDconfigure.in4 AC_INIT(libibcommon, 1.2.0, general@lists.openfabrics.org)
/NextBSD/contrib/groff/src/preproc/eqn/
HDTODO11 Perhaps push hmotions down through lists to avoid upsetting spacing
/NextBSD/contrib/netbsd-tests/fs/tmpfs/
HDREADME5 tested by further tests in the lists.
/NextBSD/contrib/ntp/lib/isc/
HDlog.c1110 void *lists; in sync_channellist() local
1123 lists = isc_mem_get(lctx->mctx, bytes); in sync_channellist()
1125 if (lists == NULL) in sync_channellist()
1128 memset(lists, 0, bytes); in sync_channellist()
1133 memcpy(lists, lcfg->channellists, bytes); in sync_channellist()
1137 lcfg->channellists = lists; in sync_channellist()

12345678910>>...20