Searched refs:converted (Results 1 – 25 of 194) sorted by relevance
12345678
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | prompt.c | 240 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()
|
| HD | utf.c | 1007 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/ |
| HD | TODO | 23 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/ |
| HD | xlate.c | 391 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/ |
| HD | README.md | 127 * 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/ |
| HD | kerberos4.texi | 68 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/ |
| HD | amd2ldif.in | 6 mapname: name of the amd map beeing converted to ldif
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | darwin-ldouble-format | 55 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/ |
| HD | util.h.in | 236 * \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/ |
| HD | uuencode | 28 11 search/1 must\ be\ converted\ with\ BinHex BinHex binary text
|
| /trueos/sys/teken/ |
| HD | sequences | 30 # 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/ |
| HD | USAGE | 114 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/ |
| HD | pkeyparam.pod | 19 The B<pkey> command processes public or private keys. They can be converted
|
| HD | ec.pod | 30 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
|
| HD | pkey.pod | 27 The B<pkey> command processes public or private keys. They can be converted
|
| /trueos/usr.bin/indent/ |
| HD | README | 58 | 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/ |
| HD | README | 18 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/ |
| HD | LANGUAGES | 42 When a size in bits is converted into a size in bytes, which is expressed
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | CMS_get0_type.pod | 40 The B<ASN1_OBJECT> values returned can be converted to an integer B<NID> value
|
| HD | d2i_ECPrivateKey.pod | 40 define the behaviour of how the B<key> is converted into ASN1 in a call to
|
| HD | ASN1_STRING_length.pod | 49 converted data is allocated in a buffer in B<*out>. The length of
|
| HD | ASN1_STRING_print_ex.pod | 57 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8
|
| /trueos/contrib/bmake/unit-tests/ |
| HD | dotwait | 30 # are converted to ".*". Two targets that are expected to
|
| /trueos/contrib/byacc/ |
| HD | NEW_FEATURES | 28 permitted in C code; they are converted to C comments on output.
|
| /trueos/contrib/binutils/ld/scripttempl/ |
| HD | nw.sc | 124 converted to the new style linker. */
|
12345678