Symbol: __size_t
include/arpa/inet.h
90
typedef __size_t size_t;
include/dlfcn.h
91
__size_t dls_size; /* total buffer size */
include/glob.h
43
typedef __size_t size_t;
include/grp.h
52
typedef __size_t size_t;
include/iconv.h
43
typedef __size_t size_t;
include/monetary.h
36
typedef __size_t size_t;
include/mqueue.h
39
typedef __size_t size_t;
include/netdb.h
74
typedef __size_t size_t;
include/pwd.h
50
typedef __size_t size_t;
include/runetype.h
72
__rune_t (*__sgetrune)(const char *, __size_t, char const **);
include/runetype.h
73
int (*__sputrune)(__rune_t, char *, __size_t, char **);
include/search.h
16
typedef __size_t size_t;
include/stddef.h
46
typedef __size_t size_t; /* open group, _GCC_SIZE_T OK */
include/stdio.h
51
typedef __size_t size_t;
include/stdlib.h
47
typedef __size_t size_t; /* _GCC_SIZE_T OK */
include/string.h
54
typedef __size_t size_t;
include/strings.h
36
typedef __size_t size_t;
include/time.h
69
typedef __size_t size_t;
include/uchar.h
47
typedef __size_t size_t;
include/unistd.h
67
typedef __size_t size_t; /* _GCC_SIZE_T OK */
include/vis.h
41
typedef __size_t size_t;
include/wchar.h
108
typedef __size_t size_t;
include/wordexp.h
36
typedef __size_t size_t;
include/wordexp.h
41
__size_t we_wordc; /* count of words matched */
include/wordexp.h
43
__size_t we_offs; /* slots to reserve in we_wordv */
include/wordexp.h
45
__size_t we_nbytes; /* size of we_strings */
lib/libc/include/libc_private.h
125
void __libc_distribute_static_tls(__size_t, void *, __size_t, __size_t);
lib/libc/include/libc_private.h
126
__uintptr_t __libc_static_tls_base(__size_t);
lib/libkvm/kvm.h
81
__ssize_t kvm_read (kvm_t *, unsigned long, void *, __size_t);
lib/libkvm/kvm.h
83
__ssize_t kvm_uread (kvm_t *, pid_t, unsigned long, char *, __size_t);
lib/libkvm/kvm.h
84
__ssize_t kvm_write (kvm_t *, unsigned long, const void *, __size_t);
sys/netinet6/in6.h
87
typedef __size_t size_t;
sys/sys/_iovec.h
39
typedef __size_t size_t;
sys/sys/_malloc.h
112
__size_t slab_offset; /* first object in slab */
sys/sys/_malloc.h
113
__size_t slab_count; /* objects per slab */
sys/sys/_malloc.h
114
__size_t npartial; /* counts */
sys/sys/_malloc.h
115
__size_t nfull;
sys/sys/_malloc.h
116
__size_t nempty;
sys/sys/_malloc.h
117
__size_t gcache_count; /* #slabs returned to gcache */
sys/sys/_malloc.h
118
__size_t unused01;
sys/sys/_malloc.h
119
__size_t unused02;
sys/sys/_malloc.h
140
__size_t memuse;
sys/sys/_malloc.h
141
__size_t inuse;
sys/sys/_malloc.h
143
__size_t loosememuse;
sys/sys/_malloc.h
149
__size_t ks_loosememuse; /* (inaccurate) aggregate memuse */
sys/sys/_malloc.h
150
__size_t ks_limit; /* most that are allowed to exist */
sys/sys/_malloc.h
155
__size_t ks_objsize; /* single size if non-zero */
sys/sys/_malloc.h
174
__size_t free_count;
sys/sys/_malloc.h
49
#define KMALLOC_SLAB_SIZE (__size_t)(128 * 1024)
sys/sys/_malloc.h
50
#define KMALLOC_SLAB_MASK ((__size_t)(KMALLOC_SLAB_SIZE - 1))
sys/sys/_malloc.h
66
__size_t offset; /* copied from kmalloc_mgt */
sys/sys/_malloc.h
67
__size_t objsize; /* copied from malloc_type */
sys/sys/_malloc.h
68
__size_t ncount;
sys/sys/_malloc.h
70
__size_t aindex; /* start of allocations */
sys/sys/_malloc.h
71
__size_t findex; /* end of frees */
sys/sys/_malloc.h
72
__size_t xindex; /* synchronizer */
sys/sys/_ucontext.h
45
typedef __size_t size_t;
sys/sys/aio.h
33
typedef __size_t size_t;
sys/sys/cdefs.h
368
((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
sys/sys/cdefs.h
371
(__offsetof__ (reinterpret_cast <__size_t> \
sys/sys/mman.h
51
typedef __size_t size_t;
sys/sys/msg.h
46
typedef __size_t size_t;
sys/sys/sem.h
23
typedef __size_t size_t;
sys/sys/shm.h
65
typedef __size_t size_t;
sys/sys/signal.h
52
typedef __size_t size_t;
sys/sys/socket.h
43
typedef __size_t size_t;
sys/sys/types.h
196
typedef __size_t size_t; /* _GCC_SIZE_T OK */