Home
last modified time | relevance | path

Searched refs:XLAT16_ACCEPT_NULL_IN (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Diconv.h39 #define XLAT16_ACCEPT_NULL_IN 0x02000000 macro
/f-stack/freebsd/libkern/
H A Diconv_xlat16.c200 nullin = (code & XLAT16_ACCEPT_NULL_IN) ? 1 : 0; in iconv_xlat16_conv()