HomeSort by: relevance | last modified time | path
    Searched refs:appended (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
varmod.exp 21 while evaluating variable "VAR" with value "value$ appended$"
27 while evaluating variable "VAR" with value "value$ appended$"
29 while evaluating variable "VAR" with value "value<space>appended"
var-scope-global.mk 5 # Global variables can be assigned and appended to.
var-op-append.mk 66 ENV_PLUS_GLOBAL+= appended-value
67 .if ${ENV_PLUS_GLOBAL} != "from-env-value appended-value"
78 .MAKEFLAGS: ENV_PLUS_COMMAND+=appended-command
79 .if ${ENV_PLUS_COMMAND} != "appended-command"
varname-dot-shell.mk 19 .MAKEFLAGS: .SHELL+=appended
deptgt-end-jobs.mk 42 # the deferred commands are appended to the commands of the .END node.
44 # deferred commands of the .END node itself are not appended to itself.
deptgt-end.mk 41 # the deferred commands are appended to the commands of the .END node.
43 # deferred commands of the .END node itself are not appended to itself.
posix-varassign.mk 62 VAR+= appended
63 .if ${VAR} != "value appended"
varname-empty.exp 13 Global: ignoring ' = appended' as the variable name is empty
19 Global: ignoring ' += appended indirectly' as the variable name '${:U}' expands to empty
varname-empty.mk 32 += appended
44 ${:U}+= appended indirectly
opt-env.mk 24 FROM_ENV+= appended
varname-dot-newline.mk 30 .newline+= appended
varname-dot-shell.exp 14 Parsing varname-dot-shell.mk:19: .MAKEFLAGS: .SHELL+=appended
15 ParseDependency(.MAKEFLAGS: .SHELL+=appended)
16 Command: ignoring '.SHELL += appended' as it is read-only
varmod-assign.mk 31 # APPENDED ends up with the value "1 2 3".
32 .if "${1 2 3:L:@i@${APPENDED::+=$i}@} appended=${APPENDED}" != " appended=1 2 3"
45 .if "${FIRST}, ${LAST}, ${APPENDED}, ${RAN}" != "1, 3, 1 2 3, <3>"
89 # expect: make: Invalid attempt to assign "appended" to variable "" via modifier "::+="
90 @echo $@: ${:Uvalue::+=appended}
varmod-assign.exp 19 Global: .MAKEOVERRIDES = FIRST LAST LAST LAST APPENDED RAN RAN RAN IT1 THEN1 IE2 ELSE2 CMD_CMD_VAR CMD_CMD_VAR
36 Global: .MAKEOVERRIDES = FIRST LAST LAST LAST APPENDED RAN RAN RAN IT1 THEN1 IE2 ELSE2 CMD_CMD_VAR CMD_CMD_VAR CMD_NEW_VAR
48 make: Invalid attempt to assign "appended" to variable "" via modifier "::+="
49 while evaluating "${:Uvalue::+=appended}" with value "value"
50 in command "@echo $@: ${:Uvalue::+=appended}"
varmisc.mk 8 all: export-appended
82 .undef APPENDED
83 APPENDED+= value
84 .if ${APPENDED} != "value"
85 . error "${APPENDED}"
90 APPENDED= # empty
91 APPENDED+= value
92 .if ${APPENDED} != " value"
93 . error "${APPENDED}"
124 # The appended value is not exported automatically
    [all...]
depsrc-usebefore.mk 7 # appended or prepended in declaration order. For .USE nodes, this is the
varmod.mk 171 .if ${VAR::+=appended$} != "" || ${VAR} != "value<space>appended"
directive-undef.mk 142 ENV_VAR+= appended # moves the short-lived variable to the
directive-export-gmake.mk 35 # before the '=' sign and are appended to the name of the environment
varname-makeflags.mk 47 # When options are parsed, the option and its argument are appended as
  /src/bin/ed/
io.c 70 int newline_added; /* if set, newline appended to input file */
81 int appended = (n == addr_last); local in function:read_stream
105 if (appended && size && o_isbinary && o_newline_added)
107 else if (newline_added && (!appended || (!isbinary && !o_isbinary)))
108 fputs("newline appended\n", stderr);
109 if (isbinary && newline_added && !appended)
113 newline_added = appended ? newline_added : o_newline_added;
  /src/sys/external/isc/libsodium/dist/m4/
ltsugar.m4 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
  /src/sys/kern/
subr_extent.c 361 int appended = 0; local in function:extent_insert_and_optimize
405 appended = 1;
414 * We can coalesce. Note that if we appended ourselves
418 if (appended) {
440 * appended ourselves to the previous region.
442 if (appended) {
  /src/distrib/miniroot/
install.sh 229 Note, enter all symbolic host names WITHOUT the domain name appended.
  /src/games/warp/
config.h.SH 175 * run on. The domain must be appended to HOSTNAME to form a complete

Completed in 19 milliseconds

1 2