Searched refs:_S (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.c53 _C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
56 _S|_B, _P, _P, _P, _P, _P, _P, _P,
H A Dctype.h47 #define _S 0x00000008 /* Spacing character */ macro
59 #define isspace(c) ((__ctype + 1)[c] & _S)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h56 #define _S 0x00000008 /* Spacing character */ macro
65 #define _ISSPACE _S
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h33 #define _S 010 macro
46 #define isspace(c) ((_ctype_+1)[c]&_S)
/illumos-gate/usr/src/lib/libc/port/i18n/
H A D_ctype.c47 _C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
50 _S|_B, _P, _P, _P, _P, _P, _P, _P,
120 _C, _S|_C, _S|_C, _S|_C, _S|_
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c34 /* 10*/ _C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
37 /* 40*/ (char)(_S|_B), _P, _P, _P, _P, _P, _P, _P,
123 return((_ctype_+1)[c]&_S);
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h36 #define _S 010 /* Spacing character */ macro
75 #define isspace(c) ((_ctype_ + 1)[c] & _S)
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c129 { JBC_INTERRUPT_STATUS_ ## bit ## _S, \
197 { UBC_INTERRUPT_STATUS_ ## bit ## _S, \
238 { IMU_INTERRUPT_STATUS_ ## bit ## _S, \
270 { MMU_INTERRUPT_STATUS_ ## bit ## _S, \
304 { ILU_INTERRUPT_STATUS_ ## bit ## _S, \
327 { TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _S, \
338 { TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _S, \
380 { TLU_CORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _S, \
404 { TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _S, \
415 { TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _S, \
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ath9k.h618 #define SM(_v, _f) (((_v) << _f##_S) & _f)
619 #define MS(_v, _f) (((_v) & _f) >> _f##_S)
624 (REG_READ(_a, _r) & ~_f) | (((_v) << _f##_S) & _f))
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s129 st %l0, [%o1 + (n/**/_S * 4)]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c41 #define MS(_v, _f) (((_v) & _f) >> _f##_S)
42 #define SM(_v, _f) (((_v) << _f##_S) & _f)
H A Dnet80211_output.c324 #define SM(_v, _f) (((_v) << _f##_S) & _f)
H A Dnet80211_input.c786 #define MS(_v, _f) (((_v) & _f) >> _f##_S)
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh3788 _S=`date '+%S'`
3791 TASKNAME="${i}_${_YR}_${_MN}_${_DY}_${_H}_${_M}_${_S}"
3897 _S=`date '+%S'`
3900 TASKNAME="${i}_${_YR}_${_MN}_${_DY}_${_H}_${_M}_${_S}"
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c99 #define MS(v, f) (((v) & f) >> f##_S)

Completed in 149 milliseconds