Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A Dsigchain.c26 ALLOC_GROW(s->old, s->n + 1, s->alloc); in sigchain_push()
H A Dsubcmd-util.h38 #define ALLOC_GROW(x, nr, alloc) \ macro
H A Dhelp.c26 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc); in add_cmdname()