Searched refs:each (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/contrib/dialog/
H A Dcolumns.c26 #define each(row, data) \ macro
62 * Parse the source string, storing the offsets and widths of each column in
109 for (each(row, value)) {
124 for (each(row, value)) {
139 for (each(row, value)) {
171 for (each(row, value)) {
/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.js4 $top.find('[class~="data"]').each(function() {
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb163 includes.each do |include_file|
176 @options[:includes].flatten.uniq.compact.each do |inc|
184 testrunner_includes.each do |inc|
187 mocks.each do |mock|
204 tests.each do |test|
221 mocks.each do |mock|
229 mocks.each do |mock|
237 mocks.each do |mock|
335 tests.each do |test|
339 test[:args].each {|arg
[all...]
H A DparseOutput.rb37 @arrayList.each do |item|
130 File.open(name).each do |line|
183 ARGV.each do |a|
H A Dgenerate_module.rb9 # Triad modules require a source, header, and test file for each triad type (like model, conductor, and hardware).
82 ARGV.each do |arg|
140 TRIAD.each do |triad|
158 files.each do |filespec|
177 files.each do |file|
H A Dunity_test_summary.rb32 # Dig through each result file, looking for details on pass/fail:
36 results.each do |result_file|
98 lines.each do |line|
/freebsd-11-stable/sys/conf/
H A Dsysent.mk33 # potentially once for each ${GENERATED} file.
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c728 /* Remember some information about each function. If the function is
1541 struct varinfo* each; local
1543 for (each = unit->variable_table; each; each = each->prev_var)
1544 if (each->stack == 0
1545 && each->file != NULL
1546 && each->name != NULL
1547 && each
2341 struct comp_unit* each; local
2659 struct comp_unit *each; local
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk20 # for each MANIFEST we have a list of dirs
22 # for each dir we have a ${MANIFEST}.SRCS.$dir
26 # for each file/dir there are a number of attributes
H A Dtarget-flags.mk7 # For each such variable v in TARGET_FLAG_VARS we set:
H A Dldorder.mk21 # and associate each with _LDORDER_USE to output the relevant
104 # each *.${LDORDER_INC} should set LDORDER_LIBS to what it needs
H A Dlibs.mk64 # ensure that we don't clobber each other's dependencies
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodorder.mk8 # unit-tests have to produce the same results on each run
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh13 * When distributing Covered Code, include this CDDL HEADER in each
H A Derr.copyoutbadaddr.ksh13 * When distributing Covered Code, include this CDDL HEADER in each
H A Derr.copyoutstrbadaddr.ksh13 * When distributing Covered Code, include this CDDL HEADER in each
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_worker.c131 const size_t each = sizeof(blocking_children[0]); local
148 prev_octets = prev_alloc * each;
150 octets = new_alloc * each;
H A Dwork_thread.c202 static const size_t each = local
212 c->workitems = erealloc(c->workitems, new_alloc * each);
238 static const size_t each = local
248 c->responses = erealloc(c->responses, new_alloc * each);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh32 --keep Keep builds. Do not remove each build when finished.
200 # For each target, configure, build and test it.
/freebsd-11-stable/tools/build/
H A Dcheck-links.sh26 -v: Show which library each symbol is resolved to.
/freebsd-11-stable/contrib/ntp/
H A Dflock-build34 *) echo Launching $PARALLEL_BUILDS parallel builds on each machine
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js273 each: function( callback, args ) {
274 return jQuery.each( this, callback, args );
630 each: function( object, callback, args ) {
650 // A special, fast, case for the most common use of each
772 // Go through the array, translating each of the items to their
899 jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) {
1241 jQuery.each( {
1682 // Unique for each copy of jQuery on the page
1729 // Only DOM nodes need a new unique ID for each element since their data
1942 return this.each(functio
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm13 to a linker-created function (placed in .init) that calls each of the -init
/freebsd-11-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb133 @symlinks.each { |fnames|
145 @symlinks.each { |fnames|
243 command_args.each { |userarg|
311 # Processing of the test-specific options specifed in each [test]/[run]
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat17 Rem The following 2 lines need to be changed with each new GDB release, to

Completed in 182 milliseconds

123