/src/usr.bin/make/unit-tests/ |
ternary.exp | 0 The answer is unknown 2 The answer is unknown 3 The answer is empty 4 The answer is known 5 The answer is 6 The answer is empty 7 The answer is known 8 The answer is 42 9 The answer is 42
|
ternary.mk | 7 @echo "The answer is ${A:?known:unknown}" 8 @echo "The answer is ${A:?$A:unknown}" 9 @echo "The answer is ${empty(A):?empty:$A}"
|
directive-endif.exp | 1 make: directive-endif.mk:16: The .endif directive does not take arguments 2 make: directive-endif.mk:21: The .endif directive does not take arguments 3 make: directive-endif.mk:32: The .endif directive does not take arguments 4 make: directive-endif.mk:39: The .endif directive does not take arguments
|
shell-ksh.exp | 8 The "is filtered out.
|
varmod-unique.mk | 3 # Tests for the :u variable modifier, which discards adjacent duplicate 7 . warning The modifier ':u' only merges _adjacent_ duplicate words. 11 . warning The modifier ':u' must merge adjacent duplicate words. 15 . warning The modifier ':u' must do nothing with an empty word list. 19 . warning The modifier ':u' must normalize the whitespace. 23 . warning The modifier ':u' must do nothing with a single-element word list. 27 . warning The modifier ':u' must normalize the whitespace. 31 . warning The modifier ':u' must merge _all_ adjacent duplicate words [all...] |
varname-dot-parsedir.exp | 2 make: <normalized>:43: The location can be faked in some cases. 3 make: varname-dot-parsedir.mk:48: The location is no longer fake.
|
varname-dot-parsefile.exp | 2 make: <normalized>:38: The location can be faked in some cases. 3 make: varname-dot-parsefile.mk:43: The location is no longer fake.
|
directive-else.exp | 1 make: directive-else.mk:14: The .else directive does not take arguments 4 make: directive-else.mk:23: The .else directive does not take arguments 8 make: directive-else.mk:51: The .else directive does not take arguments
|
deptgt-end.mk | 3 # Tests for the special target .END in dependency declarations, 4 # which is run after making the desired targets. 12 # Oops: The deferred command must not be expanded twice. 13 # The Var_Subst in Compat_RunCommand looks suspicious. 14 # The Var_Subst in JobSaveCommand looks suspicious. 21 # The .END node can define dependencies, just like a regular target. 32 # Oops: The deferred command must not be expanded twice. 33 # The Var_Subst in Compat_RunCommand looks suspicious. 34 # The Var_Subst in JobSaveCommand looks suspicious. 36 # The deferred commands are run in the order '.END .BEGIN all' [all...] |
opt-jobs-no-action.mk | 3 # Tests for the combination of the options -j and -n, which prints the 6 # The format of the output differs from the output of only the -n option, 7 # without the -j. This is because all this code is implemented twice, once 12 # The corresponding tests without the -n optio [all...] |
deptgt-end-jobs.mk | 3 # Tests for the special target .END in dependency declarations, 4 # which is run after making the desired targets. 6 # This test is very similar to deptgt-end.mk, except for the -j option. 7 # This option enables parallel mode, in which the code from job.c partially 8 # replaces the code from compat.c. 20 # Oops: The deferred command must not be expanded twice. 21 # The Var_Subst in Compat_RunCommand looks suspicious. 22 # The Var_Subst in JobSaveCommand looks suspicious. 33 # Oops: The deferred command must not be expanded twice. 34 # The Var_Subst in Compat_RunCommand looks suspicious [all...] |
opt-define.mk | 3 # Tests for the -D command line option, which defines global variables to the 4 # value 1, like in the C preprocessor. 8 # The variable has the exact value "1", not "1.0". 13 # The variable can be overwritten by assigning another value to it. This 14 # would not be possible if the variable had been specified on the command line 21 # The variable can be undefined. If the variable had been defined in th [all...] |
directive-for-break.exp | 2 make: directive-for-break.mk:65: The .break directive does not take arguments
|
varmod-to-many-words.mk | 3 # Tests for the :tw modifier, which treats the variable as many words, 6 SENTENCE= The quick brown fox jumps over the lazy brown dog. 15 # Protect against accidental freeing of the variable value. 16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
|
varmod-to-one-word.mk | 3 # Tests for the :tW variable modifier, which treats the variable value 6 SENTENCE= The quick brown fox jumps over the lazy brown dog. 15 # Protect against accidental freeing of the variable value. 16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
|
posix-expansion.mk | 5 # In POSIX mode, when expanding an expression containing modifiers, the 6 # modifiers specified in POSIX take precedence over the BSD-style modifiers. 12 # The modifier contains a "=" and is thus the POSIX modifier. 16 # The modifier does not contain a "=" and thus falls back to the BSD modifier.
|
varname-dot-parsedir.mk | 3 # Tests for the special .PARSEDIR variable, which contains the directory part 4 # of the file that is currently parsed. 14 # The .PARSEDIR may be absolute or relative, therefore there is not much that 31 # The variable .PARSEDIR is indirectly used by the .info directive, 34 # The .rawout file contains the full path to the current directory. 35 # In the .out file, it is filtered out [all...] |
var-scope-local-legacy.mk | 6 # In the global or command line scopes, the legacy forms are not recognized, 7 # as the target-specific variables are not available either. The expressions 8 # are retained so that they can be resolved later, in the target scope. 13 # It's possible to define variables of the legacy name in the global or 14 # command line scope, and they override the target-local variables, leading to 25 # The second character of the name must be 'D' or 'F' [all...] |
/src/share/doc/psd/20.ipctut/ |
udgramsend.c | 4 .\" The Regents of the University of California. All rights reserved. 7 .\" modification, are permitted provided that the following conditions 9 .\" 1. Redistributions of source code must retain the above copyright 10 .\" notice, this list of conditions and the following disclaimer. 11 .\" 2. Redistributions in binary form must reproduce the above copyright 12 .\" notice, this list of conditions and the following disclaimer in the 13 .\" documentation and/or other materials provided with the distribution. 14 .\" 3. Neither the name of the University nor the names of its contributor [all...] |
dgramsend.c | 4 .\" The Regents of the University of California. All rights reserved. 7 .\" modification, are permitted provided that the following conditions 9 .\" 1. Redistributions of source code must retain the above copyright 10 .\" notice, this list of conditions and the following disclaimer. 11 .\" 2. Redistributions in binary form must reproduce the above copyright 12 .\" notice, this list of conditions and the following disclaimer in the 13 .\" documentation and/or other materials provided with the distribution. 14 .\" 3. Neither the name of the University nor the names of its contributor [all...] |
/src/usr.sbin/sysinst/arch/hppa/ |
msg.md.en | 11 * modification, are permitted provided that the following conditions 13 * 1. Redistributions of source code must retain the above copyright 14 * notice, this list of conditions and the following disclaimer. 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in the 17 * documentation and/or other materials provided with the distribution. 18 * 3. The name of Piermont Information Systems Inc. may not be used to endorse 23 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED O [all...] |
/src/games/wargames/ |
wargames.sh | 5 # The Regents of the University of California. All rights reserved. 8 # modification, are permitted provided that the following conditions 10 # 1. Redistributions of source code must retain the above copyright 11 # notice, this list of conditions and the following disclaimer. 12 # 2. Redistributions in binary form must reproduce the above copyright 13 # notice, this list of conditions and the following disclaimer in the 14 # documentation and/or other materials provided with the distribution. 16 # must display the following acknowledgement [all...] |
/src/sys/arch/m68k/060sp/dist/ |
fskeletn.s | 13 # THE SOFTWARE is provided on an "AS IS" basis and without warranty. 14 # To the maximum extent permitted by applicable law, 18 # regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF) 21 # To the maximum extent permitted by applicable law, 25 # ARISING OF THE USE OR INABILITY TO USE THE SOFTWARE. 27 # Motorola assumes no responsibility for the maintenance and support 28 # of the SOFTWARE. 30 # You are hereby granted a copyright license to use, modify, and distribute the 67 # This is the main exit point for the 68060 Floating-Poin [all...] |
/src/sys/arch/sun68k/stand/ |
README | 3 The sun bootblocks are split into two parts: a small 1st-level program that 4 gets written right after the superblock in a partition (and is hence limited 6 in the filesystem proper. 8 The 1st-level program is loaded into memory by the PROM. It loads the second 10 into it by the `installboot' program. The prototype code for the 1st-level 13 The 2nd-level program (`ufsboot') is normally installed in the root F [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm850.dtsi | 5 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
|