Home
last modified time | relevance | path

Searched refs:UCONV_IGNORE_NULL (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/common/unicode/
H A Duconv.c345 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u16tou32()
447 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u16tou8()
540 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u32tou16()
622 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u32tou8()
693 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u8tou16()
804 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u8tou32()
/titanic_44/usr/src/uts/common/sys/
H A Du8_textprep.h48 #define UCONV_IGNORE_NULL 0x0040 macro
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_osdep.h56 #define UCONV_IGNORE_NULL 0x0040 macro
H A Dsmb_subrs.c1050 UCONV_OUT_LITTLE_ENDIAN | UCONV_IGNORE_NULL); in smb_put_dmem()