HomeSort by: relevance | last modified time | path
    Searched defs:VALUE (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-var-expanded.mk 5 .MAKEFLAGS: -v VAR -v VALUE
7 VAR= other ${VALUE} $$$$
8 VALUE= value
opt-var-literal.mk 5 .MAKEFLAGS: -V VAR -V VALUE
7 VAR= other ${VALUE} $$$$
8 VALUE= value
varmod-sysv.mk 77 # If the variable value is empty, it is debatable whether it consists of a
86 # If the variable value is empty, it is debatable whether it consists of a
113 .if ${value:L:e$=x} != "value"
119 # to ':e=x', which doesn't match the string "value$". Therefore the whole
120 # expression evaluated to "value$".
124 .if ${value:L:e=x} != "valux"
220 # lasts longer than expected. The whole expression initially has the value
236 VALUE= value
    [all...]
varparse-errors.mk 12 PLAIN= plain value
16 INDIRECT= An ${:Uindirect} value.
117 # expect: while evaluating "${:Z}" with value ""
118 # expect: while evaluating variable "INDIRECT" with value "${:Z}"
119 # expect: while evaluating variable "VALUE" with value "${INDIRECT}"
122 _!= echo '.info $${VALUE}' > varparse-errors.tmp
123 VALUE= ${INDIRECT}
  /src/tests/lib/libc/sys/
t_sigqueue.c 46 #define VALUE (int)0xc001dad1
47 static int value; variable in typeref:typename:int
52 value = info->si_value.sival_int;
74 sv.sival_int = VALUE;
80 ATF_REQUIRE_EQ(sv.sival_int, value);

Completed in 12 milliseconds