| /src/usr.bin/make/unit-tests/ |
| depsrc-nopath.exp | 1 : 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
|
| 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)
|
| 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-sun-shell1.exp | 4 Evaluating modifier ${ANSWER:s...} on value "echo 42; (exit 13)" (eval-keep-dollar-and-undefined, regular) 10 Result of ${ANSWER:sh1} is "42" (eval-keep-dollar-and-undefined, regular)
|
| opt-jobs-no-action.exp | 4 echo "false regular" 6 { false 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`',
|
| varname-dot-suffixes.exp | 8 Evaluating modifier ${.SUFFIXES::...} on value ".c .o .1 .err .tar.gz" (eval-keep-dollar-and-undefined, regular) 11 Result of ${.SUFFIXES::=assign} is "" (eval-keep-dollar-and-undefined, regular)
|
| opt-jobs-no-action.mk | 44 # The following command is regular, it is printed twice: 47 false regular
|
| deptgt-end.mk | 21 # The .END node can define dependencies, just like a regular target.
|
| opt-debug-lint.mk | 89 # '${:U2}' is not expanded, instead it is copied verbatim into the regular 92 # Before var.c 1.856 from 2021-03-14, this regular expression was then
|
| var-eval-short.mk | 67 # unexpanded text as a regular expression, which is unnecessary since the 69 # Compiling the regular expression then failed both because of the '{FAIL}',
|
| /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:__anon8045
|
| /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
|
| /src/bin/pax/ |
| pat_rep.c | 63 * routines to handle pattern matching, name modification (regular expression 85 * parses the -s replacement string; compiles the regular expression 90 * replacement string. "Old" is a regular expression in "ed" format which 96 * 0 if a proper replacement string and regular expression was added to 136 * and split out the regular expression and try to compile it 146 tty_warn(1, "%s while compiling regular expression %s", rebuf, 543 goto regular; 549 goto regular; 574 goto regular; 584 regular [all...] |
| /src/lib/libpuffs/ |
| null.c | 58 processvattr(const char *path, const struct vattr *va, int regular) 81 if (regular && va->va_size != (u_quad_t)PUFFS_VNOVAL) 140 const struct puffs_cn *pcn, const struct vattr *va, int regular) 146 if ((rv = processvattr(PCNPATH(pcn), va, regular)) != 0)
|