Home
last modified time | relevance | path

Searched refs:_string (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/kyua/utils/text/
H A Dregex.cpp87 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 Dlibelftc.h88 const char *_string);
90 const char *_string);
92 const char *_string);
/freebsd/include/xlocale/
H A DMakefile2 _stdlib.h _string.h _strings.h _time.h _uchar.h _wchar.h
/freebsd/lib/libutil/
H A Dlibutil.h92 int extattr_namespace_to_string(int _attrnamespace, char **_string);
93 int extattr_string_to_namespace(const char *_string, int *_attrnamespace);
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h68 char *_string; /* string value */ member
121 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */
/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c175 #define XGMAC_MMC_STAT(_string, _var) \ argument
176 { _string, \
181 #define XGMAC_EXT_STAT(_string, _var) \ argument
182 { _string, \
/freebsd/stand/libsa/
H A DMakefile218 for i in _time.h _strings.h _string.h; do \
/freebsd/crypto/openssl/include/openssl/
H A Dui.h.in60 strings to prompt for data. The names are UI_{add,dup}_<function>_string
63 UI_{add,dup}_<function>_string have the following meanings:
/freebsd/crypto/krb5/doc/pdf/
H A Dappdev.tex2060_string}, {\hyperref[\detokenize{appdev/refs/types/krb5_data:c.krb5_data}]{\sphinxcrossref{\DUrole…
2079 \sphinxstylestrong{{[}out{]}} \sphinxstylestrong{result\_code\_string} \sphinxhyphen{} String equiv…
2082 \sphinxstylestrong{{[}out{]}} \sphinxstylestrong{result\_string} \sphinxhyphen{} Change password re…
2130 …ef{\DUrole{n}{krb5\_data}}}}\DUrole{w}{ }\DUrole{p}{*}\DUrole{n}{server\_string}, \DUrole{kt}{cha…
2140 \sphinxstylestrong{{[}in{]}} \sphinxstylestrong{server\_string} \sphinxhyphen{} Data returned from …
2164_string} returned in the \sphinxstyleemphasis{result\_string} parameter of krb5\_change\_password(…
2167 Use krb5\_free\_string() to free \sphinxstyleemphasis{message\_out} when it is no longer needed.
2199 …ibly using name service lookups if configuration permits. Use krb5\_free\_string() to free \sphinx…
4792_string}, {\hyperref[\detokenize{appdev/refs/types/krb5_data:c.krb5_data}]{\sphinxcrossref{\DUrole…
4814 \sphinxstylestrong{{[}out{]}} \sphinxstylestrong{result\_code\_string} \sphinxhyphen{} String equiv…
[all …]
H A Dplugindev.tex610 \sphinxstylestrong{free\_string} to ensure that memory is allocated and deallocated
689 …g{iterator}, \sphinxstylestrong{iterator\_free}, and \sphinxstylestrong{free\_string} methods. The
H A Dadmin.tex5166 …min/admin_commands/kadmin_local:set-string}]{\sphinxcrossref{\DUrole{std,std-ref}{set\_string}}}}).
6929 …mands/kadmin_local:set-string}]{\sphinxcrossref{\DUrole{std,std-ref}{set\_string}}}}.) The \sphin…
7346 …mands/kadmin_local:set-string}]{\sphinxcrossref{\DUrole{std,std-ref}{set\_string}}}} in {\hyperref…
8580 \subsubsection{set\_string}
8584 \sphinxstylestrong{set\_string} \sphinxstyleemphasis{principal} \sphinxstyleemphasis{name} \sphinxs…
8648 \subsubsection{del\_string}
8652 \sphinxstylestrong{del\_string} \sphinxstyleemphasis{principal} \sphinxstyleemphasis{key}
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6132 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()