Searched refs:converted (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/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
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c559 UINT32 converted = 0; local
686 converted = 1;
699 if (converted == 0 && ReturnValue == 0 && String != NULL)
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c325 const char *converted = local
329 result[n] = strdup(converted);
334 env, string, converted);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c361 size_t converted; local
412 converted = outlen < inlen ? outlen : inlen;
413 memcpy(outbuf, inbuf, converted);
414 outbuf[converted] = 0;
422 if ((converted = iconv(cd, &inbuf, &inlen, &outbuf, &outlen))
427 outbuf[converted] = 0;
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c581 warnx2(_("%s: not completely converted"), *gargv, NULL);
616 warnx2(_("%s: not completely converted"), *gargv, NULL);
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s577 ! 122 ! unsigned int* converted to float* */);

Completed in 58 milliseconds