Searched refs:Calloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsetup.c243 sblock.fs_csp = Calloc(1, sblock.fs_cssize);
268 blockmap = Calloc((unsigned)bmapsize, sizeof (char));
274 inostathead = Calloc((unsigned)(sblock.fs_ncg),
285 inpsort = (struct inoinfo **)Calloc((unsigned)listmax,
287 inphead = (struct inoinfo **)Calloc((unsigned)numdirs,
H A Dpass1.c155 info = Calloc((unsigned)inosused, sizeof(struct inostat));
225 info = Calloc((unsigned)inosused, sizeof(struct inostat));
H A Dfsck.h384 Calloc(size_t cnt, size_t size) function
/freebsd-9.3-release/lib/libstand/
H A Dstand.h386 void *Calloc(size_t, size_t, const char *, int);
392 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__)
397 #define calloc(x, y) Calloc(x, y, NULL, 0)
H A Dzalloc_malloc.c127 Calloc(size_t n1, size_t n2, const char *file, int line) function
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dst.c104 #define Calloc(n,s) (char*)xcalloc((n), (s)) macro
206 tbl->bins = (st_table_entry **) Calloc(size, sizeof(st_table_entry *));
359 (st_table_entry **) Calloc(new_num_bins, sizeof(st_table_entry *));
390 Calloc(num_bins, sizeof(st_table_entry *));

Completed in 104 milliseconds