/src/usr.bin/make/unit-tests/ |
directive-elifdef.mk | 4 # '.elifdef VAR', the usual form is the more general '.elif defined(VAR)'.
|
directive-elifndef.mk | 4 # more usual '.elif !defined(VAR)'.
|
opt-debug-var.mk | 19 # The usual form of expressions is ${VAR}. The form $(VAR) is used
|
directive-export-gmake.mk | 26 # Contrary to the usual variable assignments, spaces are significant 34 # Contrary to the usual variable assignments, spaces are significant 57 # to an empty string, as usual.
|
varparse-undef-partial.mk | 15 # (see VarSubstExpr) and the rest of the expression is expanded as usual. 38 # defined. It is expanded as usual, interpreting the ":Q" as part of the
|
opt-no-action-touch.mk | 34 # this target is run as usual. It is not prefixed by '@', therefore it is
|
sh-dots.mk | 18 # The dots cannot be prefixed by the usual @-+ characters.
|
varmod-shell.mk | 19 # XXX: Processing continues as usual though.
|
cmdline-undefined.mk | 9 # variable value is not expanded, as usual.
|
cmdline.mk | 28 # and expressions based on that variable can contain the usual modifiers.
|
char-005c-reverse-solidus.mk | 98 # an expression. There, the usual escaping rules for modifiers apply.
|
deptgt-posix.mk | 14 # Implementation note: this test needs to run isolated from the usual tests
|
deptgt-makeflags.mk | 30 # The "dependency" for .MAKEFLAGS is split into words, interpreting the usual
|
cond-short.mk | 5 # This is called 'short-circuit evaluation' and is the usual evaluation 215 # evaluated as usual, resolving nested undefined expressions to an empty
|
directive-for.mk | 89 # were simply inserted as plain text and then parsed as usual, which made it 162 # except for whitespace, allowing for creative side effects, as usual for
|
varmod-assign.mk | 150 # the usual VAR.${param}.
|
varmod.mk | 252 # When an expression has the usual form ${...} with braces,
|
varmod-to-separator.mk | 8 # The words are separated by a single space, just as usual.
|
var-scope-local.mk | 252 # the usual scopes, picking up the variable from the global scope.
|
/src/lib/libc/stdio/ |
findfp.c | 83 /* the usual - (stdin + stdout + stderr) */ 84 static FILE usual[FOPEN_MAX - 3]; variable in typeref:typename:FILE[] 86 static struct glue uglue = { 0, FOPEN_MAX - 3, usual }; 223 _FILEEXT_SETUP(&usual[i], &usualext[i]);
|
/src/sys/arch/mvme68k/stand/sboot/ |
oc_cksum.s | 105 | of buffer. The usual case is no excess (the usual
|
/src/sys/arch/m68k/m68k/ |
busaddrerr.s | 112 jeq Lisberr | no, handle as usual 147 jeq Lisberr | no, handle as usual 266 jeq Lisberr | no, handle as usual
|
oc_cksum.s | 100 | of buffer. The usual case is no excess (the usual
|
/src/sys/arch/luna68k/stand/boot/ |
locore.S | 274 jeq _C_LABEL(addrerr) | no, handle as usual
|
/src/sys/arch/sparc64/sparc64/ |
copy.S | 337 ! check for a usual case again (save work) 548 ! check for a usual case again (save work) 1086 ! check for a usual case again (save work)
|