/titanic_50/usr/src/lib/libxcurses2/src/libc/wide/ |
H A D | wio_get.c | 76 if (wio->_next < wio->_size) { in m_wio_get() 81 wio->_size = 0; in m_wio_get() 89 wio->_size = mbtowc(&wc, (char *)wio->_mb, wio->_next + 1); in m_wio_get() 93 if (0 <= wio->_size) { in m_wio_get() 95 wio->_size = wio->_next; in m_wio_get() 108 wio->_size = wio->_next; in m_wio_get() 111 return (0 < wio->_size ? (wint_t) wio->_mb[wio->_next++] : WEOF); in m_wio_get()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/wide/ |
H A D | wio_get.c | 121 if (wio->_next < wio->_size) 125 wio->_size = 0; 134 wio->_size = mbrtowc( 140 if (0 <= wio->_size) { 156 wio->_size = wio->_next; 169 wio->_size = wio->_next; 172 return 0 < wio->_size ? (wint_t) wio->_mb[wio->_next++] : WEOF;
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | demangle.c | 93 size_t _size = size; in conv_demangle_name() local 100 if (((_size += SYM_MAX) > (SYM_MAX * 4)) || in conv_demangle_name() 101 ((_str = malloc(_size)) == 0)) { in conv_demangle_name() 109 size = _size; in conv_demangle_name()
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | rpool.h | 144 size_t _size, 153 size_t _size, 163 size_t _size)); 167 size_t _size));
|
/titanic_50/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-defs.h | 81 #define XGE_OS_MEMORY_CHECK_MALLOC(_vaddr, _size, _file, _line) { \ argument 97 g_malloc_arr[index_mem_chk].size = _size; \ 100 for (index_mem_chk=0; index_mem_chk<_size; index_mem_chk++) { \
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wget_wch.c | 143 while (wio->_next < wio->_size) in wget_wch() 144 iqPush(wio->_mb[--wio->_size]); in wget_wch()
|
H A D | newterm.c | 259 sp->_unget._size = __m_decode_init((t_decode **) &sp->_decode); in newterm() 265 if (sp->_unget._size < (M_TYPEAHEAD_SIZE + MB_LEN_MAX)) in newterm() 266 sp->_unget._size = M_TYPEAHEAD_SIZE + MB_LEN_MAX; in newterm() 268 sp->_unget._stack = calloc((size_t) sp->_unget._size, in newterm()
|
H A D | wgetch.c | 93 if (__m_screen->_unget._count >= __m_screen->_unget._size) in iqPush() 104 if (++(__m_screen->_unget._count) >= __m_screen->_unget._size) in iqAdd() 105 __m_screen->_unget._count = __m_screen->_unget._size - 1; in iqAdd()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wget_wch.c | 132 while (wio->_next < wio->_size) 133 PUSH(wio->_mb[--wio->_size]);
|
H A D | newterm.c | 263 sp->_unget._size = __m_decode_init((t_decode **) &sp->_decode); 268 if (sp->_unget._size < MB_LEN_MAX) 269 sp->_unget._size = MB_LEN_MAX; 272 (size_t) sp->_unget._size, sizeof *sp->_unget._stack
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf.h | 164 ushort_t _size; /* size of entire type in bytes */ member 181 ushort_t _size; /* always CTF_LSIZE_SENT */ member 188 #define ctt_size _u._size /* for fundamental types that have a size */
|
H A D | kobj.h | 126 int _size; member 150 #define kobj_ungetc(p) (++(p)->_cnt > (p)->_size ? -1 : ((int)*(--(p)->_ptr)))
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 422 (((p) < 0 || (p) > (f)->_size) ? (char*)0 : \ 426 (((f)->_next < (f)->_data || (f)->_next > (f)->_data+(f)->_size) ? \ 429 ( ((p) > 0 || (f)->_size+(p) < 0) ? (char*)0 : \ 430 (char*)((f)->_next = (f)->_data+(f)->_size+(p)) ) \ 434 #define sfstrsize(f) ((f)->_size) 436 #define sfstrpend(f) ((f)->_size - sfstrtell()) 445 ((f)->_next+(n) <= (f)->_data+(f)->_size ? (char*)(f)->_next : (char*)0) \
|
H A D | sfio_s.h | 44 ssize_t _size; /* buffer size */ member
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 422 (((p) < 0 || (p) > (f)->_size) ? (char*)0 : \ 426 (((f)->_next < (f)->_data || (f)->_next > (f)->_data+(f)->_size) ? \ 429 ( ((p) > 0 || (f)->_size+(p) < 0) ? (char*)0 : \ 430 (char*)((f)->_next = (f)->_data+(f)->_size+(p)) ) \ 434 #define sfstrsize(f) ((f)->_size) 436 #define sfstrpend(f) ((f)->_size - sfstrtell()) 445 ((f)->_next+(n) <= (f)->_data+(f)->_size ? (char*)(f)->_next : (char*)0) \
|
H A D | sfio_s.h | 44 ssize_t _size; /* buffer size */ member
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 422 (((p) < 0 || (p) > (f)->_size) ? (char*)0 : \ 426 (((f)->_next < (f)->_data || (f)->_next > (f)->_data+(f)->_size) ? \ 429 ( ((p) > 0 || (f)->_size+(p) < 0) ? (char*)0 : \ 430 (char*)((f)->_next = (f)->_data+(f)->_size+(p)) ) \ 434 #define sfstrsize(f) ((f)->_size) 436 #define sfstrpend(f) ((f)->_size - sfstrtell()) 445 ((f)->_next+(n) <= (f)->_data+(f)->_size ? (char*)(f)->_next : (char*)0) \
|
H A D | sfio_s.h | 44 ssize_t _size; /* buffer size */ member
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 422 (((p) < 0 || (p) > (f)->_size) ? (char*)0 : \ 426 (((f)->_next < (f)->_data || (f)->_next > (f)->_data+(f)->_size) ? \ 429 ( ((p) > 0 || (f)->_size+(p) < 0) ? (char*)0 : \ 430 (char*)((f)->_next = (f)->_data+(f)->_size+(p)) ) \ 434 #define sfstrsize(f) ((f)->_size) 436 #define sfstrpend(f) ((f)->_size - sfstrtell()) 445 ((f)->_next+(n) <= (f)->_data+(f)->_size ? (char*)(f)->_next : (char*)0) \
|
H A D | sfio_s.h | 44 ssize_t _size; /* buffer size */ member
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 422 (((p) < 0 || (p) > (f)->_size) ? (char*)0 : \ 426 (((f)->_next < (f)->_data || (f)->_next > (f)->_data+(f)->_size) ? \ 429 ( ((p) > 0 || (f)->_size+(p) < 0) ? (char*)0 : \ 430 (char*)((f)->_next = (f)->_data+(f)->_size+(p)) ) \ 434 #define sfstrsize(f) ((f)->_size) 436 #define sfstrpend(f) ((f)->_size - sfstrtell()) 445 ((f)->_next+(n) <= (f)->_data+(f)->_size ? (char*)(f)->_next : (char*)0) \
|
H A D | sfio_s.h | 44 ssize_t _size; /* buffer size */ member
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_vbd.h | 250 #define RESOURCE_TRACE_ADD(_pdev, _cli_idx, _type, _field, _size) \ argument 256 _field), (long)(_size)); \ 259 #define RESOURCE_TRACE_SUB(_pdev, _cli_idx, _type, _field, _size) \ argument 260 RESOURCE_TRACE_ADD( _pdev, _cli_idx, _type, _field, 0L-(long)_size)
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | m_wio.h | 57 int _size; member
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | m_wio.h | 57 int _size; member
|