/src/usr.bin/make/unit-tests/ |
depsrc-nopath.exp | 1 : Making test-regular from depsrc-nopath.dir/regular.file
|
depsrc-nopath.mk | 8 _!= touch depsrc-nopath.dir/regular.file 13 @${MAKE} -f ${MAKEFILE} test-regular 19 test-regular: regular.file 26 # expect: : Making test-regular from depsrc-nopath.dir/regular.file
|
deptgt-delete_on_error.exp | 2 > deptgt-delete_on_error-regular; false 4 make: *** deptgt-delete_on_error-regular removed 5 > deptgt-delete_on_error-regular-delete; false 7 make: *** deptgt-delete_on_error-regular-delete removed 18 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-delete_on_error-phony deptgt-delete_on_error-phony-delete deptgt-delete_on_error-precious deptgt-delete_on_error-precious-delete" in unit-tests 22 > deptgt-delete_on_error-regular; false 23 *** [deptgt-delete_on_error-regular] Error code 1 24 make: *** deptgt-delete_on_error-regular removed 26 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-delete_on_error-phony deptgt-delete_on_error-phony-de (…) [all...] |
posix-execution.exp | 9 echo 'do-prefix-plus: a regular command' 12 echo 'do-prefix-plus: a regular command' 13 { echo 'do-prefix-plus: a regular command' 17 { echo 'do-prefix-plus: a regular command'
|
sh-dots.exp | 12 indirect regular 13 indirect-space regular
|
suff-add-later.mk | 12 # At this point, only .c is a suffix, therefore the following are all regular 17 # Adding .d and .e as suffixes should turn the above regular rules into 25 # XXX: .d.c is not a transformation rule but a regular target. 26 # XXX: .d is not a transformation rule but a regular target. 27 # XXX: .e.d is not a transformation but a regular target.
|
deptgt-delete_on_error.mk | 7 # In compatibility mode, regular and phony targets are deleted, but precious 10 # In parallel mode, regular targets are deleted, while phony and precious 18 TARGETS= ${THIS}-regular ${THIS}-regular-delete 32 ${THIS}-regular{,-delete}:
|
opt-no-action-touch.exp | 6 echo ": Making opt-touch-regular." 7 { : Making opt-touch-regular.
|
varmod-defined.exp | 6 Evaluating modifier ${VAR:D...} on value "$$$$$$$$" (eval-keep-dollar-and-undefined, regular) 8 Result of ${VAR:D${8_DOLLARS}} is "$$$$$$$$" (eval-keep-dollar-and-undefined, regular) 11 Evaluating modifier ${VAR:@...} on value "$$$$$$$$" (eval-keep-dollar-and-undefined, regular) 19 Result of ${VAR:@var@${8_DOLLARS}@} is "$$$$" (eval-keep-dollar-and-undefined, regular)
|
suff-clear-regular.mk | 1 # $NetBSD: suff-clear-regular.mk,v 1.2 2020/12/07 00:53:30 rillig Exp $ 4 # Suffix rules do not become regular rules when .SUFFIXES is cleared. 16 # This means the above rules should be turned into regular targets.
|
varmod-assign-shell.exp | 4 Evaluating modifier ${ASSIGNED::...} on value "previous" (eval-keep-dollar-and-undefined, regular) 8 Result of ${ASSIGNED::!=echo output; ${:U(exit 13)}} is "" (eval-keep-dollar-and-undefined, regular)
|
varmod-subst-regex.mk | 14 # the regular expression "a b" since these words don't contain any 27 # containing whitespace. This big word matches the regular expression, 49 # The regular expression does not match in the first word. 51 # In the third word, the regular expression matches as early as possible, 54 # and that cannot match the regular expression "..". Therefore only the 71 # A regular expression that matches the empty string applies before every 73 # XXX: Most other places where regular expression are used match at the end 79 # A dot in the regular expression matches any character, even a newline. 80 # In most other contexts where regular expressions are used, a dot matches 89 # that contains no words at all, but only if the regular expression matches a [all...] |
suff-main-several.mk | 17 # At this point, 'next-main' is just a regular target. 27 # it is not the first regular target anymore.
|
posix-execution.mk | 39 # expect-not-matches: ^do%-prefix%-plus: a regular command 47 @echo '$@: a regular command' 49 @echo '$@: a regular command'
|
opt-jobs-no-action.exp | 4 echo "false regular" 6 { false regular
|
opt-no-action-touch.mk | 16 .MAKEFLAGS: opt-touch-regular 41 opt-touch-regular:
|
sh-dots.mk | 35 @echo indirect regular 42 @echo indirect-space regular
|
var-eval-short.exp | 18 Result of ${DEFINED:L} is "defined" (parse, regular) 24 Result of ${DEFINED:?${FAIL}then:${FAIL}else} is "defined" (parse, regular)
|
make-exported.mk | 18 # make behaved like a mixture of .export-literal and a regular .export.
|
varmod-order-string.mk | 13 # regular characters. Therefore '`in' is a separate word from 'backticks`',
|
/src/usr.bin/cmp/ |
Makefile | 5 SRCS= cmp.c misc.c regular.c special.c
|
/src/sys/rump/dev/lib/libvnd/ |
Makefile | 7 COMMENT=Present a regular file as a block device (/dev/vnd)
|
/src/tests/usr.bin/xlint/lint1/ |
lang_level_c99.c | 63 int regular; member in struct:flexible_array_members::__anon4ec032520108
|
/src/lib/ |
bumpversion | 89 echo $0: $versf is not a regular file 1>&2
|
/src/sys/dev/raidframe/ |
rf_dagutils.h | 45 void (*regular) (RF_DagNode_t *); member in struct:RF_RedFuncs_s
|