Searched refs:_P (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.c56 _S|_B, _P, _P, _P, _P, _P, _P, _P,
57 _P, _P, _P, _
[all...]
H A Dctype.h48 #define _P 0x00000010 /* Punctuation */ macro
60 #define ispunct(c) ((__ctype + 1)[c] & _P)
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.c50 _S|_B, _P, _P, _P, _P, _P, _P, _P,
51 _P, _P, _P, _
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c37 /* 40*/ (char)(_S|_B), _P, _P, _P, _P, _P, _P, _P,
38 /* 50*/ _P, _P, _P, _
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h34 #define _P 020 macro
47 #define ispunct(c) ((_ctype_+1)[c]&_P)
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 Dctype.h37 #define _P 020 /* Punctuation */ macro
71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N))
73 #define isprint(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N | _B))
74 #define ispunct(c) ((_ctype_ + 1)[c] & _P)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h57 #define _P 0x00000010 /* Punctuation */ macro
66 #define _ISPUNCT _P
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_power.c56 #define _P(x) (((long)(&((_nsc_power_t *)0)->x))/sizeof (long)) macro
59 "Power_Lost", (uintptr_t)null_power, _P(pw_power_lost),
60 "Power_OK", (uintptr_t)null_power, _P(pw_power_ok),
61 "Power_Down", (uintptr_t)null_power, _P(pw_power_down),
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c124 JBC_INTERRUPT_STATUS_ ## bit ## _P, \
192 UBC_INTERRUPT_STATUS_ ## bit ## _P, \
233 IMU_INTERRUPT_STATUS_ ## bit ## _P, \
265 MMU_INTERRUPT_STATUS_ ## bit ## _P, \
299 ILU_INTERRUPT_STATUS_ ## bit ## _P, \
322 TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \
333 TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \
375 TLU_CORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \
399 TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _P, \
410 TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _P, \
[all...]

Completed in 120 milliseconds