OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XCALLOC
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/diffutils/dist/lib/
xalloc.h
57
void *
xcalloc
PARAMS ((size_t n, size_t s));
62
# define
XCALLOC
(Type, N_items) ((Type *)
xcalloc
(sizeof (Type), (N_items)))
/src/external/gpl2/grep/dist/lib/
xalloc.h
62
void *
xcalloc
PARAMS ((size_t n, size_t s));
67
# define
XCALLOC
(Type, N_items) ((Type *)
xcalloc
(sizeof (Type), (N_items)))
/src/external/gpl2/texinfo/dist/lib/
xalloc.h
53
void *
xcalloc
(size_t n, size_t s);
81
# define
XCALLOC
(type, n)
xcalloc
(n, sizeof (type))
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h
116
#define
XCALLOC
calloc
121
extern void *
XCALLOC
(size_t n, size_t s);
Completed in 34 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026