Searched refs:alloca (Results 1 – 4 of 4) sorted by relevance
12 TEST(alloca) { in TEST() argument
30 alloca(_nn_ == 0 ? 1 : _nn_); \
104 buf = alloca(m); in dir_is_empty_at()
461 - Do not use `alloca()`, `strdupa()` or `strndupa()` directly. Use474 section of the `alloca(3)` man page.