Searched refs:be (Results 226 - 250 of 783) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk13 # The separator can be an arbitrary character, for example a comma.
55 # Now it gets interesting and ambiguous: The separator could either be empty
56 # since it is followed by a colon. Or it could be the colon since that
67 # The :ts modifier can be followed by other modifiers.
77 # The :ts modifier with an actual separator can be followed by other
119 # result should rather be "axaxaxaxc", as in the previous example.
129 # The separator can be \n, which is a newline.
134 # The separator can be \t, which is a tab.
139 # The separator can be given as octal number.
149 # The value of the separator character must not be outsid
[all...]
H A Dcond-op.mk13 # the result would be different.
14 # If || were to bind more tightly than &&, the result would be different
21 # previous condition would be interpreted as:
47 # appear unquoted. If any, it must be enclosed in quotes.
63 # after the '0' or the '1', it knows that the condition will be malformed.
H A Ddep-var.mk6 # be the only way to reach the lower half of SuffExpandChildren.
37 # waiting to be expanded at some later point.
69 # This seems to be an edge case that never happens in practice, and it would
70 # probably be appropriate to just error out in such a case.
75 # would be interpreted as a dependency operator instead.
H A Dopt-debug-lint.mk26 # sense to expand them in the global scope since they will never be defined
28 # will later be expanded correctly, when the variable is evaluated again in
55 # may assume that the variable is defined since they will only be evaluated
63 # Since 2020-10-03, in lint mode the variable modifier must be separated
72 # variable modifier had to be separated by colons. This was wrong though
H A Dcond-func-empty.mk7 # expression. That name may be followed by ':...' modifiers.
45 # enough to be further processed".
98 # stripped off, as can be seen in the -dv debug log. If the space had been
107 # function. If the spaces were trimmed, the variable name would be "" and
110 # would be returned as an empty string.
116 # The value of the following expression is " word", which is not empty. To be
117 # empty, _all_ characters in the expression value have to be whitespace, not
153 # There may be spaces outside the parentheses.
181 # they just allowed undefined variables to be used in the conditions. These
201 # definition VARNAME=${VARNAME}, and that definition was never meant to be
[all...]
H A Dvar-scope-local.mk10 # target-local variables can be defined in dependency lines like
73 # The target-local variables can be used in expressions, just like other
83 # target-local variables need to be preserved, including the exact names of
88 # canonicalize these aliases at some point, and that might be surprising.
95 # '$(.TARGET)'; note that the alias is not written with braces, as would be
140 # Additional target-local variables may be defined in dependency lines.
142 # In the following line, the ':=' may either be interpreted as an assignment
145 # assignment, the left-hand side must be a single word or empty.
182 # 'all', not in the global scope. This can be seen with the -dv
204 # Target-local variables are enabled by default. Force them to be enable
[all...]
H A Dvarmod-indirect.mk4 # These can be used for very basic purposes like converting a string to either
14 # modifier must be put into a single expression.
30 # Multiple indirect modifiers can be applied one after another as long as
47 # error. Because of this parse error, this feature cannot be used reasonably
62 # An indirect modifier can be followed by other modifiers, no matter if the
98 # to say whether the variable name will be evaluated as a variable name or
113 # patterns. This list of patterns can then be applied to another variable
118 # The dollar signs need to be doubled in the above modifier expression,
119 # otherwise they would be expanded too early, that is, when parsing the
185 # XXX: What should be th
[all...]
H A Dopt-debug-file.mk22 # when it is used in the condition below. Therefore, be careful when storing
30 # file, the content of that log file must not be stored in a variable.
70 # If the debug log file cannot be opened, make prints an error message and
/freebsd-current/share/mk/
H A Dsuite.test.mk7 .error suite.test.mk cannot be included directly.
12 # Name of the test suite these tests belong to. Should rarely be changed for
37 # to the test program's definition in the Kyuafile. This feature can be
117 # NOTE: this is intentional to ensure that "make check" can be run multiple
118 # times. "aftercheck" won't be run if "make check" fails, is interrupted,
H A Dlocal.sys.dirdeps.mk16 # be overridden in sub-makes above when building in-tree.
65 # toolchains can be a pain - especially bootstrappping them
78 # would be built in their own directories but for now
83 # the tool will be built during the build. Building it assumes it is
124 # so we can ensure any DEP_* values that might be used in
H A Ddirdeps.mk42 # In some cases the entry may be qualified with a .<machine>
63 # DEP_RELDIR to be the RELDIR (path relative to SRCTOP) for
79 # target so that in the general case TARGET_SPEC can be ignored.
83 # It is important that MACHINE be included in and actually be
85 # variables to be considered optional, and some of the treatment
93 # # other variables might be optional.
117 # computation with regard to the TARGET_SPECs that will be
119 # Most should also be considered by init.mk
123 # directory can be buil
[all...]
H A Dmeta.autodep.mk9 # be of use. There is absolutely NO WARRANTY.
31 # it would be nice to be able to query .SUFFIXES
104 # if it isn't supposed to be touched by us the Makefile should have
129 # they probably need to be paid attention to
170 # The current objdir may be referred to in various ways
173 # it would be nice to be able to get .SUFFIXES as ${.SUFFIXES}
174 # we actually only care about the .SUFFIXES of files that might be
225 # needs to be qualifie
[all...]
H A Dlocal.dirdeps.mk14 # these should be done by now
37 # Host libraries should mostly be excluded from the build so the
39 # Internal libraries need to be allowed to be built though
67 # object .meta files may still reference those directories and not be
130 # generated yet. This can be based on things such as SRC files and LIBADD.
132 # used will be added in and handled via [local.]gendirdeps.mk. This is not
H A Dbsd.compiler.mk5 # automatic detection. Other compiler types can be shoe-horned in, but require
6 # explicit setting of the compiler type. The compiler type can also be set
11 # It too can be overridden on the command line. When testing it, be sure to
29 # When bootstrapping on macOS, 'apple-clang' will be set in COMPILER_FEATURES
35 # These variables with an X_ prefix will also be provided if XCC is set.
37 # This file may be included multiple times, but only has effect the first time.
74 # Expand and export some variables so they may be based on make vars.
84 # rather than checking mtime. For external compilers it should be safe
251 # for the host can be missin
[all...]
H A Dgendirdeps.mk42 # this may be different from _OBJROOT if $SB/obj is a
44 # _objroot must be a prefix match for _objtop
66 # but it might be safer to set GENDIRDEPS_FILTER_DIR_VARS and
105 # this sometimes needs to be passed separately
125 # they should all be absolute paths
134 # GENDIRDEPS_FILTER_DIR_VARS is a list of dirs to be substiuted for.
144 # this (*should* be set in meta.sys.mk)
217 # XXX this should be considered a bad idea,
273 # so they should all be undir OBJTOP.
290 # needs to be qualifie
[all...]
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk42 # In some cases the entry may be qualified with a .<machine>
63 # DEP_RELDIR to be the RELDIR (path relative to SRCTOP) for
79 # target so that in the general case TARGET_SPEC can be ignored.
83 # It is important that MACHINE be included in and actually be
85 # variables to be considered optional, and some of the treatment
93 # # other variables might be optional.
117 # computation with regard to the TARGET_SPECs that will be
119 # Most should also be considered by init.mk
123 # directory can be buil
[all...]
H A Dmeta.autodep.mk9 # be of use. There is absolutely NO WARRANTY.
31 # it would be nice to be able to query .SUFFIXES
104 # if it isn't supposed to be touched by us the Makefile should have
129 # they probably need to be paid attention to
170 # The current objdir may be referred to in various ways
173 # it would be nice to be able to get .SUFFIXES as ${.SUFFIXES}
174 # we actually only care about the .SUFFIXES of files that might be
225 # needs to be qualifie
[all...]
H A Dgendirdeps.mk42 # this may be different from _OBJROOT if $SB/obj is a
44 # _objroot must be a prefix match for _objtop
66 # but it might be safer to set GENDIRDEPS_FILTER_DIR_VARS and
105 # this sometimes needs to be passed separately
125 # they should all be absolute paths
134 # GENDIRDEPS_FILTER_DIR_VARS is a list of dirs to be substiuted for.
144 # this (*should* be set in meta.sys.mk)
217 # XXX this should be considered a bad idea,
273 # so they should all be undir OBJTOP.
290 # needs to be qualifie
[all...]
H A Dmanifest.mk8 # be of use. There is absolutely NO WARRANTY.
30 # which can be set per dir, per file or we use defaults
64 # there should typically be a header prefixed
/freebsd-current/sys/dev/oce/
H A Doce_sysctl.c18 * contributors may be used to endorse or promote products derived from
730 CTLFLAG_RD, &stats->u0.be.rx_pause_frames, 0,
733 CTLFLAG_RD, &stats->u0.be.rx_priority_pause_frames, 0,
736 CTLFLAG_RD, &stats->u0.be.rx_control_frames, 0,
779 CTLFLAG_RD, &stats->u0.be.rx_crc_errors, 0,
782 CTLFLAG_RD, &stats->u0.be.rx_drops_no_pbuf, 0,
785 CTLFLAG_RD, &stats->u0.be.rx_drops_no_erx_descr, 0,
788 CTLFLAG_RD, &stats->u0.be.rx_drops_too_many_frags, 0,
791 CTLFLAG_RD, &stats->u0.be.rx_in_range_errors, 0,
794 CTLFLAG_RD, &stats->u0.be
[all...]
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm703 be needlessly endangered.
717 be needlessly endangered.
800 Each program fragment should be a sequence of Perl statements, which
802 executed will be evaluated in scalar context; the result of this
824 C<$more> set in the second fragment will persist and be interpolated
901 opened with the Perl C<open> command, so it can be a pipe or anything
904 The C<TYPE> can also be C<STRING>, in which case the C<SOURCE> should
905 be a string:
910 The C<TYPE> can be C<ARRAY>, in which case the source should be
[all...]
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl43 # (**) POWER9 seems to be "allergic" to mixing vector and integer
544 be?lvsl $T0,0,@x[0] # 0x00..0f
545 be?vspltisb $T1,3 # 0x03..03
546 be?vxor $T0,$T0,$T1 # swap bytes within words
547 be?vxor $outperm,$outperm,$T1
548 be?vperm $inpperm,$inpperm,$inpperm,$T0
1033 be?lvsl $beperm,0,$x10 # 0x00..0f
1034 be?vspltisb $xt0,3 # 0x03..03
1035 be?vxor $beperm,$beperm,$xt0 # swap bytes within words
1120 be
[all...]
/freebsd-current/stand/
H A Ddefs.mk18 # Should be NO_CPU_FLAGS, but bsd.cpu.mk is included too early in bsd.init.mk
78 # the only thing that should be there are -I directives, and as few of
114 # These should be confined to loader.mk, but can't because uboot/lib
133 # and activate it when DO32 is explicitly defined to be 1.
154 # -msoft-float seems to be insufficient for powerpcspe
185 # when this test succeeds rather than require dd to be a bootstrap tool.
228 # causes all the modules to be rebuilt when the directory pointed to changes.
/freebsd-current/sys/conf/
H A Dkern.opts.mk11 # These should be tested with `== "no"' or `!= "no"' in makefiles.
12 # The NO_* variables should only be set by makefiles for variables
16 # Note: bsd.own.mk must be included before the rest of kern.opts.mk to make
17 # building on 10.x and earlier work. This should be removed when that's no
24 # They have to be listed here so we can build modules outside of the
69 # unaffected, though some targets can be affected by KERNEL_BIN, KERNEL_SYMBOLS,
167 .error Invalid option OPT_${opt} (${OPT_${opt}}), must be one of: ${__${opt}_OPTIONS}
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in12 # This script may be freely copied, used and modified providing that
15 # your own risk. Bugfixes and improvements would be appreciated by the
273 # server to download the file, the network socket should be closed after
274 # each attempt, rather than let it be reused (because it may be in some
405 -e Specify how long (in days) before expiration the file is to be
418 -q Only report errors (cannot be used with -v)
425 -v Verbose - show debug messages (cannot be used with -q)
438 $NTPCONF. However, an alternate location can be specified on the
442 expiring soon, a new copy will be downloade
[all...]

Completed in 164 milliseconds

1234567891011>>