Home
last modified time | relevance | path

Searched refs:REG_BADBR (Results 1 – 25 of 1420) sorted by relevance

12345678910>>...57

/dports/devel/tla/tla-1.3.5/src/hackerlab/tests/rx-posix-tests/
H A Dtest-cases.h1822 REG_BADBR,
1833 REG_BADBR,
1844 REG_BADBR,
1855 REG_BADBR,
2724 REG_BADBR,
2735 REG_BADBR,
2746 REG_BADBR,
2757 REG_BADBR,
4176 REG_BADBR,
4264 REG_BADBR,
[all …]
H A Dposix-test-cases.h1822 REG_BADBR,
1833 REG_BADBR,
1844 REG_BADBR,
1855 REG_BADBR,
2724 REG_BADBR,
2735 REG_BADBR,
2746 REG_BADBR,
2757 REG_BADBR,
4176 REG_BADBR,
H A Dtest-rx.scm734 REG_BADBR
738 REG_BADBR
742 REG_BADBR
746 REG_BADBR
1132 REG_BADBR
1136 REG_BADBR
1140 REG_BADBR
1144 REG_BADBR
1710 REG_BADBR
1780 REG_BADBR
[all …]
/dports/textproc/bibtool/BibTool/regex-0.12/test/
H A Dpsx-basic.c232 invalid_pattern (REG_BADBR, "a\\{-1"); in test_posix_basic()
233 invalid_pattern (REG_BADBR, concat ("a\\{", (char *)dup_max_plus_one)); in test_posix_basic()
234 invalid_pattern (REG_BADBR, concat (concat ("a\\{", (char *)dup_max_plus_one), ",")); in test_posix_basic()
235 invalid_pattern (REG_BADBR, "a\\{1,0"); in test_posix_basic()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DregExpTest.c41 TEST_ERROR(regExpErrorCheck(REG_BADBR), FormatError, "Invalid content of \\{\\}"); in testRun()
46 TEST_ERROR(regExpErrorCheck(REG_BADBR), FormatError, "invalid repetition count(s)"); in testRun()
/dports/net/tinyfugue/tf-50b8/src/pcre-2.08/
H A Dpcreposix.c55 REG_BADBR, /* "numbers out of order in {} quantifier" */
56 REG_BADBR, /* "number too big in {} quantifier" */
/dports/devel/regexx/regexx-0.98.1/pcre/
H A Dpcreposix.c56 REG_BADBR, /* "numbers out of order in {} quantifier" */
57 REG_BADBR, /* "number too big in {} quantifier" */
/dports/www/middleman/middleman/pcre/
H A Dpcreposix.c56 REG_BADBR, /* "numbers out of order in {} quantifier" */
57 REG_BADBR, /* "number too big in {} quantifier" */
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_pcre/
H A Dpcreposix.c56 REG_BADBR, /* "numbers out of order in {} quantifier" */
57 REG_BADBR, /* "number too big in {} quantifier" */
/dports/biology/ncbi-toolkit/ncbi/regexp/
H A Dpcreposix.c56 REG_BADBR, /* "numbers out of order in {} quantifier" */
57 REG_BADBR, /* "number too big in {} quantifier" */
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/tests/
H A Dretest.c1443 test_comp("a{1,x}", REG_EXTENDED, REG_BADBR); in main()
1444 test_comp("a{1x}", REG_EXTENDED, REG_BADBR); in main()
1445 test_comp("a{1,0}", REG_EXTENDED, REG_BADBR); in main()
1446 test_comp("a{x}", REG_EXTENDED, REG_BADBR); in main()
1447 test_comp("a{}", REG_EXTENDED, REG_BADBR); in main()
1454 test_comp("a\\{1,x\\}", 0, REG_BADBR); in main()
1455 test_comp("a\\{1x\\}", 0, REG_BADBR); in main()
1456 test_comp("a\\{1,0\\}", 0, REG_BADBR); in main()
1457 test_comp("a\\{x\\}", 0, REG_BADBR); in main()
1458 test_comp("a\\{\\}", 0, REG_BADBR); in main()
/dports/news/tin/tin-2.4.5/pcre/
H A Dpcreposix.c58 REG_BADBR, /* numbers out of order in {} quantifier */
59 REG_BADBR, /* number too big in {} quantifier */
/dports/chinese/tin/tin-2.4.5/pcre/
H A Dpcreposix.c58 REG_BADBR, /* numbers out of order in {} quantifier */
59 REG_BADBR, /* number too big in {} quantifier */
/dports/security/nmap/nmap-7.91/libpcre/
H A Dpcreposix.c74 REG_BADBR, /* numbers out of order in {} quantifier */
75 REG_BADBR, /* number too big in {} quantifier */
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/rgx/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/japanese/skkinput3/skkinput-3.0.6/lib/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
/dports/lang/tcl85/tcl8.5.19/generic/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },

12345678910>>...57