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

1 2 3

  /src/lib/libc/regex/
Makefile.inc 4 # regex sources
5 .PATH: ${.CURDIR}/regex
11 MAN+= regex.3 re_format.7
13 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 \
14 regex.3 regfree.3 regex.3 regnsub.3 regex.3 regasub.3
regfree.c 47 __FBSDID("$FreeBSD: head/lib/libc/regex/regfree.c 326025 2017-11-20 19:49:47Z pfg $");
56 #include <regex.h>
regerror.c 47 __FBSDID("$FreeBSD: head/lib/libc/regex/regerror.c 326025 2017-11-20 19:49:47Z pfg $");
57 #include <regex.h>
119 {REG_INVARG, "REG_INVARG", "invalid argument to regex routine"},
regsub.c 40 #include <regex.h>
  /src/bin/pax/
pat_rep.h 38 #include <regex.h>
  /src/tests/lib/libtre/
Makefile 13 LCREGEX=${.CURDIR}/../libc/regex
  /src/tools/make/
configure.ac 37 # Make sure we have POSIX regex ability.
38 AC_CHECK_HEADER([regex.h],, AC_MSG_ERROR([POSIX regex.h is required]))
47 dnl # Thus AC_CHECK_LIB(regex...) comes first, and AC_SEARCHLIBS next.
48 AC_CHECK_LIB([regex], [regfree])
  /src/tests/lib/libc/regex/
Makefile 7 TESTSDIR?= ${TESTSBASE}/lib/libc/regex
14 CPPFLAGS+= -I${LIBC}/regex ${IMPLEMENTATION} -DNLS
21 .PATH: ${LIBC}/regex
t_regex_binary.c 36 #include <regex.h>
  /src/usr.bin/make/unit-tests/
varmod-subst-regex.mk 1 # $NetBSD: varmod-subst-regex.mk,v 1.12 2024/07/20 11:05:12 rillig Exp $
8 all: mod-regex-compile-error
9 all: mod-regex-limits-{1,2,3,4,5,6}
10 all: mod-regex-errors-{1,2}
137 mod-regex-compile-error:
142 mod-regex-limits-1:
144 mod-regex-limits-2:
146 mod-regex-limits-3:
148 mod-regex-limits-4:
150 mod-regex-limits-5
    [all...]
varmod-subst-regex.exp 1 make: Regex compilation error: (details omitted)
4 in target "mod-regex-compile-error"
8 in target "mod-regex-limits-1"
12 in target "mod-regex-limits-1"
16 in target "mod-regex-limits-1"
20 in target "mod-regex-limits-1"
21 mod-regex-limits-2:11-ok:1 22 446
25 in target "mod-regex-limits-3"
29 in target "mod-regex-limits-3"
33 in target "mod-regex-limits-3
    [all...]
moderrs.mk 20 all: mod-regex-delimiter-{1,2,3,4,5,6,7}
130 mod-regex-delimiter-1:
133 mod-regex-delimiter-2:
136 mod-regex-delimiter-3:
139 mod-regex-delimiter-4:
142 mod-regex-delimiter-5:
145 mod-regex-delimiter-6:
148 mod-regex-delimiter-7:
  /src/tests/lib/libc/
Makefile 20 TESTS_SUBDIRS+= regex
  /src/distrib/utils/libhack/
Makefile.inc 82 ${HACKSRC}/../../../lib/libc/regex \
86 regcomp.o: ${HACKSRC}/../../../lib/libc/regex/regcomp.c
87 regexec.o: ${HACKSRC}/../../../lib/libc/regex/regexec.c
  /src/sys/dev/microcode/aic7xxx/
aicasm_macro_scan.l 50 #include <regex.h>
aicasm_macro_gram.y 49 #include <regex.h>
  /src/lib/libcompat/
Makefile 33 SRCS+= cfree.c regex.c rexec.c
  /src/lib/libform/
type_regex.c 37 #include <regex.h>
42 * The regex type handling.
52 * Create the regex arguments structure from the given args. Return NULL
77 * Copy the regex argument structure.
101 * Check the contents of the field buffer match the regex.
  /src/sys/arch/next68k/
Makefile 34 --regex='/^\(ALT\)?ENTRY\(_NOPROFILE\)?(\([a-zA-Z0-9_]*\))\|^GLOBAL(\([a-zA-Z0-9_]*\))/\3\4/' \
  /src/usr.bin/sed/
misc.c 54 #include <regex.h>
  /src/usr.bin/mail/
list.c 42 #include <regex.h>
461 * Look for (compiled regex) pattern in a line.
549 * "regex-search" variable.
  /src/tests/bin/expr/
t_expr.sh 256 atf_test_case regex
258 atf_set "descr" "Test proper () returning \1 from a regex"
314 atf_add_test_case regex
  /src/tests/fs/cd9660/
h_hexdump_r.c 35 #include <regex.h>
  /src/tests/rump/rumpkern/
t_kern.c 40 #include <regex.h>
86 * We use regex matching here, since the rump
  /src/usr.bin/grep/
grep.h 36 #include <regex.h>
135 /* For regex errors */

Completed in 27 milliseconds

1 2 3