Home
last modified time | relevance | path

Searched refs:regexstr (Results 1 – 23 of 23) sorted by relevance

/dports/security/pks/pks/
H A Dpks-commands.php197 $regexstr = "/pks\/lookup\?/"; variable
213 $regexstr = "/pks\/add\?/"; variable
224 echo preg_replace($regexstr,$replacestr,$line);
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-pcre.c361 char *fcap = strstr(regexstr, "flow:"); in DetectPcreParse()
362 char *pcap = strstr(regexstr, "pkt:"); in DetectPcreParse()
365 size_t slen = strlen(regexstr) + 1; in DetectPcreParse()
370 cut_capture = fcap - regexstr; in DetectPcreParse()
372 cut_capture = pcap - regexstr; in DetectPcreParse()
374 cut_capture = MIN((pcap - regexstr), (fcap - regexstr)); in DetectPcreParse()
382 if (regexstr[offset] == ',' || regexstr[offset] == ' ') { in DetectPcreParse()
712 const char *orig_right_edge = regexstr + strlen(regexstr); in DetectPcreParseCapture()
784 SCLogDebug("\'%s\'", regexstr); in DetectPcreParseCapture()
827 regexstr += ov[1]; in DetectPcreParseCapture()
[all …]
H A Ddetect-transform-pcrexform.c76 …tic int DetectTransformPcrexformSetup (DetectEngineCtx *de_ctx, Signature *s, const char *regexstr) in DetectTransformPcrexformSetup() argument
87 if (!DetectSetupParseRegexesOpts(regexstr, pxd, 0)) { in DetectTransformPcrexformSetup()
/dports/mail/milter-greylist/milter-greylist-4.6.4/
H A Dprop.c507 char *regexstr = NULL; local
529 if ((regexstr = strdup(up->up_value)) == NULL) {
535 regexstr[len - 1] = '\0';
542 if ((error = regcomp(&regex, regexstr + 1, fl)) != 0) {
545 "\"%s\": %s", regexstr, errstr);
546 free(regexstr);
585 free(regexstr);
H A Dacl.c1297 char *regexstr = data; local
1311 if ((ad->regex.re_copy = strdup(regexstr)) == NULL) {
1317 if (regexstr[0] == '/')
1318 regexstr++;
1319 if ((strlen(regexstr) > 0) && (regexstr[strlen(regexstr) - 1] == '/'))
1320 regexstr[strlen(regexstr) - 1] = '\0';
1323 for (cp = regexstr; *cp; cp++) {
1332 if ((error = regcomp(regex, regexstr, flags)) != 0) {
1335 regexstr, errstr);
1342 for (cp = regexstr; *cp; cp++) {
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dpkcs11_template.c159 …char *regexstr = "^(pubk/|prvk/|seck/|cert/|data/)?(id/|label/|sn/|CKA_[[:alpha:]_]+/)?(\\{([[:xdi… in pkcs11_make_idtemplate() local
193 regi=regcomp(&regex, regexstr, REG_EXTENDED | REG_ICASE); in pkcs11_make_idtemplate()
/dports/sysutils/burp-devel/burp-2.5.4/src/server/
H A Drestore.c883 const char *regexstr=get_string(confs[OPT_REGEX]); in do_restore_server() local
889 if(regexstr in do_restore_server()
890 && *regexstr in do_restore_server()
891 && !(regex=regex_compile_restore(regexstr, regex_case_insensitive))) in do_restore_server()
895 regexstr); in do_restore_server()
/dports/sysutils/burp/burp-2.4.0/src/server/
H A Drestore.c883 const char *regexstr=get_string(confs[OPT_REGEX]); in do_restore_server() local
889 if(regexstr in do_restore_server()
890 && *regexstr in do_restore_server()
891 && !(regex=regex_compile_restore(regexstr, regex_case_insensitive))) in do_restore_server()
895 regexstr); in do_restore_server()
/dports/science/nest/nest-simulator-3.1/lib/sli/
H A Dregexp.sli504 /stringtype /regexstr]
506 /regex regexstr /grep /flags_regcomp GetOption regcomp def
521 /stringtype /regexstr]
523 /regex regexstr /grep /flags_regcomp GetOption regcomp def
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/API/
H A DSBTarget.cpp1803 std::string regexstr; in FindGlobalFunctions() local
1810 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1811 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
1965 std::string regexstr; in FindGlobalVariables() local
1976 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
1977 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/autotools/
H A Dide-makecache.c179 g_autofree gchar *regexstr = NULL; in ide_makecache_get_file_targets_searched() local
202 regexstr = g_strdup_printf ("^([^:\n ]+):.*\\b(%s)\\b", escaped); in ide_makecache_get_file_targets_searched()
204 regex = g_regex_new (regexstr, 0, 0, NULL); in ide_makecache_get_file_targets_searched()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/
H A DSBTarget.cpp1821 std::string regexstr; in FindGlobalFunctions() local
1828 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1829 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
1983 std::string regexstr; in FindGlobalVariables() local
1994 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
1995 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/
H A DSBTarget.cpp1854 std::string regexstr;
1861 regexstr = llvm::Regex::escape(name) + ".*";
1862 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true,
2016 std::string regexstr;
2027 regexstr = llvm::Regex::escape(name) + ".*";
2028 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr),
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/
H A DSBTarget.cpp1813 std::string regexstr; in FindGlobalFunctions() local
1820 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1821 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
1975 std::string regexstr; in FindGlobalVariables() local
1986 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
1987 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/API/
H A DSBTarget.cpp1854 std::string regexstr; in FindGlobalFunctions() local
1861 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1862 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
2016 std::string regexstr; in FindGlobalVariables() local
2027 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
2028 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/API/
H A DSBTarget.cpp1856 std::string regexstr; in FindGlobalFunctions() local
1863 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1864 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), in FindGlobalFunctions()
2019 std::string regexstr; in FindGlobalVariables() local
2030 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
2031 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBTarget.cpp1854 std::string regexstr; in FindGlobalFunctions() local
1861 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1862 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
2016 std::string regexstr; in FindGlobalVariables() local
2027 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
2028 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBTarget.cpp1854 std::string regexstr; in FindGlobalFunctions() local
1861 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1862 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
2016 std::string regexstr; in FindGlobalVariables() local
2027 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
2028 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBTarget.cpp1854 std::string regexstr; in FindGlobalFunctions() local
1861 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1862 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
2016 std::string regexstr; in FindGlobalVariables() local
2027 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
2028 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBTarget.cpp1854 std::string regexstr; in FindGlobalFunctions() local
1861 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1862 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
2016 std::string regexstr; in FindGlobalVariables() local
2027 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
2028 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.10.7.api5610 Products.ZGadflyDA.gadfly.kjParser.lexdictionary.terminal?4(str, regexstr=None, Function=None)
24420 zope.rdb.gadfly.kjParser.lexdictionary.terminal?4(str, regexstr=None, Function=None)
H A Dzope-2.11.2.api21380 zope.rdb.gadfly.kjParser.lexdictionary.terminal?4(str, regexstr=None, Function=None)
H A Dzope-3.3.1.api28489 zope.rdb.gadfly.kjParser.lexdictionary.terminal?4(str, regexstr=None, Function=None)