Searched refs:UTF_ESCAPE_ILLEGAL (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dutfconv.h45 #define UTF_ESCAPE_ILLEGAL 0x0010 /* escape illegal UTF-8 */ macro
155 * UTF_ESCAPE_ILLEGAL: percent escape any illegal UTF-8 input
184 * UTF_ESCAPE_ILLEGAL: percent escape any illegal UTF-8 input
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c403 * UTF_ESCAPE_ILLEGAL: percent escape any illegal UTF-8 input
427 escaping = (flags & UTF_ESCAPE_ILLEGAL);
724 * UTF_ESCAPE_ILLEGAL: percent escape any illegal UTF-8 input
746 if (flags & ~(UTF_DECOMPOSED | UTF_PRECOMPOSED | UTF_NO_NULL_TERM | UTF_ESCAPE_ILLEGAL)) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c1143 sizeof(searchInfo->name), ':', UTF_DECOMPOSED | UTF_ESCAPE_ILLEGAL))
H A Dhfs_catalog.c3610 int utf8_flags = UTF_ESCAPE_ILLEGAL;

Completed in 30 milliseconds