/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | nchan.c | 83 chan_set_istate(Channel *c, u_int next) in chan_set_istate() 92 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate() 106 chan_rcvd_oclose1(Channel *c) in chan_rcvd_oclose1() 130 chan_read_failed(Channel *c) in chan_read_failed() 145 chan_ibuf_empty(Channel *c) in chan_ibuf_empty() 171 chan_rcvd_ieof1(Channel *c) in chan_rcvd_ieof1() 188 chan_write_failed1(Channel *c) in chan_write_failed1() 209 chan_obuf_empty(Channel *c) in chan_obuf_empty() 231 chan_send_ieof1(Channel *c) in chan_send_ieof1() 248 chan_send_oclose1(Channel *c) in chan_send_oclose1() [all …]
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 89 int isalpha(c) in isalpha() argument 95 int isupper(c) in isupper() argument 101 int islower(c) in islower() argument 107 int isdigit(c) in isdigit() argument 113 int isxdigit(c) in isxdigit() argument 120 int isspace(c) in isspace() argument 127 int ispunct(c) in ispunct() argument 134 int isalnum(c) in isalnum() argument 141 int isprint(c) in isprint() argument 148 int isgraph(c) in isgraph() argument [all …]
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmInstallScreen.java | 76 public void printernameLabel(JPanel north, GridBagConstraints c) { in printernameLabel() 80 public void printernameTextField(JPanel north, GridBagConstraints c) { in printernameTextField() 84 public void printernameStaticField(JPanel north, GridBagConstraints c) { in printernameStaticField() 89 public void servernameLabel(JPanel north, GridBagConstraints c) { in servernameLabel() 93 public void servernameTextField(JPanel north, GridBagConstraints c) { in servernameTextField() 97 public void servernameStaticField(JPanel north, GridBagConstraints c) { in servernameStaticField() 100 public void descriptionLabel(JPanel north, GridBagConstraints c) { in descriptionLabel() 104 public void descriptionField(JPanel north, GridBagConstraints c) { in descriptionField() 109 public void printerportLabel(JPanel north, GridBagConstraints c) { in printerportLabel() 114 public void devnullLabel(JPanel north, GridBagConstraints c) { in devnullLabel() [all …]
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 75 static int Isalnum(int c) { return iswalnum(c); } in Isalnum() 76 static int Isalpha(int c) { return iswalpha(c); } in Isalpha() 77 static int Isblank(int c) { return iswblank(c); } in Isblank() 78 static int Iscntrl(int c) { return iswcntrl(c); } in Iscntrl() 79 static int Isdigit(int c) { return iswdigit(c); } in Isdigit() 80 static int Notdigit(int c) { return !iswdigit(c); } in Notdigit() 81 static int Isgraph(int c) { return iswgraph(c); } in Isgraph() 82 static int Islower(int c) { return iswlower(c); } in Islower() 83 static int Isprint(int c) { return iswprint(c); } in Isprint() 84 static int Ispunct(int c) { return iswpunct(c); } in Ispunct() [all …]
|
/titanic_50/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 64 #define isalnum(c) ((_ctype_ + 1)[c] & (_U | _L | _N)) argument 65 #define isalpha(c) ((_ctype_ + 1)[c] & (_U | _L)) argument 67 #define isascii(c) (!((c) & ~0177)) argument 69 #define iscntrl(c) ((_ctype_ + 1)[c] & _C) argument 70 #define isdigit(c) ((_ctype_ + 1)[c] & _N) argument 71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N)) argument 72 #define islower(c) ((_ctype_ + 1)[c] & _L) argument 73 #define isprint(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N | _B)) argument 74 #define ispunct(c) ((_ctype_ + 1)[c] & _P) argument 75 #define isspace(c) ((_ctype_ + 1)[c] & _S) argument [all …]
|
/titanic_50/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 22 isdigit(int c) in isdigit() 28 isupper(int c) in isupper() 35 islower(int c) in islower() 41 isspace(int c) in isspace() 48 isxdigit(int c) in isxdigit() 55 isalpha(int c) in isalpha() 62 isalnum(int c) in isalnum() 68 ispunct(int c) in ispunct() 77 iscntrl(int c) in iscntrl() 83 isprint(int c) in isprint() [all …]
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 41 #define isalpha(c) ((_ctype_+1)[c]&(_U|_L)) argument 42 #define isupper(c) ((_ctype_+1)[c]&_U) argument 43 #define islower(c) ((_ctype_+1)[c]&_L) argument 44 #define isdigit(c) ((_ctype_+1)[c]&_N) argument 45 #define isxdigit(c) ((_ctype_+1)[c]&_X) argument 46 #define isspace(c) ((_ctype_+1)[c]&_S) argument 47 #define ispunct(c) ((_ctype_+1)[c]&_P) argument 48 #define isalnum(c) ((_ctype_+1)[c]&(_U|_L|_N)) argument 49 #define isprint(c) ((_ctype_+1)[c]&(_P|_U|_L|_N|_B)) argument 50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N)) argument [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | kiconv_ja.h | 61 #define KICONV_JA_NGET(c) \ argument 69 #define KICONV_JA_NGET_REP_FR_MB(c) \ argument 79 #define KICONV_JA_NGET_REP_TO_MB(c) \ argument 89 #define KICONV_JA_NPUT(c) \ argument 143 #define KICONV_JA_ISASC(c) ((c) <= 0x7f) argument 146 #define KICONV_JA_ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) argument 149 #define KICONV_JA_ISC1CTRLEUC(c) ((((c) >= 0x80) && ((c) <= 0x8d)) ||\ argument 153 #define KICONV_JA_ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument 156 #define KICONV_JA_ISCS1_0208(c) (((c) >= 0xa1) && ((c) <= 0xf4)) argument 159 #define KICONV_JA_ISCS1_UDC(c) (((c) >= 0xf5) && ((c) <= 0xfe)) argument [all …]
|
H A D | int_const.h | 78 #define INT8_C(c) (c) argument 79 #define INT16_C(c) (c) argument 80 #define INT32_C(c) (c) argument 83 #define INT64_C(c) __CONCAT__(c,l) argument 92 #define UINT8_C(c) __CONCAT__(c,u) argument 94 #define UINT16_C(c) __CONCAT__(c,u) argument 96 #define UINT32_C(c) __CONCAT__(c,u) argument 99 #define UINT64_C(c) __CONCAT__(c,ul) argument 109 #define INTMAX_C(c) __CONCAT__(c,l) argument 111 #define UINTMAX_C(c) __CONCAT__(c,ul) argument
|
H A D | ctype.h | 70 isdigit(char c) in isdigit() 77 isxdigit(char c) in isxdigit() 84 islower(char c) in islower() 91 isupper(char c) in isupper() 98 isalpha(char c) in isalpha() 105 isalnum(char c) in isalnum() 112 isprint(char c) in isprint() 119 isspace(char c) in isspace()
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.char.h | 25 #define isauxsp(c) (Z=((unsigned)(c)), isauxspZ) argument 30 #define iswdigit(c) isdigit(c) argument 31 #define iswalpha(c) isalpha(c) argument 32 #define isphonogram(c) 0 argument 33 #define isideogram(c) 0 argument 34 #define isauxsp(c) 0 argument 52 #define quoted(c) ((unsigned)(c) & QUOTE) argument 55 #define cmap(c, bits) (Z=((unsigned)(c)), cmapZ(bits)) argument 57 #define isglob(c) cmap(c, _GLOB) argument 58 #define ismeta(c) cmap(c, _META) argument [all …]
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | ctype.h | 53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) argument 54 #define isupper(c) ((__ctype + 1)[c] & _U) argument 55 #define islower(c) ((__ctype + 1)[c] & _L) argument 56 #define isdigit(c) ((__ctype + 1)[c] & _N) argument 57 #define isxdigit(c) ((__ctype + 1)[c] & _X) argument 58 #define isalnum(c) ((__ctype + 1)[c] & (_U | _L | _N)) argument 59 #define isspace(c) ((__ctype + 1)[c] & _S) argument 60 #define ispunct(c) ((__ctype + 1)[c] & _P) argument 61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)) argument 62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N)) argument [all …]
|
/titanic_50/usr/src/cmd/sgs/m4/common/ |
H A D | m4macs.c | 47 dochcom(wchar_t **ap, int c) in dochcom() 60 docq(wchar_t **ap, int c) in docq() 81 dodecr(wchar_t **ap, int c) in dodecr() 87 dodef(wchar_t **ap, int c) in dodef() 93 def(wchar_t **ap, int c, int mode) in def() 116 dodefn(wchar_t **ap, int c) in dodefn() 130 dodiv(wchar_t **ap, int c) in dodiv() 149 dodivnum(wchar_t **ap, int c) in dodivnum() 156 dodnl(wchar_t **ap, int c) in dodnl() 165 dodump(wchar_t **ap, int c) in dodump() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmdbuf.c | 131 mdb_cmdbuf_insert(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_insert() 215 mdb_cmdbuf_backspace(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_backspace() 235 mdb_cmdbuf_delchar(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_delchar() 252 mdb_cmdbuf_fwdchar(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_fwdchar() 264 mdb_cmdbuf_backchar(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_backchar() 275 mdb_cmdbuf_transpose(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_transpose() 298 mdb_cmdbuf_home(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_home() 306 mdb_cmdbuf_end(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_end() 335 mdb_cmdbuf_fwdword(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_fwdword() 347 mdb_cmdbuf_killfwdword(mdb_cmdbuf_t *cmd, int c) in mdb_cmdbuf_killfwdword() [all …]
|
H A D | mdb_context.c | 54 context_init(mdb_context_t *volatile c) in context_init() 64 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create() local 111 mdb_context_destroy(mdb_context_t *c) in mdb_context_destroy() 120 mdb_context_switch(mdb_context_t *c) in mdb_context_switch() 129 mdb_context_getpcb(mdb_context_t *c) in mdb_context_getpcb()
|
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | chg_char.c | 41 #define OffscreenRows(c) ((c)->drows - (c)->rows) argument 42 #define OffscreenCols(c) ((c)->dcols - (c)->cols) argument 105 FIELD * c = C(f); in _next_word() local 145 FIELD * c = C(f); in _prev_word() local 165 FIELD * c = C(f); in _beg_field() local 176 FIELD * c = C(f); in _end_field() local 193 FIELD *c = C(f); in _beg_line() local 204 FIELD *c = C(f); in _end_line() local 265 FIELD *c = C(f); in _scr_fline() local 280 FIELD *c = C(f); in _scr_bline() local [all …]
|
/titanic_50/usr/src/cmd/sh/ |
H A D | ctype.h | 95 #define space(c) ((c<QUOTE) && _ctype1[c]&(T_SPC)) argument 96 #define eofmeta(c) ((c<QUOTE) && _ctype1[c]&(_META|T_EOF)) argument 97 #define qotchar(c) ((c<QUOTE) && _ctype1[c]&(T_QOT)) argument 98 #define eolchar(c) ((c<QUOTE) && _ctype1[c]&(T_EOR|T_EOF)) argument 99 #define dipchar(c) ((c<QUOTE) && _ctype1[c]&(T_DIP)) argument 100 #define subchar(c) ((c<QUOTE) && _ctype1[c]&(T_SUB|T_QOT)) argument 101 #define escchar(c) ((c<QUOTE) && _ctype1[c]&(T_ESC)) argument 109 #define digit(c) ((c<QUOTE) && _ctype2[c]&(T_DIG)) argument 110 #define dolchar(c) ((c<QUOTE) && _ctype2[c]&(T_AST|T_BRC|T_DIG|T_IDC|T_SHN)) argument 111 #define defchar(c) ((c<QUOTE) && _ctype2[c]&(T_DEF)) argument [all …]
|
/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_oss.c | 475 oss_open(audio_client_t *c, int oflag) in oss_open() 531 oss_close(audio_client_t *c) in oss_close() 603 sndctl_dsp_speed(audio_client_t *c, int *ratep) in sndctl_dsp_speed() 625 sndctl_dsp_setfmt(audio_client_t *c, int *fmtp) in sndctl_dsp_setfmt() 674 sndctl_dsp_getfmts(audio_client_t *c, int *fmtsp) in sndctl_dsp_getfmts() 693 sndctl_dsp_channels(audio_client_t *c, int *chanp) in sndctl_dsp_channels() 723 sndctl_dsp_stereo(audio_client_t *c, int *onoff) in sndctl_dsp_stereo() 742 sndctl_dsp_post(audio_client_t *c) in sndctl_dsp_post() 753 sndctl_dsp_getcaps(audio_client_t *c, int *capsp) in sndctl_dsp_getcaps() 782 sndctl_dsp_gettrigger(audio_client_t *c, int *trigp) in sndctl_dsp_gettrigger() [all …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-utf8.h | 234 #define KRB5_ASCII(c) (!((c) & 0x80)) argument 235 #define KRB5_SPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') argument 236 #define KRB5_DIGIT(c) ((c) >= '0' && (c) <= '9') argument 237 #define KRB5_LOWER(c) ((c) >= 'a' && (c) <= 'z') argument 238 #define KRB5_UPPER(c) ((c) >= 'A' && (c) <= 'Z') argument 239 #define KRB5_ALPHA(c) (KRB5_LOWER(c) || KRB5_UPPER(c)) argument 240 #define KRB5_ALNUM(c) (KRB5_ALPHA(c) || KRB5_DIGIT(c)) argument 242 #define KRB5_LDH(c) (KRB5_ALNUM(c) || (c) == '-') argument 244 #define KRB5_HEXLOWER(c) ((c) >= 'a' && (c) <= 'f') argument 245 #define KRB5_HEXUPPER(c) ((c) >= 'A' && (c) <= 'F') argument [all …]
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | getline.h | 46 #define IS_CTRL_CHAR(c) ((unsigned char)(c) < ' ' || (unsigned char)(c)=='\177') argument 52 #define IS_META_CHAR(c) (((unsigned char)(c) & 0x80) && !isprint((int)(unsigned char)(c))) argument 58 #define MAKE_CTRL(c) ((c)=='?' ? '\177' : ((unsigned char)toupper(c) & ~0x40)) argument 64 #define MAKE_META(c) ((unsigned char)(c) | 0x80) argument 70 #define CTRL_TO_CHAR(c) (toupper((unsigned char)(c) | 0x40)) argument 76 #define META_TO_CHAR(c) ((unsigned char)(c) & ~0x80) argument
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | string.h | 35 #define _smb_between(l, c, u) ((l) <= (c) && (c) <= (u)) argument 37 #define smb_isalpha(c) (smb_islower(c) || smb_isupper(c)) argument 38 #define smb_isdigit(c) _smb_between('0', (c), '9') argument 39 #define smb_isalnum(c) (smb_isalpha(c) || smb_isdigit(c)) argument 40 #define smb_isxdigit(c) (smb_isdigit(c) || \ argument 43 #define smb_isblank(c) ((c) == ' ' || (c) == '\t') argument 44 #define smb_isspace(c) ((c) == ' ' || \ argument 49 #define smb_isascii(c) (!((c) &~ 0x7F)) argument 52 #define smb_isalpha_ascii(c) \ argument 54 #define smb_isalnum_ascii(c) (smb_isalpha_ascii(c) || smb_isdigit(c)) argument [all …]
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 68 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) argument 69 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) argument 70 #define isxdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_XD)) argument 71 #define isupper(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_UP)) argument 72 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) argument 73 #define isprint(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_X… argument 74 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) argument
|
/titanic_50/usr/src/lib/iconv_modules/ja/common/ |
H A D | japanese.h | 35 #define GET(c) ((c) = *ip, ip++, ileft--) argument 36 #define PUT(c) (*op = (c), op++, oleft--) argument 72 #define NGET(c, msg) \ argument 79 #define NPUT(c, msg) \ argument 152 #define ISASC(c) ((c) <= 0x7f) argument 155 #define ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) argument 158 #define ISC1CTRLEUC(c) ((((c) >= 0x80) && ((c) <= 0x8d)) ||\ argument 162 #define ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument 165 #define ISCS1_0208(c) (((c) >= 0xa1) && ((c) <= 0xf4)) argument 168 #define ISCS1_UDC(c) (((c) >= 0xf5) && ((c) <= 0xfe)) argument [all …]
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_context.c | 48 context_init(mdb_context_t *volatile c) in context_init() 58 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create() local 80 mdb_context_destroy(mdb_context_t *c) in mdb_context_destroy() 87 mdb_context_switch(mdb_context_t *c) in mdb_context_switch() 96 mdb_context_getpcb(mdb_context_t *c) in mdb_context_getpcb()
|
/titanic_50/usr/src/lib/iconv_modules/ko/common/ |
H A D | kctype.h | 111 #define iskorea1(c) ((_hctype_+1)[(unsigned char)(c)]&_K1) argument 112 #define iskorea2(c) ((_hctype_+1)[(unsigned char)(c)]&_K2) argument 114 #define ishangraph(c) ((_hctype_+1)[(unsigned char)(c)]&_GR) argument 115 #define ishangul(c) ((_hctype_+1)[(unsigned char)(c)]&_HN) argument 116 #define ishanja(c) ((_hctype_+1)[(unsigned char)(c)]&_HJ) argument 117 #define ishanusr(c) ((_hctype_+1)[(unsigned char)(c)]&_HU) argument 118 #define ishreserve(c) ((_hctype_+1)[(unsigned char)(c)]&_HR) argument
|