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

1 2 3 4 5

  /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
  /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/external/bsd/openldap/dist/libraries/liblunicode/ure/
README 27 Unicode and Regular Expressions
30 This is a simple regular expression package for matching against Unicode text
40 o Regular expression and text already normalized.
158 * Allocate the dynamic storage needed to compile regular expressions.
162 for each regular expression in a list {
163 re = next regular expression;
167 * Compile the regular expression with the case insensitive flag
  /src/tests/usr.bin/xlint/lint1/
lang_level_c99.c 63 int regular; member in struct:__anon8045
  /src/external/bsd/libarchive/dist/tar/
subst.c 34 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1, from_begin:1; member in struct:subst_rule
93 lafe_errc(1, 0, "Invalid regular expression: %s", buf);
111 rule->regular = 1; /* Rewrite regular filenames. */
137 rule->regular = 1;
140 rule->regular = 0;
225 } else { /* Regular filename. */
226 if (!rule->regular)
  /src/lib/
bumpversion 89 echo $0: $versf is not a regular file 1>&2
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
re.h 48 #error No regular expression backend was found!
59 // A wrapper around the POSIX regular expression API that provides automatic
67 // Compile a regular expression matcher from spec. Returns true on success.
73 // Returns whether str matches the compiled regular expression.
78 // Underlying regular expression object
84 #error No regular expression backend implementation available
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
re.h 46 #error No regular expression backend was found!
54 // A wrapper around the POSIX regular expression API that provides automatic
62 // Compile a regular expression matcher from spec. Returns true on success.
68 // Returns whether str matches the compiled regular expression.
73 // Underlying regular expression object
79 #error No regular expression backend implementation available
  /src/external/bsd/tre/dist/tests/agrep/
records.ok 5 and regular and after last a default default a a can
6 any regular that match
14 and regular and after last a default default a a can
15 any regular that match
40 and(standard input): regular(standard input): and(standard input): after(standard input): last(standard input): a(standard input): default(standard input): default(standard input): a(standard input): a(standard input): can(standard input):
41 any(standard input): regular(standard input): that(standard input): match(standard input):
96 larger than and regular and after last
97 a default default a a can any regular that match example, mail messages as a
107 larger than and regular and after last
108 a default default a a can any regular that match example, mail messages as
    [all...]
  /src/sys/dev/raidframe/
rf_dagutils.h 45 void (*regular) (RF_DagNode_t *); member in struct:RF_RedFuncs_s

Completed in 70 milliseconds

1 2 3 4 5