Searched defs:UC (Results 1 – 8 of 8) sorted by relevance
/titanic_52/usr/src/lib/libbc/libc/inet/ |
H A D | inet_ntoa.c | 45 #define UC(b) (((int)b)&0xff) macro
|
/titanic_52/usr/src/lib/libnsl/rpc/ |
H A D | inet_ntoa.c | 132 #define UC(b) (((int)b)&0xff) macro
|
/titanic_52/usr/src/uts/common/inet/ip/ |
H A D | inet_ntop.c | 90 #define UC(b) (((int)b) & 0xff) in inet_ntop() macro [all...] |
/titanic_52/usr/src/ucblib/libcurses/ |
H A D | curses.c | 57 *TI, *UC, *UE, *UP, *US, *VB, *VS, *VE, *AL_PARM, *DL_PARM, variable
|
/titanic_52/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_string.c | 753 #define UC(b) (((int)b) & 0xff) in mdb_inet_ntop() macro [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 1569 #define UC(b) ((b)&0xff) in initconn() macro [all...] |
/titanic_52/usr/src/cmd/mdb/common/modules/idm/ |
H A D | idm.c | 3549 #define UC(b) (((int)b) & 0xff) in iscsi_inet_ntop() macro [all...] |
/titanic_52/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 7567 #define UC(b) ar_s.ar_data[(b)] in daplka_ia_create() macro
|