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

  /src/usr.bin/make/unit-tests/
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...]
  /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);
  /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...]

Completed in 14 milliseconds