Searched refs:UTF_NO_NULL_TERM (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dutfconv.h42 #define UTF_NO_NULL_TERM 0x0002 /* do not add null termination */ macro
118 * UTF_NO_NULL_TERM: do not add null termination to output string
182 * UTF_NO_NULL_TERM: do not add null termination to output string
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_utfconv.c252 * UTF_NO_NULL_TERM: don't add NULL termination to UTF-8 output
271 int nullterm = ((flags & UTF_NO_NULL_TERM) == 0);
722 * UTF_NO_NULL_TERM: do not add null termination to output string
746 if (flags & ~(UTF_DECOMPOSED | UTF_PRECOMPOSED | UTF_NO_NULL_TERM | UTF_ESCAPE_ILLEGAL)) {
772 if (((flags & UTF_NO_NULL_TERM) == 0)) {
811 unicode_bytes, 0, flags & ~UTF_NO_NULL_TERM);
815 &uft8_bytes, buflen, 0, UTF_NO_NULL_TERM);
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c809 error = utf8_normalizestr(s, slen, nfcname, &nfclen, buflen, UTF_PRECOMPOSED|UTF_NO_NULL_TERM);
814 error = utf8_normalizestr(s, slen, nfcname, &nfclen, buflen, UTF_PRECOMPOSED|UTF_NO_NULL_TERM);

Completed in 37 milliseconds