Searched refs:_string (Results 1 – 9 of 9) sorted by relevance
/freebsd/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/contrib/elftoolchain/libelftc/ |
H A D | libelftc.h | 88 const char *_string); 90 const char *_string); 92 const char *_string);
|
/freebsd/include/xlocale/ |
H A D | Makefile | 2 _stdlib.h _string.h _strings.h _time.h _uchar.h _wchar.h
|
/freebsd/lib/libutil/ |
H A D | libutil.h | 93 int extattr_namespace_to_string(int _attrnamespace, char **_string); 94 int extattr_string_to_namespace(const char *_string, int *_attrnamespace);
|
/freebsd/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/sys/dev/axgbe/ |
H A D | xgbe-sysctl.c | 175 #define XGMAC_MMC_STAT(_string, _var) \ argument 176 { _string, \ 181 #define XGMAC_EXT_STAT(_string, _var) \ argument 182 { _string, \
|
/freebsd/stand/libsa/ |
H A D | Makefile | 218 for i in _time.h _strings.h _string.h; do \
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ui.h.in | 60 strings to prompt for data. The names are UI_{add,dup}_<function>_string 63 UI_{add,dup}_<function>_string have the following meanings:
|
/freebsd/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()
|