Searched defs:byte1 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Drfc2047.c88 unqp(unsigned char byte1, unsigned char byte2) argument
90 if (hexindex[byte1] == -1 || hexindex[byte2] == -1)
92 return (hexindex[byte1] << 4 | hexindex[byte2]);
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dmisc.c434 char *str1, *str2, byte1, byte2; local
444 byte1 = POP(DS);
448 if (byte1 > byte2) {
452 if (byte1 < byte2) {
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h179 unsigned char byte1; member in struct:__anon2839

Completed in 49 milliseconds