Home
last modified time | relevance | path

Searched full:smatch (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dsmatch.yml1 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 Dregex
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c367 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 Dregex.cppm
/freebsd/lib/libc/tests/gen/
H A Dtest-fnmatch.c63 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 Dprint-openflow-1.0.c1201 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 DSPIRVPrepareFunctions.cpp212 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 DErrorHandler.cpp194 std::smatch m; in getLocation()
261 std::smatch m; in error()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches()
/freebsd/contrib/tcsh/
H A Dtw.comp.c252 xprintf("G%smatch(%s, ", exact ? "" : "n", short2str(str)); in tw_match()
/freebsd/crypto/openssh/
H A Dservconf.c581 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 Dipmon_y.y1006 snprintf(nbuf, sizeof(nbuf), "%smatch", name); in install_saver()
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py1017 print('%s: definitions %smatch' % \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex538 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 Dtls_wolfssl.c768 wpa_printf(MSG_DEBUG, "TLS: No CommonName %smatch found", in tls_match_suffix_helper()
H A Dtls_openssl.c2222 wpa_printf(MSG_DEBUG, "TLS: No CommonName %smatch found", in tls_match_suffix_helper()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c664 debuglog("netobj %smatch\n", retval ? "" : "mis"); in same_netobj()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2654 SYMBOL(smatch, std::, <regex>)
3525 SYMBOL(smatch, std::pmr::, <regex>)
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c2645 printf("packets captured %smatch filter\n", in modinfo()