Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 194) sorted by relevance

12345678

/trueos/contrib/subversion/subversion/libsvn_subr/
HDprompt.c240 const char *converted; in terminal_puts() local
242 err = svn_cmdline_cstring_from_utf8(&converted, string, pool); in terminal_puts()
246 converted = svn_cmdline_cstring_from_utf8_fuzzy(string, pool); in terminal_puts()
253 _cputs(converted); in terminal_puts()
258 status = apr_file_write_full(terminal->outfd, converted, in terminal_puts()
259 strlen(converted), NULL); in terminal_puts()
HDutf.c1007 const char *escaped, *converted; in svn_utf__cstring_from_utf8_fuzzy() local
1014 err = convert_from_utf8(((const char **) &converted), escaped, pool); in svn_utf__cstring_from_utf8_fuzzy()
1022 return converted; in svn_utf__cstring_from_utf8_fuzzy()
/trueos/tools/regression/
HDTODO23 Not everything's been converted to the new style. In particular;
36 needs to be converted. And fsx/ and gaithrstress/ are (I think) standalone
/trueos/contrib/apr-util/xlate/
HDxlate.c391 apr_size_t converted = to_convert; in apr_xlate_conv_buffer() local
400 *inbytes_left -= converted; in apr_xlate_conv_buffer()
401 *outbytes_left -= converted; in apr_xlate_conv_buffer()
/trueos/contrib/libucl/
HDREADME.md127 * Non-unique keys in an object are allowed and are automatically converted to the arrays internally:
135 is converted to:
154 is converted to the following object:
245 * `$${VARIABLE}` is converted to `${VARIABLE}`
246 * `$$VARIABLE` is converted to `$VARIABLE`
/trueos/crypto/heimdal/doc/
HDkerberos4.texi68 entries in the database, these entries will not be converted. This might
70 because the principal couldn't be converted.
133 names should be converted (for instance @samp{rcmd} should be converted
/trueos/contrib/amd/scripts/
HDamd2ldif.in6 mapname: name of the amd map beeing converted to ldif
/trueos/contrib/gcc/config/rs6000/
HDdarwin-ldouble-format55 A double can be converted to a long double by adding a zero low part.
57 A long double can be converted to a double by removing the low part.
/trueos/contrib/ldns/ldns/
HDutil.h.in236 * \return the converted decimal value
243 * \return the converted hex char
254 …* \return The number of bytes of converted data, or -1 if one of the arguments * is NULL, or -2 if…
278 * That number of seconds is then converted to broken-out time information.
/trueos/contrib/file/magic/Magdir/
HDuuencode28 11 search/1 must\ be\ converted\ with\ BinHex BinHex binary text
/trueos/sys/teken/
HDsequences30 # Name Sequence name (will be converted to C function name)
33 # - `n' non-zero number (0 gets converted to 1)
/trueos/usr.sbin/bsdconfig/dot/
HDUSAGE114 NOTE: The converted PDF file is not suitable for
133 NOTE: The converted PNG files are not suitable for printing
/trueos/crypto/openssl/doc/apps/
HDpkeyparam.pod19 The B<pkey> command processes public or private keys. They can be converted
HDec.pod30 The B<ec> command processes EC keys. They can be converted between various
113 This specifies how the points on the elliptic curve are converted
HDpkey.pod27 The B<pkey> command processes public or private keys. They can be converted
/trueos/usr.bin/indent/
HDREADME58 | hands in it. It was converted to understand version 7 C. (The
59 | original was version 6.) It was converted from its original filter
/trueos/contrib/nvi/catalog/
HDREADME18 then it is converted to a record number, and that record is retrieved
70 Before this file being converted to the second file, the POSIX formatted
/trueos/contrib/gcc/
HDLANGUAGES42 When a size in bits is converted into a size in bytes, which is expressed
/trueos/crypto/openssl/doc/crypto/
HDCMS_get0_type.pod40 The B<ASN1_OBJECT> values returned can be converted to an integer B<NID> value
HDd2i_ECPrivateKey.pod40 define the behaviour of how the B<key> is converted into ASN1 in a call to
HDASN1_STRING_length.pod49 converted data is allocated in a buffer in B<*out>. The length of
HDASN1_STRING_print_ex.pod57 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8
/trueos/contrib/bmake/unit-tests/
HDdotwait30 # are converted to ".*". Two targets that are expected to
/trueos/contrib/byacc/
HDNEW_FEATURES28 permitted in C code; they are converted to C comments on output.
/trueos/contrib/binutils/ld/scripttempl/
HDnw.sc124 converted to the new style linker. */

12345678