Searched refs:outstr (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dutfconv.h172 * pointed to by outstr. The size of the output in bytes (not including
174 * are not supported (i.e. instr != outstr). Both buffers must reside
192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c713 * pointed to by outstr. The size of the output in bytes (not including
715 * are not supported (i.e. instr != outstr).]
732 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr, argument
754 outbufstart = outstr;
760 if (outstr >= outbufend) {
768 *outstr++ = byte;
771 *outlen = outstr - outbufstart;
773 if (outstr < outbufend)
774 *outstr++ = '\0';
816 outstr
[all...]

Completed in 20 milliseconds