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

1 2 3 4

  /src/usr.bin/make/unit-tests/
cmdline-undefined.exp 2 make: cmdline-undefined.mk:41: From the command line: Undefined is .
3 make: cmdline-undefined.mk:42: From .MAKEFLAGS '=': Undefined is .
4 make: cmdline-undefined.mk:43: From .MAKEFLAGS ':=': Undefined is .
5 make: cmdline-undefined.mk:47: From the command line: Undefined is now defined.
6 make: cmdline-undefined.mk:48: From .MAKEFLAGS '=': Undefined is now defined
    [all...]
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...]
depsrc.exp 1 : 'Undefined variables are expanded directly in the dependency'
depsrc.mk 10 # Demonstrate when exactly undefined variables are expanded in a dependency
18 : 'Undefined variables are expanded directly in the dependency'
23 : 'Undefined variables are tried to be expanded in a dependency'
24 : 'declaration. If that fails because the variable is undefined,'
cond-token-plain.exp 20 CondParser_Eval: ${UNDEF:Uundefined}!=undefined
21 Comparing "undefined" != "undefined"
38 make: cond-token-plain.mk:130: Undefined variables in bare words expand to an empty string.
  /src/sys/compat/linux32/common/
linux32_errno.h 11 #error Undefined linux32_errno.h machine type.
linux32_fcntl.h 40 #error Undefined linux32_fcntl.h machine type.
linux32_machdep.h 42 #error Undefined linux32_machdep.h machine type.
linux32_termios.h 42 #error Undefined linux32_termios.h machine type.
linux32_exec.h 44 #error Undefined linux32_exec.h machine type.
linux32_signal.h 42 #error Undefined linux32_signal.h machine type.
linux32_ioctl.h 40 #error Undefined linux32_ioctl.h machine type.
linux32_siginfo.h 40 #error Undefined linux32_siginfo.h machine type.
linux32_types.h 42 #error Undefined linux32_types.h machine type.
  /src/sys/compat/linux32/
linux32_syscallargs.h 11 #error Undefined linux32_syscallargs.h machine type.
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
Symbol.h 38 /// Undefined
39 Undefined = 1U << 3,
84 return (Flags & SymbolFlags::Undefined) == SymbolFlags::Undefined;
  /src/sys/compat/linux/
linux_syscallargs.h 52 #error Undefined linux_syscallargs.h machine type.
  /src/external/apache2/llvm/dist/llvm/include/llvm/InterfaceStub/
ELFStub.h 42 bool Undefined;
  /src/sys/compat/linux/common/
linux_machdep.h 52 #error Undefined linux_machdep.h machine type.
linux_mmap.h 74 #error Undefined linux_mmap.h machine type.
linux_ioctl.h 78 #error Undefined linux_ioctl.h machine type.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-cli.exp 46 set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-cli.exp 46 set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.}
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ExternalSemaSource.h 85 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *, SourceLocation> &Undefined);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
ob.d 166 Undefined not in a usable state
190 T* q = p; // transfer: q is owner, p is undefined
195 Initial, Undefined, Owner, Borrowed, Readonly
207 return ["Initial", "Undefined", "Owner", "Borrowed", "Readonly"][state];
254 case X(Undefined, Initial):
255 case X(Undefined, Undefined):
256 case X(Undefined, Owner ):
257 case X(Undefined, Borrowed ):
258 case X(Undefined, Readonly )
    [all...]

Completed in 34 milliseconds

1 2 3 4