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

1 2 3 4 5 6

  /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
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>
  /src/bin/pax/
pat_rep.h 38 #include <regex.h>
pat_rep.h 38 #include <regex.h>
  /src/tests/lib/libtre/
Makefile 13 LCREGEX=${.CURDIR}/../libc/regex
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])
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
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>
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.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...]
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...]
  /src/tests/lib/libc/
Makefile 20 TESTS_SUBDIRS+= regex
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
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_scan.l 50 #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.

Completed in 30 milliseconds

1 2 3 4 5 6