Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dbufaux.c371 char *value, *converted, *estr; in buffer_get_utf8_string() local
377 converted = g11n_convert_from_utf8(value, &len, &estr); in buffer_get_utf8_string()
378 if (converted == NULL) { in buffer_get_utf8_string()
381 converted = value; in buffer_get_utf8_string()
389 return (converted); in buffer_get_utf8_string()
415 char *converted, *estr; in buffer_put_utf8_string() local
418 converted = g11n_convert_to_utf8(s, &nlen, 0, &estr); in buffer_put_utf8_string()
419 if (converted == NULL) { in buffer_put_utf8_string()
422 converted = (char *)s; in buffer_put_utf8_string()
425 buffer_put_string(buffer, converted, nlen); in buffer_put_utf8_string()
[all …]
/titanic_50/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c559 UINT32 converted = 0; in strtoul() local
686 converted = 1; in strtoul()
699 if (converted == 0 && ReturnValue == 0 && String != NULL) in strtoul()
/titanic_50/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c325 const char *converted = in zjni_java_string_array_to_c() local
329 result[n] = strdup(converted); in zjni_java_string_array_to_c()
334 env, string, converted); in zjni_java_string_array_to_c()
/titanic_50/usr/src/cmd/praudit/
H A Dprint_audit.txt72 (UIDs and GIDs, respectively) are converted to their ASCII
73 representation. Record type and event fields are converted
85 are converted to ASCII and displayed. The short ASCII
101 fields are always converted to their short ASCII
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c361 size_t converted; in make_utf8() local
412 converted = outlen < inlen ? outlen : inlen; in make_utf8()
413 memcpy(outbuf, inbuf, converted); in make_utf8()
414 outbuf[converted] = 0; in make_utf8()
422 if ((converted = iconv(cd, &inbuf, &inlen, &outbuf, &outlen)) in make_utf8()
427 outbuf[converted] = 0; in make_utf8()
/titanic_50/usr/src/cmd/svc/profile/
H A DREADME38 smf(5) converted inetd services that are not required to
/titanic_50/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in39 \ converted to all caps and used instead. If the size of an item is
/titanic_50/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in39 \ converted to all caps and used instead. If the size of an item is
/titanic_50/usr/src/cmd/troff/troff.d/
H A DREADME124 tables converted; details of language still subject to
/titanic_50/usr/src/lib/libm/i386/src/
H A Dlocallibm.il117 fistpl 4(%esp) / byte[4:7] = converted long
/titanic_50/usr/src/uts/sun4/ml/
H A Doffsets.in38 \ converted to all caps and used instead. If the size of an item is
/titanic_50/usr/src/uts/common/syscall/
H A DSYSCALL.README303 Most of the system calls in this directory have been converted
/titanic_50/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1014 Add (2, 3, X) ==> is converted to: Store (5, X)
1015 X = 2 + 3 ==> is converted to: Store (5, X)
5595 invocations.) These invocations were converted from the original
5701 Buffer can be converted to a Package of Integers if necessary. The
5753 repairs were converted to ACPI_DEBUG_PRINT messages for now. ACPICA BZ
6186 buffer is automatically converted to an expected string object.
7034 reference types cannot be converted into an external ACPI_OBJECT.)
8591 Evaluation of this parameter must eventually be converted to a full
9509 option.) Over 200 cases were converted to create a total of over 380
10812 converted to Integers.
[all …]
/titanic_50/usr/src/lib/libshell/common/
H A DRELEASE88117 inside the single quotes will be converted using the ANSI-C
H A DRELEASE94 when it was converted from a compound variable by adding an another
1464 converted to integer has been fixed.
1747 converted for use in HTML and XML documents.
1763 its arguments cannot be converted to the given type.
H A Dsh.memo1230 and values will automatically be converted to numbers
2324 be converted into a shell pattern.
/titanic_50/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4227 # class M: domains that should be converted to $M
228 # class N: domains that should not be converted to $M
1653 ### crudely converted into a %-hack address.
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME575 format, they need to be converted to suitable PEM/DER format for
/titanic_50/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s577 ! 122 ! unsigned int* converted to float* */);
/titanic_50/usr/src/cmd/sendmail/cf/
H A DREADME312 local mailer and which are converted to MIME will be
361 the SMTP mailers and which are converted to MIME will
376 the UUCP mailers and which are converted to MIME will
761 then *foo.org and *bar.com are converted to masq.com. Without
1522 to be converted to "user@decvax.dec.com" and "user@research.att.com"
/titanic_50/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in794 ** is converted into a rollback.
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-1257 translation may be converted to another translation without any
H A Dgrub.texi309 translation may be converted to another translation without any adverse
/titanic_50/usr/src/data/zoneinfo/
H A Dsouthamerica94 # DST was set to expire on March 5, not March 3, but since it was converted
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE1466 96-01-11 add Doug McIlroy's regex (converted to C from C++ by gsf)

12