/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | ccnative.c | 40 return memcpy(b, a, n * (UCHAR_MAX + 1)); in ccnative() 49 for (c = 0; c <= UCHAR_MAX; c++) in ccnative() 52 for (c = 0; c <= UCHAR_MAX; c++) in ccnative()
|
/illumos-gate/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.h | 52 #define ITAB_CODE_MAX UCHAR_MAX /* for now */ 53 #define ITAB_GRAN_MAX UCHAR_MAX 54 #define ITAB_MAX_MAX UCHAR_MAX
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | m_ord.h | 38 #ifndef UCHAR_MAX 47 #define m_ischarset(x) ((unsigned)(x) <= UCHAR_MAX)
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | none.c | 97 if (wc < 0 || wc > UCHAR_MAX) { in __wcrtomb_ascii() 139 if (*s < 0 || *s > UCHAR_MAX) { in __wcsnrtombs_ascii() 150 if (*s < 0 || *s > UCHAR_MAX) { in __wcsnrtombs_ascii()
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | m_ord.h | 38 #ifndef UCHAR_MAX 47 #define m_ischarset(x) ((unsigned)(x) <= UCHAR_MAX)
|
H A D | m_i18n.h | 61 #define M_CSETSIZE (UCHAR_MAX+1)
|
/illumos-gate/usr/src/head/iso/ |
H A D | limits_iso.h | 56 #define UCHAR_MAX 255 /* max value of an "unsigned char" */ macro 65 #define CHAR_MAX UCHAR_MAX /* max value of a "char" */
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | getoptl.c | 56 if (o->flag || o->val <= 0 || o->val > UCHAR_MAX || !isalnum(o->val)) in golly() 57 sfprintf(up, "\n[%d:%s]", UCHAR_MAX + 1 + (o - longopts), o->name); in golly() 127 o = longopts - c - UCHAR_MAX - 1; in golly()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | limits.h | 43 #define UCHAR_MAX __UCHAR_MAX /* max value for an unsigned char */ macro 46 #define CHAR_MAX UCHAR_MAX /* max value for a char */
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reglib.h | 128 #define T_META ((int)UCHAR_MAX+1) 360 unsigned char bits[(UCHAR_MAX+1)/CHAR_BIT]; 549 unsigned char fold[UCHAR_MAX+1]; /* REG_ICASE map */ 572 short* magic[UCHAR_MAX+1];
|
H A D | regdecomp.c | 86 unsigned char ic[2*UCHAR_MAX]; in decomp() 87 unsigned char nc[2*UCHAR_MAX]; in decomp() 156 for (m = 0; m <= UCHAR_MAX; m++) in decomp() 309 for (c = 0; c <= UCHAR_MAX; c++) in decomp()
|
H A D | regcomp.c | 217 for (i = 0; i <= UCHAR_MAX; i++) in drop() 1242 for (c = 0; c <= UCHAR_MAX; c++) in bra() 1252 if (c > UCHAR_MAX) in bra() 1256 c = UCHAR_MAX; in bra() 1347 for (c = 0; c <= UCHAR_MAX; c++) in bra() 1721 for (i = 0; i <= UCHAR_MAX; i++) in bra() 1769 for (i = 0; i <= UCHAR_MAX; i++) in ccl() 1985 if (!(g = node(env, REX_TRIE, 0, 0, (UCHAR_MAX + 1) * sizeof(Trie_node_t*)))) in trie() 2279 e = node(env, REX_NEST, 0, 0, (UCHAR_MAX + 1) * sizeof(unsigned short)); in grp() 2312 e->re.nest.type[UCHAR_MAX+1] |= REX_NEST_terminator; in grp() [all …]
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | limits | 82 #ifndef UCHAR_MAX 83 #define UCHAR_MAX 255
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | limits | 82 #ifndef UCHAR_MAX 83 #define UCHAR_MAX 255
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | limits | 82 #ifndef UCHAR_MAX 83 #define UCHAR_MAX 255
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | limits | 82 #ifndef UCHAR_MAX 83 #define UCHAR_MAX 255
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lctype.c | 16 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
|
H A D | luaconf.h | 547 #if !defined(UCHAR_MAX) 548 #define UCHAR_MAX (0xff) macro
|
/illumos-gate/usr/src/lib/scsi/plugins/scsi/engines/uscsi/ |
H A D | uscsi.c | 170 if (data_a > UCHAR_MAX) in uscsi_exec() 171 data_a = UCHAR_MAX; in uscsi_exec()
|
/illumos-gate/usr/src/cmd/tr/ |
H A D | extern.h | 36 #define NCHARS_SB (UCHAR_MAX + 1) /* Number of single-byte characters. */
|
/illumos-gate/usr/src/common/bitext/ |
H A D | stdbit.c | 225 if (uc == UCHAR_MAX) { in stdc_first_leading_zero_uc() 337 if (uc == UCHAR_MAX) { in stdc_first_trailing_zero_uc()
|
/illumos-gate/usr/src/boot/libsa/string/ |
H A D | strcspn.c | 46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; in strcspn()
|
H A D | strspn.c | 46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; in strspn()
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpprime.c | 97 next = (next << CHAR_BIT) | (RANDOM() & UCHAR_MAX); in mpp_random()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppdata.c | 180 char ppctype[UCHAR_MAX+1];
|