Searched defs:outs (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_utf_str.c186 char *outs; local
202 outs = res;
204 while ((rc = u8_textprep_str((char *)s, &inbleft, outs,
211 outs = res + outlen - outbleft;
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dunistr.c381 * @outs: on return contains the (allocated) output multibyte string
387 * If *@outs is NULL, the function allocates the string and the caller is
388 * responsible for calling free(*@outs); when finished with it.
391 * string *@outs (>= 0), not counting the terminating NULL byte. If the output
392 * string buffer was allocated, *@outs is set to it.
396 * EINVAL Invalid arguments (e.g. @ins or @outs is NULL).
402 int ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs, argument
413 if (!ins || !outs) {
417 mbs = *outs;
438 if (mbs == *outs) {
512 ntfs_mbstoucs(const char *ins, ntfschar **outs, int outs_len) argument
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dfunc.c199 char *outs; local
215 outs = res;
217 while ((rc = u8_textprep_str((char *)s, &inbytesleft, outs,
224 outs = res + outlen - outbytesleft;

Completed in 60 milliseconds