Symbol: byteorder
crypto/heimdal/lib/hdb/mkey.c
152
int byteorder, hdb_master_key *mkey)
crypto/heimdal/lib/hdb/mkey.c
172
krb5_storage_set_flags(sp, byteorder);
crypto/heimdal/lib/krb5/store.c
104
krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder)
crypto/heimdal/lib/krb5/store.c
107
sp->flags |= byteorder;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
113
machine_lorder = byteorder();
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
71
static int byteorder __P((void));
lib/libc/db/btree/bt_open.c
107
machine_lorder = byteorder();
lib/libc/db/btree/bt_open.c
66
static int byteorder(void);
lib/libthread_db/thread_db.c
278
u_int size, u_int byteorder)
lib/libthread_db/thread_db.c
290
switch (byteorder) {
lib/libthread_db/thread_db.c
369
u_int size, u_int byteorder)
lib/libthread_db/thread_db.c
377
switch (byteorder) {
stand/libsa/smbios.c
259
int byteorder, i, ones, zeros;
stand/libsa/smbios.c
290
byteorder = LITTLE_ENDIAN;
stand/libsa/smbios.c
292
byteorder = BIG_ENDIAN;
stand/libsa/smbios.c
294
byteorder = ver < 0x0206 ? BIG_ENDIAN : LITTLE_ENDIAN;
stand/libsa/smbios.c
296
if (byteorder != LITTLE_ENDIAN) {
sys/kern/kern_mib.c
174
SYSCTL_INT(_hw, HW_BYTEORDER, byteorder, CTLFLAG_RD|CTLFLAG_CAPRD,
usr.bin/cap_mkdb/cap_mkdb.c
100
openinfo.lorder = byteorder;
usr.bin/cap_mkdb/cap_mkdb.c
70
int byteorder, c;
usr.bin/cap_mkdb/cap_mkdb.c
73
byteorder = 0;
usr.bin/cap_mkdb/cap_mkdb.c
78
if (byteorder != 0)
usr.bin/cap_mkdb/cap_mkdb.c
80
byteorder = c == 'b' ? 4321 : 1234;
usr.bin/localedef/localedef.c
231
if (byteorder == 4321)
usr.bin/localedef/localedef.c
233
else if (byteorder == 1234)
usr.bin/localedef/localedef.c
290
if (byteorder != 0)
usr.bin/localedef/localedef.c
292
byteorder = c == 'b' ? 4321 : 1234;
usr.bin/localedef/localedef.c
58
static int byteorder = 0;
usr.sbin/services_mkdb/services_mkdb.c
102
if (byteorder != 0)
usr.sbin/services_mkdb/services_mkdb.c
104
byteorder = ch == 'b' ? 4321 : 1234;
usr.sbin/services_mkdb/services_mkdb.c
131
hinfo.lorder = byteorder;
usr.sbin/services_mkdb/services_mkdb.c
89
int byteorder = 0;