Searched refs:_L (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | ctype.c | 64 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, 65 _L, _L, _L, _ [all...] |
H A D | ctype.h | 45 #define _L 0x00000002 /* Lower case */ macro 53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) 55 #define islower(c) ((__ctype + 1)[c] & _L) 58 #define isalnum(c) ((__ctype + 1)[c] & (_U | _L | _N)) 61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)) 62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N))
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | _ctype.c | 58 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, 59 _L, _L, _L, _ [all...] |
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 45 /*140*/ _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, 46 /*150*/ _L, _L, _L, _ [all...] |
H A D | _crypt.c | 131 char _L[32], _R[32]; member in struct:_crypt 147 #define L (_c->_L)
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 31 #define _L 02 macro 41 #define isalpha(c) ((_ctype_+1)[c]&(_U|_L)) 43 #define islower(c) ((_ctype_+1)[c]&_L) 48 #define isalnum(c) ((_ctype_+1)[c]&(_U|_L|_N)) 49 #define isprint(c) ((_ctype_+1)[c]&(_P|_U|_L|_N|_B)) 50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N))
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 34 #define _L 02 /* Lower case */ macro 64 #define isalnum(c) ((_ctype_ + 1)[c] & (_U | _L | _N)) 65 #define isalpha(c) ((_ctype_ + 1)[c] & (_U | _L)) 71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N)) 72 #define islower(c) ((_ctype_ + 1)[c] & _L) 73 #define isprint(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N | _B))
|
/illumos-gate/usr/src/head/iso/ |
H A D | ctype_iso.h | 54 #define _L 0x00000002 /* Lower case */ macro 63 #define _ISLOWER _L
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 101 * ..._L ELFDATA2LSB 134 define(enumb_L, `$1_L')dnl
|
H A D | xlate64.m4 | 107 * ..._L ELFDATA2LSB 143 define(enumb_L, `$1_L')dnl
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 3464 t4_read_reg64(adap, PORT_REG(idx, A_MPS_PORT_STAT_##name##_L)) 3465 #define GET_STAT_COM(name) t4_read_reg64(adap, A_MPS_STAT_##name##_L) 3574 t4_read_reg64(adap, PORT_REG(idx, A_MPS_PORT_STAT_LB_PORT_##name##_L)) 3575 #define GET_STAT_COM(name) t4_read_reg64(adap, A_MPS_STAT_##name##_L)
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 104 t4_read_reg64(sc, PORT_REG(pi->tx_chan, A_MPS_PORT_STAT_##name##_L))
|
H A D | t4_sge.c | 3203 PORT_REG(pi->port_id, A_MPS_PORT_STAT_##name##_L)) 3205 A_MPS_STAT_##name##_L)
|
Completed in 135 milliseconds