Home
last modified time | relevance | path

Searched refs:WIND_RW_BE (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A Dtest-rw.c63 WIND_RW_BE
71 WIND_RW_BE
119 WIND_RW_BE
139 WIND_RW_BE,
H A Dutf8.c289 } 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()
H A Dwind.h59 #define WIND_RW_BE 2 macro