Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dtc.decls.h56 extern memalign_t scalloc (size_t, size_t);
H A Dtc.alloc.c566 scalloc(size_t s, size_t n) in scalloc() function
H A Dsh.h493 # define xcalloc(n, s) scalloc(n, s)