Home
last modified time | relevance | path

Searched refs:posix_class (Results 1 – 25 of 109) sorted by relevance

12345

/dports/editors/ssed/sed-3.62/pcre/
H A Dregposix.c765 int posix_class, i; local
776 posix_class = check_posix_name (ptr, tempptr - ptr);
777 if (posix_class < 0)
787 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2)
788 posix_class = 0;
793 posix_class *= 3;
796 int taboffset = posix_class_maps[posix_class + i];
H A Dregperl.c440 int posix_class, i; local
456 posix_class = check_posix_name (ptr, tempptr - ptr);
457 if (posix_class < 0)
467 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2)
468 posix_class = 0;
473 posix_class *= 3;
476 int taboffset = posix_class_maps[posix_class + i];
/dports/chinese/tin/tin-2.4.5/pcre/
H A Dpcre_compile.c2370 int posix_class, taboffset, tabopt; in compile_branch() local
2387 posix_class = check_posix_name(ptr, tempptr - ptr); in compile_branch()
2388 if (posix_class < 0) in compile_branch()
2398 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
2399 posix_class = 0; in compile_branch()
2406 posix_class *= 3; in compile_branch()
2410 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
2415 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
2416 tabopt = posix_class_maps[posix_class + 2]; in compile_branch()
/dports/news/tin/tin-2.4.5/pcre/
H A Dpcre_compile.c2370 int posix_class, taboffset, tabopt; in compile_branch() local
2387 posix_class = check_posix_name(ptr, tempptr - ptr); in compile_branch()
2388 if (posix_class < 0) in compile_branch()
2398 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
2399 posix_class = 0; in compile_branch()
2406 posix_class *= 3; in compile_branch()
2410 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
2415 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
2416 tabopt = posix_class_maps[posix_class + 2]; in compile_branch()
/dports/lang/php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3140 int posix_class; in parse_regex() local
3166 if (posix_class < 0) in parse_regex()
3204 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3226 *parsed_pattern++ = posix_class; in parse_regex()
5263 int posix_class = *(++pptr); in compile_branch() local
5274 posix_class = 0; in compile_branch()
5282 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5289 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5326 posix_class *= 3; in compile_branch()
5335 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_compile.c3140 int posix_class; in parse_regex() local
3166 if (posix_class < 0) in parse_regex()
3204 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3226 *parsed_pattern++ = posix_class; in parse_regex()
5263 int posix_class = *(++pptr); in compile_branch() local
5274 posix_class = 0; in compile_branch()
5282 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5289 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5326 posix_class *= 3; in compile_branch()
5335 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3140 int posix_class; in parse_regex() local
3166 if (posix_class < 0) in parse_regex()
3204 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3226 *parsed_pattern++ = posix_class; in parse_regex()
5263 int posix_class = *(++pptr); in compile_branch() local
5274 posix_class = 0; in compile_branch()
5282 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5289 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5326 posix_class *= 3; in compile_branch()
5335 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/security/nmap/nmap-7.91/libpcre/
H A Dpcre_compile.c2748 int posix_class, taboffset, tabopt; in compile_branch() local
2766 posix_class = check_posix_name(ptr, tempptr - ptr); in compile_branch()
2767 if (posix_class < 0) in compile_branch()
2777 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
2778 posix_class = 0; in compile_branch()
2785 posix_class *= 3; in compile_branch()
2789 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
2794 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
2795 tabopt = posix_class_maps[posix_class + 2]; in compile_branch()
/dports/devel/cutter/cutter-1.2.6/glib-compatible/pcre/
H A Dpcre_compile.c2615 int posix_class, taboffset, tabopt; in compile_branch() local
2633 posix_class = check_posix_name(ptr, tempptr - ptr); in compile_branch()
2634 if (posix_class < 0) in compile_branch()
2644 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
2645 posix_class = 0; in compile_branch()
2652 posix_class *= 3; in compile_branch()
2656 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
2661 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
2662 tabopt = posix_class_maps[posix_class + 2]; in compile_branch()
/dports/www/analog/analog-6.0/src/pcre/
H A Dpcre.c615 int posix_class, i; in compile_branch() local
631 posix_class = check_posix_name(ptr, tempptr - ptr); in compile_branch()
632 if (posix_class < 0) in compile_branch()
638 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
639 posix_class = 0; in compile_branch()
641 posix_class *= 3; in compile_branch()
644 int taboffset = posix_class_maps[posix_class + i]; in compile_branch()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/pcre/
H A Dpcre_compile.c3002 int posix_class, taboffset, tabopt; in compile_branch() local
3020 posix_class = check_posix_name(ptr, tempptr - ptr); in compile_branch()
3021 if (posix_class < 0) in compile_branch()
3031 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
3032 posix_class = 0; in compile_branch()
3039 posix_class *= 3; in compile_branch()
3043 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
3048 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
3049 tabopt = posix_class_maps[posix_class + 2]; in compile_branch()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5667 int posix_class = *(++pptr); in compile_branch() local
5678 posix_class = 0; in compile_branch()
5686 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5693 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5730 posix_class *= 3; in compile_branch()
5739 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5667 int posix_class = *(++pptr); in compile_branch() local
5678 posix_class = 0; in compile_branch()
5686 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5693 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5730 posix_class *= 3; in compile_branch()
5739 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3369 int posix_class; in parse_regex() local
3395 if (posix_class < 0) in parse_regex()
3433 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3455 *parsed_pattern++ = posix_class; in parse_regex()
5695 int posix_class = *(++pptr); in compile_branch() local
5706 posix_class = 0; in compile_branch()
5714 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5721 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5758 posix_class *= 3; in compile_branch()
5767 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c3348 int posix_class; in parse_regex() local
3374 if (posix_class < 0) in parse_regex()
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3434 *parsed_pattern++ = posix_class; in parse_regex()
5674 int posix_class = *(++pptr); in compile_branch() local
5685 posix_class = 0; in compile_branch()
5693 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5700 ((posix_class == PC_GRAPH)? PT_PXGRAPH : in compile_branch()
5737 posix_class *= 3; in compile_branch()
5746 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
[all …]

12345