Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/test/
Dtest-alloc-util.c12 TEST(alloca) { in TEST() argument
/systemd-251/src/basic/
Dalloc-util.h30 alloca(_nn_ == 0 ? 1 : _nn_); \
Dstat-util.c104 buf = alloca(m); in dir_is_empty_at()
/systemd-251/docs/
DCODING_STYLE.md461 - Do not use `alloca()`, `strdupa()` or `strndupa()` directly. Use
474 section of the `alloca(3)` man page.