Home
last modified time | relevance | path

Searched refs:hash_calloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmandoc_ohash.c28 static void *hash_calloc(size_t, size_t, void *);
38 info.calloc = hash_calloc; in mandoc_ohash_init()
54 hash_calloc(size_t n, size_t sz, void *arg) in hash_calloc() function
/freebsd/usr.bin/m4/
H A Dlook.c54 static void *hash_calloc(size_t, size_t, void *);
65 NULL, hash_calloc, hash_free, element_alloc };
71 hash_calloc(size_t n, size_t s, void *u __unused) in hash_calloc() function