OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patterns
(Results
1 - 10
of
10
) sorted by relevancy
/src/tests/lib/libc/regex/
t_exhaust.c
214
char *
patterns
[__arraycount(tests)];
local
216
for (size_t i = 0; i < __arraycount(
patterns
); i++) {
217
patterns
[i] = (*tests[i].pattern)(REGEX_MAXSIZE);
224
e = regcomp(&re,
patterns
[i], tests[i].type);
230
ebuf, i,
patterns
[i]);
236
for (size_t i = 0; i < __arraycount(
patterns
); i++) {
237
free(
patterns
[i]);
248
atf_tc_set_md_var(tc, "descr", "Check that large
patterns
don't"
/src/usr.bin/grep/
grep.c
83
/* Searching
patterns
*/
84
unsigned int
patterns
, pattern_sz;
variable
89
/* Filename exclusion/inclusion
patterns
*/
232
/* TODO: Check for empty
patterns
and shortcut */
235
if (
patterns
== pattern_sz) {
243
pattern[
patterns
] = grep_malloc(len + 1);
244
memcpy(pattern[
patterns
], pat, len);
245
pattern[
patterns
][len] = '\0';
246
++
patterns
;
286
* Reads searching
patterns
from a file and adds them with add_pattern()
[
all
...]
grep.h
129
extern unsigned int dpatterns, fpatterns,
patterns
;
util.c
280
* Processes a line comparing it with the specified
patterns
. Each pattern
300
/* Loop to compare with all the
patterns
*/
301
for (i = 0; i <
patterns
; i++) {
344
/* matches - skip further
patterns
*/
/src/usr.bin/make/unit-tests/
varmod-indirect.mk
108
# The indirect modifier M_ListToSkip, when applied to a list of
patterns
,
110
#
patterns
. This list of
patterns
can then be applied to another variable
varmod-match-escape.mk
38
# both
patterns
would end up as '::'.
varmod-edge.mk
136
# matching the '*'
patterns
and did not optimize for multiple '*' in a row.
/src/sys/arch/mac68k/mac68k/
pramasm.s
290
| bit, but other
patterns
don't work! )
/src/usr.sbin/sysinst/
util.c
314
* Performs in-place replacement of a set of
patterns
in a file that lives
315
* inside the installed system. The
patterns
must be separated by a semicolon.
321
replace(const char *path, const char *
patterns
, ...)
326
va_start(ap,
patterns
);
327
vasprintf(&spatterns,
patterns
, ap);
330
err(1, "vasprintf(&spatterns, \"%s\", ...)",
patterns
);
/src/tests/usr.bin/printf/
printf.sh
1747
# test how the shell we're running handles quoted
patterns
in vars
Completed in 27 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026