Home
last modified time | relevance | path

Searched refs:regcomp (Results 1 – 25 of 152) sorted by relevance

1234567

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dhpacc-abi.c319 regcomp (&constructor_pattern, in _initialize_hpacc_abi()
322 regcomp (&destructor_pattern, in _initialize_hpacc_abi()
325 regcomp (&operator_pattern, in _initialize_hpacc_abi()
/openbsd/lib/libform/
H A Dfty_regex.c56 #undef regcomp
71 #define regcomp(r,s,n) PCRE2regcomp(r,s,n) macro
162 && !regcomp(preg->pRegExp, rx, in Generic_RegularExpression_Type()
/openbsd/lib/libc/hidden/
H A Dregex.h23 PROTO_DEPRECATED(regcomp);
/openbsd/lib/libc/regex/
H A DMakefile.inc7 SRCS+= regcomp.c regerror.c regexec.c regfree.c
/openbsd/gnu/usr.bin/perl/ext/re/
H A Dre.pm112 $^H{regcomp} = install();
114 delete $^H{regcomp};
/openbsd/gnu/usr.bin/perl/
H A Dregen.pl32 regcomp.pl
/openbsd/gnu/usr.bin/binutils/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/openbsd/gnu/gcc/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/openbsd/gnu/lib/libiberty/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dregcomp1 regcomp.c These tests have been moved to t/re/reg_mesg.t
13 # regcomp.c
24 # regcomp.c
/openbsd/regress/lib/libc/regex/
H A DMakefile5 SRCS= main.c split.c debug.c regcomp.c regerror.c regexec.c regfree.c
H A Dt_exhaust.c170 e = regcomp(&re, d, i == 6 ? REG_BASIC : REG_EXTENDED); in main()
/openbsd/include/
H A Dregex.h98 int regcomp(regex_t *, const char *, int);
/openbsd/bin/ed/
H A Dre.c76 if ((n = regcomp(exp, exps, 0)) != 0) { in get_compiled_pattern()
/openbsd/gnu/usr.bin/perl/Cross/
H A Dcflags-cross-arm99 regcomp) ;;
/openbsd/usr.bin/less/
H A Dpattern.c33 if (regcomp(comp, pattern, less_is_more ? 0 : REGCOMP_FLAG)) { in compile_pattern2()
/openbsd/usr.bin/lex/
H A Dregex.c58 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
/openbsd/usr.bin/tmux/
H A Dregsub.c71 if (regcomp(&r, pattern, flags) != 0) in regsub()
/openbsd/gnu/usr.bin/perl/win32/
H A DMakefile693 ..\regcomp.c \
745 ..\regcomp.h \
850 ..\regcomp$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
852 ..\regcomp_debug$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
854 ..\regcomp_invlist$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
856 ..\regcomp_study$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
858 ..\regcomp_trie$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
H A DGNUmakefile935 ..\regcomp.c \
1016 ..\regcomp.h \
1157 ..\regcomp$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
1159 ..\regcomp_debug$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
1161 ..\regcomp_invlist$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
1163 ..\regcomp_study$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
1165 ..\regcomp_trie$(o) : ..\regcomp.h ..\regcomp_internal.h ..\regnodes.h ..\regcharclass.h
/openbsd/usr.bin/passwd/
H A Dpwd_check.c147 if (regcomp(&rgx, patterns[i].match, in pwd_check()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5263delta.pod35 =head2 [CVE-2018-18312] Heap-buffer-overflow write in S_regatom (regcomp.c)
42 =head2 [CVE-2018-18313] Heap-buffer-overflow read in S_grok_bslash_N (regcomp.c)
49 =head2 [CVE-2018-18314] Heap-buffer-overflow write in S_regatom (regcomp.c)
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixlib.c204 err = regcomp (re, pat, flags);
/openbsd/usr.bin/m4/
H A Dgnum4.c484 error = regcomp(&re, source, mode); in dopatsubst()
518 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE); in doregexp()

1234567