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

1234

/freebsd-13-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-13-stable/contrib/libxo/xohtml/
H A Dxohtml.js4 $top.find('[class~="data"]').each(function() {
/freebsd-13-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-13-stable/contrib/bmake/unit-tests/
H A Dsh-errctl.mk7 # With error control, each simple command is checked, whereas with echo
8 # control, only the last command from each line is checked. A shell command
H A Dexport-variants.mk3 # Test whether exported variables apply to each variant of running
H A Dexport.mk33 # shell filters it out. To reach consistent output for each shell, the
H A Dvarmod-to-abs.mk4 # each of the words in the variable value.
H A Dvarname-make_print_var_on_error-jobs.mk9 # The commands in .ERROR_CMD are space-separated. Since each command usually
H A Ddirective-export-impl.mk40 # variable will be exported anew for each ':sh' modifier, ':!...!' modifier,
48 # is still marked as being re-exported for each child process.
H A Dvarmod-sysv.mk16 # The modifier applies to each word on its own.
31 # Another use case for the :from=to modifier is to append a suffix to each
38 # The :from=to modifier can also be used to surround each word by strings.
139 # It's also possible to modify each word by replacing the prefix and adding
178 # For each word with the prefix "o" and the suffix "e", the whole word is
232 # when each word is replaced in ModifyWord_SYSVSubst.
H A Ddeptgt-makeflags.mk44 # When parsing this line, each '$$' becomes '$', resulting in '$$$$'.
46 # In the condition, that variable is expanded, and at that point, each '$$'
H A Dvar-recursive.mk25 # The chain of variables that refer to each other may be long.
H A Dvarmod-order-shuffle.mk18 # support checking probabilistic output, so we accept that each of the
/freebsd-13-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:
/freebsd-13-stable/sys/conf/
H A Dsysent.mk40 # potentially once for each ${GENERATED} file.
/freebsd-13-stable/lib/libsecureboot/
H A Dlocal.trust.mk7 # for each key will provide the appropriate certificate chain on request
107 # you need to provide t*.pem or t*.asc files for each trust anchor
/freebsd-13-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-13-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;
/freebsd-13-stable/tools/build/
H A Dcheck-links.sh26 -v: Show which library each symbol is resolved to.

Completed in 188 milliseconds

1234