HomeSort by: relevance | last modified time | path
    Searched refs:tW (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-to-many-words.mk 3 # Tests for the :tw modifier, which treats the variable as many words,
4 # to undo a previous :tW modifier.
8 .if ${SENTENCE:tw:[#]} != 10
11 .if ${SENTENCE:tW:[#]} != 1
varmod-to-one-word.mk 3 # Tests for the :tW variable modifier, which treats the variable value
8 .if ${SENTENCE:tW:[#]} != 1
11 .if ${SENTENCE:tw:[#]} != 10
varmod-select-words.mk 12 all: mod-squarebrackets mod-S-W mod-C-W mod-tW-tw
204 mod-tW-tw:
205 @echo 'LIST:tW="${LIST:tW}"'
206 @echo 'LIST:tw="${LIST:tw}"'
207 @echo 'LIST:tW:C/ /,/="${LIST:tW:C/ /,/}"
    [all...]
varmod-gmtime.mk 17 .if ${:U:gmtime:tW:M??? ??? ?? ??\:??\:?? ????} == ""
80 .if !${:L:gmtime=0:tW:M??? ??? ?? ??\:??\:?? 20??}
varmod-localtime.mk 17 .if ${:U:localtime:tW:M??? ??? ?? ??\:??\:?? ????} == ""
80 .if !${:L:localtime=0:tW:M??? ??? ?? ??\:??\:?? 20??}
opt-debug-file.mk 25 .if !${DEBUG_OUTPUT:tW:M*VAR = value expanded*}
36 .if !${:!cat opt-debug-file.debuglog!:tW:M*VAR = value $${:Uexpanded}*}
varmod-indirect.mk 196 # When evaluating indirect modifiers, these modifiers may expand to ':tW',
200 .if ${1 2 3:L:tW:[#]} != 1 # direct :tW applies to the :[#]
203 .if ${1 2 3:L:${:UtW}:[#]} != 3 # indirect :tW does not apply to :[#]
240 # ':ts*' or the single-word marker from ':tW'.
varmod-match.mk 257 # The modifier ':tW' prevents splitting at whitespace. Even leading and
259 .if ${ plain string :L:tW:M*} != " plain string "
263 # Without the modifier ':tW', the string is split into words. Whitespace
  /src/share/mk/
bsd.host.mk 52 _HOST_ARCH:= ${HOST_ARCH:tW:C/.*[^-_A-Za-z0-9].*//:S/unknown//}
bsd.test.mk 165 TESTS_ENV += LD_LIBRARY_PATH=${TESTS_LD_LIBRARY_PATH:tW:S/ /:/g}
166 TESTS_ENV += PATH=${TESTS_PATH:tW:S/ /:/g}
bsd.own.mk 275 .if empty(.MAKEFLAGS:tW:M*-V .OBJDIR*)
  /src/tools/
Makefile 14 . elif ${TOOLDIR:tW:M/*} == ""
  /src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh 6436 KV+4d3tq/r//6t5v+f/3/+Jv/tW/+dt/+3Z2y7ZgS+O/GKibWprRzoJqNXSshzbm

Completed in 33 milliseconds