Home
last modified time | relevance | path

Searched refs:__size_t (Results 1 – 25 of 41) sorted by relevance

12

/dragonfly/sys/sys/
H A D_malloc.h68 __size_t ncount;
71 __size_t findex; /* end of frees */
114 __size_t npartial; /* counts */
115 __size_t nfull;
116 __size_t nempty;
118 __size_t unused01;
119 __size_t unused02;
140 __size_t memuse;
141 __size_t inuse;
143 __size_t loosememuse;
[all …]
H A D_iovec.h39 typedef __size_t size_t;
H A D_ucontext.h45 typedef __size_t size_t;
H A Dshm.h65 typedef __size_t size_t;
H A Daio.h33 typedef __size_t size_t;
H A Dmsg.h46 typedef __size_t size_t;
H A Dsem.h23 typedef __size_t size_t;
/dragonfly/contrib/cvs-1.12/lib/
H A Dglob-libc.h29 #ifndef __size_t
31 typedef __SIZE_TYPE__ __size_t; typedef
37 # ifndef __size_t
38 # define __size_t size_t
44 # undef __size_t
45 # define __size_t size_t
94 __size_t gl_pathc; /* Count of paths matched by the pattern. */
96 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
123 __size_t gl_pathc;
125 __size_t gl_offs;
H A Dglob_.h38 #ifndef __size_t
39 # define __size_t size_t macro
/dragonfly/include/
H A Dwordexp.h36 typedef __size_t size_t;
41 __size_t we_wordc; /* count of words matched */
43 __size_t we_offs; /* slots to reserve in we_wordv */
45 __size_t we_nbytes; /* size of we_strings */
H A Drunetype.h72 __rune_t (*__sgetrune)(const char *, __size_t, char const **);
73 int (*__sputrune)(__rune_t, char *, __size_t, char **);
H A Dmonetary.h36 typedef __size_t size_t;
H A Dstddef.h46 typedef __size_t size_t; /* open group, _GCC_SIZE_T OK */
H A Dmqueue.h39 typedef __size_t size_t;
H A Duchar.h47 typedef __size_t size_t;
H A Dstrings.h36 typedef __size_t size_t;
H A Dsearch.h16 typedef __size_t size_t;
H A Dgrp.h52 typedef __size_t size_t;
H A Dglob.h43 typedef __size_t size_t;
H A Ddlfcn.h91 __size_t dls_size; /* total buffer size */
H A Dvis.h41 typedef __size_t size_t;
/dragonfly/lib/libc/include/
H A Dlibc_private.h125 void __libc_distribute_static_tls(__size_t, void *, __size_t, __size_t);
126 __uintptr_t __libc_static_tls_base(__size_t);
/dragonfly/lib/libkvm/
H A Dkvm.h81 __ssize_t kvm_read (kvm_t *, unsigned long, void *, __size_t);
83 __ssize_t kvm_uread (kvm_t *, pid_t, unsigned long, char *, __size_t);
84 __ssize_t kvm_write (kvm_t *, unsigned long, const void *, __size_t);
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
H A Dstddef.h198 #ifndef __size_t
220 #define __size_t macro
/dragonfly/sys/cpu/x86_64/include/
H A Dstdint.h124 typedef __uintlp_t __size_t; /* sizes of objects */ typedef

12