byteorder
int byteorder, hdb_master_key *mkey)
krb5_storage_set_flags(sp, byteorder);
krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder)
sp->flags |= byteorder;
machine_lorder = byteorder();
static int byteorder __P((void));
machine_lorder = byteorder();
static int byteorder(void);
u_int size, u_int byteorder)
switch (byteorder) {
u_int size, u_int byteorder)
switch (byteorder) {
int byteorder, i, ones, zeros;
byteorder = LITTLE_ENDIAN;
byteorder = BIG_ENDIAN;
byteorder = ver < 0x0206 ? BIG_ENDIAN : LITTLE_ENDIAN;
if (byteorder != LITTLE_ENDIAN) {
SYSCTL_INT(_hw, HW_BYTEORDER, byteorder, CTLFLAG_RD|CTLFLAG_CAPRD,
openinfo.lorder = byteorder;
int byteorder, c;
byteorder = 0;
if (byteorder != 0)
byteorder = c == 'b' ? 4321 : 1234;
if (byteorder == 4321)
else if (byteorder == 1234)
if (byteorder != 0)
byteorder = c == 'b' ? 4321 : 1234;
static int byteorder = 0;
if (byteorder != 0)
byteorder = ch == 'b' ? 4321 : 1234;
hinfo.lorder = byteorder;
int byteorder = 0;