/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | calloc.c | 38 * calloc - allocate and clear memory block 41 calloc(size_t num, size_t size) function
|
/illumos-gate/usr/src/lib/libmapmalloc/common/ |
H A D | calloc.c | 32 * calloc - allocate and clear memory block 36 calloc(size_t num, size_t size) function
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | calloc.c | 33 * calloc - allocate and clear memory block 48 calloc(unsigned num, unsigned size) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 44 #define calloc _fcalloc macro
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | malloc.c | 51 calloc(size_t number, size_t size) function
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | compat_ohash.h | 30 void *(*calloc)(size_t, size_t, void *); member in struct:ohash_info
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | malloc.c | 123 calloc(size_t nelem, size_t elsize) function
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | malloc.c | 33 * Simplified version of malloc(), calloc() and free(), to be linked with 207 calloc(size_t num, size_t size) function
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | malloc.c | 71 int calloc; /*calloc clears an array of integers*/ member in union:store
|
/illumos-gate/usr/src/man/man3malloc/ |
H A D | Makefile | 30 MANLINKS= calloc.3malloc \ 45 calloc.3malloc := LINKSRC = malloc.3malloc
|
/illumos-gate/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 840 * calloc - allocate and clear memory block 844 calloc(size_t num, size_t size) function 893 * realloc, or calloc. Value is ignored.
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 190 extern Void_t* calloc _ARG_(( size_t, size_t )); 236 #undef calloc macro 245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) ) macro 257 #define calloc(n,s) ( _VMFL_(Vmregion), (calloc)((size_t)n, (size_t)(s)) ) 272 #define calloc(n,s) ( _VMFL_(Vmregion), _VMNM_(callo,/,*,*,/,c)\
|
H A D | ast_map.h | 420 #undef calloc macro 421 #define calloc _ast_calloc macro 422 extern __MANGLE__ __V_* calloc __PROTO__((size_t, size_t));
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 190 extern Void_t* calloc _ARG_(( size_t, size_t )); 236 #undef calloc macro 245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) ) macro 257 #define calloc(n,s) ( _VMFL_(Vmregion), (calloc)((size_t)n, (size_t)(s)) ) 272 #define calloc(n,s) ( _VMFL_(Vmregion), _VMNM_(callo,/,*,*,/,c)\
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 190 extern Void_t* calloc _ARG_(( size_t, size_t )); 236 #undef calloc macro 245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) ) macro 257 #define calloc(n,s) ( _VMFL_(Vmregion), (calloc)((size_t)n, (size_t)(s)) ) 272 #define calloc(n,s) ( _VMFL_(Vmregion), _VMNM_(callo,/,*,*,/,c)\
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 190 extern Void_t* calloc _ARG_(( size_t, size_t )); 236 #undef calloc macro 245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) ) macro 257 #define calloc(n,s) ( _VMFL_(Vmregion), (calloc)((size_t)n, (size_t)(s)) ) 272 #define calloc(n,s) ( _VMFL_(Vmregion), _VMNM_(callo,/,*,*,/,c)\
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 190 extern Void_t* calloc _ARG_(( size_t, size_t )); 236 #undef calloc macro 245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) ) macro 257 #define calloc(n,s) ( _VMFL_(Vmregion), (calloc)((size_t)n, (size_t)(s)) ) 272 #define calloc(n,s) ( _VMFL_(Vmregion), _VMNM_(callo,/,*,*,/,c)\
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 208 #define calloc(x, a) libld_malloc(((size_t)x) * ((size_t)a)) macro
|
/illumos-gate/usr/src/lib/watchmalloc/common/ |
H A D | malloc.c | 1259 calloc(size_t num, size_t size) function
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | malloc.c | 30 #define calloc ______calloc macro 55 #undef calloc macro 56 #define calloc _ast_calloc macro 147 #undef calloc macro 248 extern Void_t* calloc(reg size_t n_obj, reg size_t s_obj) function 250 extern Void_t* calloc(n_obj, s_obj) 517 extern Void_t* F2(_calloc, size_t,n, size_t,m) { return calloc(n, m); } 534 extern Void_t* F2(__calloc, size_t,n, size_t,m) { return calloc(n, m); } 551 extern Void_t* F2(__libc_calloc, size_t,n, size_t,m) { return calloc(n, m); } 573 #undef calloc macro 574 #define calloc macro 671 #undef calloc macro 728 #define calloc macro [all...] |
/illumos-gate/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 78 sasl_calloc_t *calloc; member in struct:sasl_utils
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | saslint.h | 330 sasl_calloc_t *calloc; member in struct:sasl_allocation_utils 463 (gctx->sasl_allocation_utils.calloc((__nelem__), (__size__))) 468 #define sasl_sun_CALLOC(__nelem__, __size__) (calloc((__nelem__), (__size__))) 480 (_sasl_allocation_utils.calloc((__nelem__), (__size__)))
|
/illumos-gate/usr/src/lib/libmtmalloc/common/ |
H A D | mtmalloc.c | 331 calloc(size_t nelem, size_t bytes) function
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | stand.h | 254 extern void *calloc(size_t n1, size_t n2); 413 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) macro 418 #define calloc(x, y) Calloc(x, y, NULL, 0) macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 399 #undef calloc macro 400 #define calloc _ast_calloc macro 401 extern __MANGLE__ __V_* calloc __PROTO__((size_t, size_t));
|