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

  /src/usr.bin/make/unit-tests/
directive-ifndef.mk 32 .ifndef UNDEFINED && UNDEFINED
36 .ifndef UNDEFINED && DEFINED
42 .ifndef !UNDEFINED && !UNDEFINED
45 .ifndef !UNDEFINED && !DEFINED
cmdline-undefined.mk 1 # $NetBSD: cmdline-undefined.mk,v 1.6 2025/06/30 21:44:39 rillig Exp $
3 # Tests for undefined variables in expressions in the command line.
11 # expect+30: From the command line: Undefined is .
12 # expect+30: From .MAKEFLAGS '=': Undefined is .
13 # expect+30: From .MAKEFLAGS ':=': Undefined is .
14 # expect+33: From the command line: Undefined is now defined.
15 # expect+33: From .MAKEFLAGS '=': Undefined is now defined.
16 # expect+33: From .MAKEFLAGS ':=': Undefined is now defined.
18 @${.MAKE} -f ${MAKEFILE} print-undefined \
19 CMDLINE='Undefined is $${UNDEFINED}.
    [all...]
cmd-errors-lint.mk 8 all: undefined unclosed-expression unclosed-modifier unknown-modifier end
10 # Undefined variables in expressions are not an error. They expand to empty
12 undefined: target
13 # expect: : undefined
14 : $@ ${UNDEFINED}
cmd-errors.mk 6 all: undefined unclosed-expression unclosed-modifier unknown-modifier end
8 # Undefined variables in expressions are not an error. They expand to empty
10 undefined: target
11 # expect: : undefined--eol
12 : $@-${UNDEFINED}-eol
vardebug.mk 62 # expect+1: Variable "UNDEFINED" is undefined
63 .if ${UNDEFINED}
export.mk 36 # This is ignored because it is undefined.
37 .export UNDEFINED
vardebug.exp 41 Evaluating modifier ${:U...} on value "" (eval, undefined)
54 Evaluating modifier ${:U...} on value "" (eval, undefined)
59 Var_Parse: ${UNDEFINED} (eval-defined-loud)
60 make: vardebug.mk:63: Variable "UNDEFINED" is undefined
65 Var_Parse: ${DYN} (eval-keep-dollar-and-undefined)
66 Var_Parse: ${:U$@} $@ ${@} (eval-keep-dollar-and-undefined)
67 Evaluating modifier ${:U...} on value "" (eval-keep-dollar-and-undefined, undefined)
68 Var_Parse: $@} $@ ${@} (eval-keep-dollar-and-undefined)
    [all...]
cmd-errors-jobs.mk 15 ${RUN} undefined-direct
16 ${RUN} undefined-indirect
25 # Undefined variables in expressions are not an error. They expand to empty
27 # expect: : undefined-direct--eol
28 # expect: end undefined-direct with status 0
29 # expect: : undefined-direct--eol
30 # expect: end undefined-indirect with status 0
31 undefined-indirect: undefined-direct
32 undefined-direct
    [all...]
  /src/sys/arch/aarch64/aarch64/
disasm.c 789 #define UNDEFINED(pc, insn, comment) \
792 #define UNDEFINED(pc, insn, comment) \
846 UNDEFINED(pc, insn, "illegal imm6");
895 UNDEFINED(pc, insn, "illegal option");
927 UNDEFINED(pc, insn, "illegal option");
965 UNDEFINED(pc, insn, "illegal option");
1004 UNDEFINED(pc, insn, "illegal option");
1035 UNDEFINED(pc, insn, "illegal shift");
1083 UNDEFINED(pc, insn, "undefined");
    [all...]
  /src/usr.bin/config/
mkheaders.c 75 /* Unlikely constant for undefined options */
76 #define UNDEFINED ('n' << 24 | 0 << 20 | 't' << 12 | 0xdefU)
77 /* Value for defined options with value UNDEFINED */
156 /* Avoid colliding with the value used for undefined options. */
158 return (unsigned int)(h != UNDEFINED ? h : DEFINED);
261 fprint_global(fp, dl->dl_name, UNDEFINED);

Completed in 43 milliseconds