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

  /src/usr.bin/patch/
backupfile.h 22 undefined, enumerator in enum:backup_type
  /src/usr.bin/make/unit-tests/
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
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-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...]
directive-include-guard.mk 295 # variable is undefined when the file is included the second time, the file is
297 CASES+= variable-defined-then-undefined
298 LINES.variable-defined-then-undefined= \
302 UNDEF_BETWEEN.variable-defined-then-undefined= \
304 # expect: Parse_PushInput: variable-defined-then-undefined.tmp:1
305 # expect: Parse_PushInput: variable-defined-then-undefined.tmp:1
345 # If the guard variable is undefined between the first and the second time the
357 # If the guard variable is undefined while the file is included the first
442 # guard has the benefit that a target cannot be undefined once it is defined.
  /src/usr.bin/error/
pi.c 79 * %s undefined on line%s
129 * E --------------^--- Undefined variable
142 * E - z undefined on lines 9 13
166 static char *pi_und1[] = {"undefined", "on", "line"};
167 static char *pi_und2[] = {"undefined", "on", "lines"};
180 DECL_STRINGS_3(static, pi_und1, "undefined", "on", "line");
181 DECL_STRINGS_3(static, pi_und2, "undefined", "on", "lines");
325 * %s undefined on line%s
328 bool undefined = false; local in function:pi
332 if ((undefined = wordv_eq(cur_wordv+2, 3, pi_und1)
    [all...]
  /src/usr.bin/rpcgen/
rpc_cout.c 58 static int undefined(const char *);
134 undefined(const char *type) function in typeref:typename:int
211 if (undefined(type) && prefix) {

Completed in 41 milliseconds