Home
last modified time | relevance | path

Searched refs:REG_BADRPT (Results 1 – 25 of 1413) sorted by relevance

12345678910>>...57

/dports/textproc/bibtool/BibTool/regex-0.12/test/
H A Dpsx-extend.c1161 invalid_pattern (REG_BADRPT, "*"); in test_posix_extended()
1162 invalid_pattern (REG_BADRPT, "a|*"); in test_posix_extended()
1163 invalid_pattern (REG_BADRPT, "(*)"); in test_posix_extended()
1164 invalid_pattern (REG_BADRPT, "^*"); in test_posix_extended()
1165 invalid_pattern (REG_BADRPT, "+"); in test_posix_extended()
1166 invalid_pattern (REG_BADRPT, "a|+"); in test_posix_extended()
1167 invalid_pattern (REG_BADRPT, "(+)"); in test_posix_extended()
1168 invalid_pattern (REG_BADRPT, "^+"); in test_posix_extended()
1170 invalid_pattern (REG_BADRPT, "?"); in test_posix_extended()
1173 invalid_pattern (REG_BADRPT, "^?"); in test_posix_extended()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/regexp/
H A DRE.java382 … throw new REException(getLocalizedMessage("interval.order"),REException.REG_BADRPT,newIndex); in initialize()
622 … throw new REException(getLocalizedMessage("repeat.no.token"),REException.REG_BADRPT,index); in initialize()
624 throw new REException(getLocalizedMessage("repeat.chained"),REException.REG_BADRPT,index); in initialize()
626 throw new REException(getLocalizedMessage("repeat.assertion"),REException.REG_BADRPT,index); in initialize()
628 throw new REException(getLocalizedMessage("repeat.empty.token"),REException.REG_BADRPT,index); in initialize()
638 … throw new REException(getLocalizedMessage("repeat.no.token"),REException.REG_BADRPT,index); in initialize()
646 throw new REException(getLocalizedMessage("repeat.chained"),REException.REG_BADRPT,index); in initialize()
650 throw new REException(getLocalizedMessage("repeat.assertion"),REException.REG_BADRPT,index); in initialize()
652 throw new REException(getLocalizedMessage("repeat.empty.token"),REException.REG_BADRPT,index); in initialize()
671 throw new REException(getLocalizedMessage("repeat.chained"),REException.REG_BADRPT,index); in initialize()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/
H A DRE.java529 REException.REG_BADRPT, newIndex); in initialize()
533 REException.REG_BADRPT, newIndex); in initialize()
537 REException.REG_BADRPT, newIndex); in initialize()
542 REException.REG_BADRPT, newIndex); in initialize()
760 REException.REG_BADRPT, index); in initialize()
987 REException.REG_BADRPT, index); in initialize()
990 REException.REG_BADRPT, index); in initialize()
994 REException.REG_BADRPT, index); in initialize()
1024 REException.REG_BADRPT, index); in initialize()
1059 REException.REG_BADRPT, index); in initialize()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/util/regex/
H A DRE.java529 REException.REG_BADRPT, newIndex); in initialize()
533 REException.REG_BADRPT, newIndex); in initialize()
537 REException.REG_BADRPT, newIndex); in initialize()
542 REException.REG_BADRPT, newIndex); in initialize()
760 REException.REG_BADRPT, index); in initialize()
987 REException.REG_BADRPT, index); in initialize()
990 REException.REG_BADRPT, index); in initialize()
994 REException.REG_BADRPT, index); in initialize()
1024 REException.REG_BADRPT, index); in initialize()
1059 REException.REG_BADRPT, index); in initialize()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/util/regex/
H A DRE.java529 REException.REG_BADRPT, newIndex); in initialize()
533 REException.REG_BADRPT, newIndex); in initialize()
537 REException.REG_BADRPT, newIndex); in initialize()
542 REException.REG_BADRPT, newIndex); in initialize()
760 REException.REG_BADRPT, index); in initialize()
987 REException.REG_BADRPT, index); in initialize()
990 REException.REG_BADRPT, index); in initialize()
994 REException.REG_BADRPT, index); in initialize()
1024 REException.REG_BADRPT, index); in initialize()
1059 REException.REG_BADRPT, index); in initialize()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/
H A DRE.java529 REException.REG_BADRPT, newIndex); in initialize()
533 REException.REG_BADRPT, newIndex); in initialize()
537 REException.REG_BADRPT, newIndex); in initialize()
542 REException.REG_BADRPT, newIndex); in initialize()
760 REException.REG_BADRPT, index); in initialize()
987 REException.REG_BADRPT, index); in initialize()
990 REException.REG_BADRPT, index); in initialize()
994 REException.REG_BADRPT, index); in initialize()
1024 REException.REG_BADRPT, index); in initialize()
1059 REException.REG_BADRPT, index); in initialize()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/util/regex/
H A DRE.java529 REException.REG_BADRPT, newIndex); in initialize()
533 REException.REG_BADRPT, newIndex); in initialize()
537 REException.REG_BADRPT, newIndex); in initialize()
542 REException.REG_BADRPT, newIndex); in initialize()
760 REException.REG_BADRPT, index); in initialize()
987 REException.REG_BADRPT, index); in initialize()
990 REException.REG_BADRPT, index); in initialize()
994 REException.REG_BADRPT, index); in initialize()
1024 REException.REG_BADRPT, index); in initialize()
1059 REException.REG_BADRPT, index); in initialize()
[all …]
/dports/lang/mosh/mosh-0.2.7/extlibs/onig-5.9.2/
H A Dregposix.c83 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
84 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
85 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregposix.c86 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregposix.c86 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregposix.c86 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/
H A Dregposix.c84 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
85 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
86 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/net/tinyfugue/tf-50b8/src/pcre-2.08/
H A Dpcreposix.c60 REG_BADRPT, /* "nothing to repeat" */
61 REG_BADRPT, /* "operand of unlimited repeat could match the empty string" */
/dports/lang/php73/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dregposix.c87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregposix.c88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
90 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregposix.c88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
90 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/onig_sys-69.1.0/oniguruma/src/
H A Dregposix.c86 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dregposix.c87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/onig_sys-69.1.0/oniguruma/src/
H A Dregposix.c86 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregposix.c88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
90 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregposix.c88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
90 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregposix.c87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/www/mod_php73/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dregposix.c87 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregposix.c88 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
89 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
90 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
/dports/devel/regexx/regexx-0.98.1/pcre/
H A Dpcreposix.c61 REG_BADRPT, /* "nothing to repeat" */
62 REG_BADRPT, /* "operand of unlimited repeat could match the empty string" */

12345678910>>...57