/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | _ctype.c | 47 _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|_C, _S|_C, _C, _C, 123 _S|_B, _P, _P, _P, _P, _P, _P, _P,
|
/titanic_44/usr/src/stand/lib/sa/ |
H A D | ctype.c | 53 _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 D | ctype.h | 47 #define _S 0x00000008 /* Spacing character */ macro 59 #define isspace(c) ((__ctype + 1)[c] & _S)
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 34 /* 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);
|
/titanic_44/usr/src/head/iso/ |
H A D | ctype_iso.h | 56 #define _S 0x00000008 /* Spacing character */ macro 65 #define _ISSPACE _S
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 33 #define _S 010 macro 46 #define isspace(c) ((_ctype_+1)[c]&_S)
|
/titanic_44/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 36 #define _S 010 /* Spacing character */ macro 75 #define isspace(c) ((_ctype_ + 1)[c] & _S)
|
/titanic_44/usr/src/uts/sun4u/io/px/ |
H A D | px_err.c | 129 { 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, \
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 618 #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))
|
/titanic_44/usr/src/lib/libc/sparc/crt/ |
H A D | _rtboot.s | 129 st %l0, [%o1 + (n/**/_S * 4)]
|
/titanic_44/usr/src/uts/common/io/net80211/ |
H A D | net80211_ht.c | 41 #define MS(_v, _f) (((_v) & _f) >> _f##_S) 42 #define SM(_v, _f) (((_v) << _f##_S) & _f)
|
H A D | net80211_output.c | 322 #define SM(_v, _f) (((_v) << _f##_S) & _f) in ieee80211_add_wme_param()
|
H A D | net80211_input.c | 786 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams()
|
/titanic_44/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 3788 _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}"
|
/titanic_44/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 99 #define MS(v, f) (((v) & f) >> f##_S)
|