Searched defs:_size (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddemangle.c93 size_t _size = size; local
100 if (((_size += SYM_MAX) > (SYM_MAX * 4)) ||
101 ((_str = malloc(_size)) == 0)) {
109 size = _size;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wio.h57 int _size; member in struct:__anon4206
H A Dcurses.h176 int _size; /* Allocated size of the input stack. */ member in struct:__anon4203::__anon4204
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_wio.h57 int _size; member in struct:__anon4220
H A Dcurses.h179 int _size; /* Allocated size of the input stack. */ member in struct:__anon4217::__anon4218
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_s.h44 ssize_t _size; /* buffer size */ member in struct:_sfio_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio_s.h44 ssize_t _size; /* buffer size */ member in struct:_sfio_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio_s.h44 ssize_t _size; /* buffer size */ member in struct:_sfio_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_s.h44 ssize_t _size; /* buffer size */ member in struct:_sfio_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_s.h44 ssize_t _size; /* buffer size */ member in struct:_sfio_s
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h126 int _size; member in struct:_buf
150 #define kobj_ungetc(p) (++(p)->_cnt > (p)->_size ? -1 : ((int)*(--(p)->_ptr)))
H A Dctf.h164 ushort_t _size; /* size of entire type in bytes */ member in union:ctf_stype::__anon7095
181 ushort_t _size; /* always CTF_LSIZE_SENT */ member in union:ctf_type::__anon7096
188 #define ctt_size _u._size /* for fundamental types that have a size */
/illumos-gate/usr/src/boot/include/
H A Dstdio.h79 int _size; member in struct:__sbuf
88 * _lbfsize is -_bf._size, else _lbfsize is 0
117 int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
139 int _blksize; /* stat.st_blksize (may be != _bf._size) */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1957 size_t _size; local
1978 _size = pdp->pd_plen + 1;
1979 size += _size;
2007 strs = strs + _size;
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h40 #define _size size macro

Completed in 91 milliseconds