Searched refs:_L (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c46 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
47 _L, _L, _L, _
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A D_ctype.c55 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
56 _L, _L, _L, _
[all...]
/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dctype.c64 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
65 _L, _L, _L, _
[all...]
H A Dctype.h45 #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))
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c45 /*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.c131 char _L[32], _R[32]; member in struct:_crypt
147 #define L (_c->_L)
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h31 #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))
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h34 #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))
/opensolaris-onvv-gate/usr/src/head/iso/
H A Dctype_iso.h55 #define _L 0x00000002 /* Lower case */ macro
64 #define _ISLOWER _L
130 inline int isalpha(int c) { return ((__ctype + 1)[c] & (_U | _L)); }
132 inline int islower(int c) { return ((__ctype + 1)[c] & _L); }
135 inline int isalnum(int c) { return ((__ctype + 1)[c] & (_U | _L | _N)); }
139 return ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)); }
140 inline int isgraph(int c) { return ((__ctype + 1)[c] & (_P | _U | _L | _N)); }
161 #define isalpha(c) ((__ctype + 1)[(int)(c)] & (_U | _L))
163 #define islower(c) ((__ctype + 1)[(int)(c)] & _L)
166 #define isalnum(c) ((__ctype + 1)[(int)(c)] & (_U | _L | _
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m4101 * ..._L ELFDATA2LSB
134 define(enumb_L, `$1_L')dnl
H A Dxlate64.m4107 * ..._L ELFDATA2LSB
143 define(enumb_L, `$1_L')dnl

Completed in 168 milliseconds