Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/wind/
HDtest-rw.c56 WIND_RW_LE
87 WIND_RW_LE
91 WIND_RW_BOM|WIND_RW_LE,
95 WIND_RW_LE
99 WIND_RW_LE,
103 WIND_RW_LE
111 WIND_RW_LE
HDutf8.c264 int little = ((*flags) & WIND_RW_LE); in wind_ucs2read()
289 } else if (((*flags) & (WIND_RW_LE|WIND_RW_BE)) != 0) { in wind_ucs2read()
293 *flags = ((*flags) & ~(WIND_RW_BOM|WIND_RW_LE|WIND_RW_BE)); in wind_ucs2read()
294 *flags |= little ? WIND_RW_LE : WIND_RW_BE; in wind_ucs2read()
348 if ((*flags) & WIND_RW_LE) { in wind_ucs2write()
362 if ((*flags) & WIND_RW_LE) { in wind_ucs2write()
HDwind.h58 #define WIND_RW_LE 1 macro
/freebsd-head/crypto/heimdal/lib/krb5/
HDpac.c728 unsigned int flags = WIND_RW_LE; in verify_logonname()
843 flags = WIND_RW_LE; in build_logon_name()