Home
last modified time | relevance | path

Searched refs:scalloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/tcsh/
HDtc.decls.h55 extern memalign_t scalloc (size_t, size_t);
HDtc.alloc.c563 scalloc(size_t s, size_t n) in scalloc() function
HDsh.h492 # define xcalloc(n, s) scalloc(n, s)