Searched refs:scalloc (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/tcsh/ | ||
| H A D | tc.decls.h | 55 extern memalign_t scalloc (size_t, size_t); |
| H A D | tc.alloc.c | 563 scalloc(size_t s, size_t n) in scalloc() function |
| H A D | sh.h | 492 # define xcalloc(n, s) scalloc(n, s) |