| /freebsd/sys/contrib/openzfs/.github/workflows/ |
| H A D | smatch.yml | 1 name: smatch 12 smatch: 15 - name: Checkout smatch 18 repository: error27/smatch 20 path: smatch 21 - name: Install smatch dependencies 24 - name: Make smatch 26 cd $GITHUB_WORKSPACE/smatch 49 … -j$(nproc) CHECK="$GITHUB_WORKSPACE/smatch/smatch" CC=$GITHUB_WORKSPACE/smatch/cgcc | tee $GITHUB… 50 - name: Smatch results log [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | regex | |
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | output.c | 367 iidesc_match_t smatch; in sort_iidescs() local 407 &ssym, &smatch.iim_file)) { in sort_iidescs() 412 smatch.iim_fuzzy = fuzzymatch; in sort_iidescs() 413 smatch.iim_name = (char *)strdata->d_buf + ssym.st_name; in sort_iidescs() 414 smatch.iim_bind = GELF_ST_BIND(ssym.st_info); in sort_iidescs() 417 smatch.iim_name); in sort_iidescs() 419 iidesc = find_iidesc(td, &smatch); in sort_iidescs()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | regex.cppm | |
| /freebsd/lib/libc/tests/gen/ |
| H A D | test-fnmatch.c | 63 printf("test%smatch '%s' '%s'\n", in write_sh_tests() 68 printf("netest%smatch '%s' '%s'\n", in write_sh_tests()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-openflow-1.0.c | 1201 ND_PRINT("%smatch in_port %s", pfx, in of10_match_print() 1206 ND_PRINT("%smatch dl_src %s", pfx, GET_ETHERADDR_STRING(cp)); in of10_match_print() 1210 ND_PRINT("%smatch dl_dst %s", pfx, GET_ETHERADDR_STRING(cp)); in of10_match_print() 1214 ND_PRINT("%smatch dl_vlan %s", pfx, vlan_str(GET_BE_U_2(cp))); in of10_match_print() 1218 ND_PRINT("%smatch dl_vlan_pcp %s", pfx, pcp_str(GET_U_1(cp))); in of10_match_print() 1226 ND_PRINT("%smatch dl_type 0x%04x", pfx, dl_type); in of10_match_print() 1229 ND_PRINT("%smatch nw_tos 0x%02x", pfx, GET_U_1(cp)); in of10_match_print() 1237 ND_PRINT("%smatch %s %u", pfx, field_name, nw_proto); in of10_match_print() 1244 ND_PRINT("%smatch nw_src %s/%u", pfx, GET_IPADDR_STRING(cp), 32 - nw_bits); in of10_match_print() 1249 ND_PRINT("%smatch nw_dst %s/%u", pfx, GET_IPADDR_STRING(cp), 32 - nw_bits); in of10_match_print() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 212 std::smatch Match = *It; in parseAnnotation() 215 std::ssub_match SMatch = Match[i]; in parseAnnotation() local 216 std::string Item = SMatch.str(); in parseAnnotation() 223 if (std::smatch MatchStr; std::regex_match(Item, MatchStr, RStr)) { in parseAnnotation()
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | ErrorHandler.cpp | 194 std::smatch m; in getLocation() 261 std::smatch m; in error()
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | HTTPServer.cpp | 73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches()
|
| /freebsd/contrib/tcsh/ |
| H A D | tw.comp.c | 252 xprintf("G%smatch(%s, ", exact ? "" : "n", short2str(str)); in tw_match()
|
| /freebsd/crypto/openssh/ |
| H A D | servconf.c | 581 sMatch, sPermitOpen, sPermitListen, sForceCommand, sChrootDirectory, enumerator 731 { "match", sMatch, SSHCFG_ALL }, 1390 if (*activep && opcode != sMatch && opcode != sInclude) in process_server_config_line_depth() 2405 case sMatch: in process_server_config_line_depth()
|
| /freebsd/sbin/ipf/ipmon/ |
| H A D | ipmon_y.y | 1006 snprintf(nbuf, sizeof(nbuf), "%smatch", name); in install_saver()
|
| /freebsd/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 1017 print('%s: definitions %smatch' % \
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | regex | 538 typedef match_results<string::const_iterator> smatch; 4528 typedef match_results<string::const_iterator> smatch; 4536 …_LIBCPP_PREFERRED_NAME(smatch) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wsmatch)) match_r… 5811 using smatch _LIBCPP_AVAILABILITY_PMR = match_results<std::pmr::string::const_iterator>;
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | tls_wolfssl.c | 768 wpa_printf(MSG_DEBUG, "TLS: No CommonName %smatch found", in tls_match_suffix_helper()
|
| H A D | tls_openssl.c | 2222 wpa_printf(MSG_DEBUG, "TLS: No CommonName %smatch found", in tls_match_suffix_helper()
|
| /freebsd/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 664 debuglog("netobj %smatch\n", retval ? "" : "mis"); in same_netobj()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2654 SYMBOL(smatch, std::, <regex>) 3525 SYMBOL(smatch, std::pmr::, <regex>)
|
| /freebsd/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 2645 printf("packets captured %smatch filter\n", in modinfo()
|