Searched refs:_string (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/kyua/utils/text/ |
| H A D | regex.cpp | 87 const std::string _string; member 110 _string(str), in impl() 114 const int error = ::regexec(preg, _string.c_str(), _nmatches, in impl() 120 F("regexec on '%s' failed") % _string); in impl() 185 return std::string(_pimpl->_string.c_str() + match->rm_so, in get()
|
| /freebsd-13.1/contrib/elftoolchain/libelftc/ |
| H A D | libelftc.h | 88 const char *_string); 90 const char *_string); 92 const char *_string);
|
| /freebsd-13.1/include/xlocale/ |
| H A D | Makefile | 4 _stdlib.h _string.h _strings.h _time.h _uchar.h _wchar.h
|
| /freebsd-13.1/lib/libutil/ |
| H A D | libutil.h | 95 int extattr_namespace_to_string(int _attrnamespace, char **_string); 96 int extattr_string_to_namespace(const char *_string, int *_attrnamespace);
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_parser.h | 68 char *_string; /* string value */ member 121 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */
|
| /freebsd-13.1/sys/dev/axgbe/ |
| H A D | xgbe-sysctl.c | 178 #define XGMAC_MMC_STAT(_string, _var) \ argument 179 { _string, \ 184 #define XGMAC_EXT_STAT(_string, _var) \ argument 185 { _string, \
|
| /freebsd-13.1/stand/libsa/ |
| H A D | Makefile | 124 for i in _time.h _strings.h _string.h; do \
|
| /freebsd-13.1/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 6132 void printHeaderString(std::string const& _string, std::size_t indent = 0); 16332 void ConsoleReporter::printHeaderString(std::string const& _string, std::size_t indent) { in printHeaderString() argument 16333 std::size_t i = _string.find(": "); in printHeaderString() 16338 stream << Column(_string).indent(indent + i).initialIndent(indent) << '\n'; in printHeaderString()
|