Searched refs:sources (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/contrib/unbound/
H A Dfreebsd-sources.pl58 my %sources;
60 $sources{$target} = {
62 grep({ !exists($sources{LIBUNBOUND}->{$_}) }
66 my $SRCS = fill("SRCS=\t", "\t", sort keys %{$sources{$target}});
/freebsd-10.0-release/sys/dev/random/
H A Dlive_entropy_sources.c53 static struct les_head sources = LIST_HEAD_INITIALIZER(sources); variable in typeref:struct:les_head
56 * The live_lock protects the consistency of the "struct les_head sources"
71 LIST_INSERT_HEAD(&sources, les, entries);
83 LIST_FOREACH(les, &sources, entries)
103 if (LIST_EMPTY(&sources))
106 LIST_FOREACH(les, &sources, entries) {
136 * Run through all "live" sources reading entropy for the given
156 * Walk over all of live entropy sources, and feed their output
159 LIST_FOREACH(les, &sources, entrie
[all...]
/freebsd-10.0-release/contrib/subversion/
H A Dbuild.conf99 # path - relative path to target sources
100 # sources - explicit list of target sources
253 sources = *.c bdb/*.c util/*.c
361 sources = *.c reports/*.c posts/*.c
396 sources = rep-cache-db.sql
402 sources = wc-queries.sql
408 sources = internal_statements.sql
429 sources = core.i
438 sources
[all...]
/freebsd-10.0-release/contrib/atf/admin/
H A Dcheck-style.sh167 sources=${@}
170 sources=$(find_sources)
174 for file in ${sources}; do
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dcopy-cmd.c50 apr_array_header_t *targets, *sources;
63 sources = apr_array_make(pool, targets->nelts - 1,
113 APR_ARRAY_PUSH(sources, svn_client_copy_source_t *) = source;
173 err = svn_client_copy6(sources, dst_path, TRUE,
48 apr_array_header_t *targets, *sources; local
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dberi-sim.dts110 hard-interrupt-sources = <64>;
111 soft-interrupt-sources = <64>;
H A Dberipad-de4.dts110 hard-interrupt-sources = <64>;
111 soft-interrupt-sources = <64>;
/freebsd-10.0-release/sys/dev/sym/
H A DREADME.sym72 interested in understanding the driver sources and/or in helping
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DListener.h145 const ConstString *sources, // NULL for any event
153 const ConstString *sources, // NULL for any event
161 const ConstString *sources, // NULL for any event
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c61 /* The tokens for each of the sources */
62 source_tokens_t sources[4]; member in struct:diff_mem_baton_t
67 /* Options for normalized comparison of the data sources */
127 source_tokens_t *src = &(mem_baton->sources[datasource_to_index(datasource)]);
258 int sources,
265 for (i = 0; i < sources; i++)
267 apr_array_header_t *tokens = btn->sources[i].tokens;
290 fill_source_tokens(&(baton.sources[0]), original, pool);
291 fill_source_tokens(&(baton.sources[1]), modified, pool);
309 fill_source_tokens(&(baton.sources[
257 alloc_normalization_bufs(diff_mem_baton_t *btn, int sources, apr_pool_t *pool) argument
356 source_tokens_t sources[2]; /* 0 == original; 1 == modified */ member in struct:unified_output_baton_t
727 source_tokens_t sources[3]; member in struct:merge_output_baton_t
[all...]
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A DMakefile.am43 sources = \
73 libsupc___la_SOURCES = $(sources) $(c_sources)
74 libsupc__convenience_la_SOURCES = $(sources) $(c_sources)
/freebsd-10.0-release/usr.sbin/mtest/
H A Dmtest.c522 * add some sources to the filterlist, using the full-state API.
526 sockunion_t sources[MAX_ADDRS]; local
556 sockunion_t *psu = (sockunion_t *)&sources[i];
587 &su.sa, su.sa.sa_len, fmode, n, &sources[0].ss) != 0)
704 sockunion_t sources[MAX_ADDRS]; local
725 su.sa.sa_len, &fmode, &nsrc, &sources[0].ss) != 0) {
735 fprintf(stderr, "hexdump of sources:\n");
736 uint8_t *bp = (uint8_t *)&sources[0];
737 for (i = 0; i < (nsrc * sizeof(sources[0])); i++) {
742 qsort(sources, nsr
[all...]
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources24 !include $(INC_MP)\sources.inc
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dqtool.pl61 my %sources;
208 $result = add_source(\%sources, $source_name);
216 if (keys(%sources) == 0)
221 while (($source_name, $source) = each(%sources))
258 ## sources -- A hash that contains all of the sources.
266 ## source, the previous source gets overwritten in the sources
273 my $sources = shift;
319 $sources->{$source_id} = $queued_message;
337 $sources
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgcov.c258 static source_t *sources; variable
521 for (src = sources; src; src = src->next)
537 for (src = sources; src; src = src->next)
579 while ((src = sources))
581 sources = src->next;
681 for (src = sources; src; src = src->next)
688 src->index = sources ? sources->index + 1 : 1;
689 src->next = sources;
690 sources
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c815 /* Verify that sources and destinations are all at or under
868 then opening our session at the longest path common to sources
925 all the paths (sources and destinations) involved. Assuming
926 the sources exist (which is fair, because if they don't, this
1132 /* Then our copy destinations and move sources (if any). */
1930 const apr_array_header_t *sources,
1944 apr_array_make(pool, sources->nelts,
1952 srcs_are_urls = svn_path_is_url(APR_ARRAY_IDX(sources, 0,
1961 if (sources->nelts > 1)
1965 for (i = 0; i < sources
1927 try_copy(svn_boolean_t *timestamp_sleep, const apr_array_header_t *sources, const char *dst_path_in, svn_boolean_t is_move, svn_boolean_t allow_mixed_revisions, svn_boolean_t metadata_only, svn_boolean_t make_parents, svn_boolean_t ignore_externals, const apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2261 svn_client_copy6(const apr_array_header_t *sources, const char *dst_path, svn_boolean_t copy_as_child, svn_boolean_t make_parents, svn_boolean_t ignore_externals, const apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2355 apr_array_header_t *sources = apr_array_make(pool, src_paths->nelts, local
[all...]
/freebsd-10.0-release/tools/sched/
H A Dschedgraph.py125 sources = [] variable
372 for source in sources:
506 for source in sources:
925 titlestr += str(len(sources)) + " event sources, "
1067 sources.append(source)
1072 for source in sources:
1096 for source in sources:
1102 sources.sort()
1129 for source in sources
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnsync/
H A Dsync.c464 apr_array_header_t *sources = local
468 for (i = 0; i < sources->nelts; i++)
472 svn_cstring_split(APR_ARRAY_IDX(sources, i, const char *),
/freebsd-10.0-release/contrib/libstdc++/src/
H A DMakefile.am130 sources = \
179 libstdc___la_SOURCES = $(sources)
/freebsd-10.0-release/share/mk/
H A Dbsd.dep.mk129 # Different types of sources are compiled with slightly different flags.
130 # Split up the sources, and filter out headers and non-applicable flags.
/freebsd-10.0-release/usr.bin/make/
H A Dparse.c570 * to add the sources of said target to the list of things
673 * The nodes of the sources are linked as children to the nodes of the
684 * The sources are read in much the same way as the targets were except
825 * it or its sources handled specially.
842 * .MAIN Its sources are only used if
1053 * sources:
1054 * a .SUFFIXES line with no sources clears out all old suffixes
1093 * get sources won't get anything
1123 * sources but takes something like suffixes, we take
1188 /* list of sources i
1216 Lst sources = Lst_Initializer(sources); local
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Ddep.mk61 # some of the rules involve .h sources, so remove them from mkdep line
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL87 any comp.sources.unix archive. You will also need to hack the code some.
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c1007 * to add the sources of said target to the list of things
1154 * The nodes of the sources are linked as children to the nodes of the
1165 * The sources are read in much the same way as the targets were except
1189 Lst sources; /* list of archive source names after local
1274 * or its sources handled specially.
1290 * .MAIN Its sources are only used if
1514 * sources:
1515 * a .SUFFIXES line with no sources clears out all old suffixes
1551 * get sources won't get anything
1574 * If the target was one that doesn't take files as its sources
[all...]
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl.c452 int killed, sources, dests; local
455 killed = sources = dests = 0;
478 sources++;
544 fprintf(stderr, "killed %d src nodes from %d sources and %d "
545 "destinations\n", killed, sources, dests);
555 int killed, sources, dests; local
558 killed = sources = dests = 0;
584 sources++;
650 fprintf(stderr, "killed %d states from %d sources and %d "
651 "destinations\n", killed, sources, dest
[all...]

Completed in 225 milliseconds

12