Searched refs:outs (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dunistr.h58 extern int ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs,
60 extern int ntfs_mbstoucs(const char *ins, ntfschar **outs, int outs_len);
/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;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dio.h153 extern void outs##s(unsigned short port, const void * addr, unsigned long count); \
154 extern inline void outs##s(unsigned short port, const void * addr, unsigned long count) \
155 { __asm__ __volatile__ ("cld ; rep ; outs" #s \

Completed in 25 milliseconds