Searched refs:argp (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.c657 static void push_arg(char ***argp, char *arg, int *nargs) argument
666 argv = realloc(*argp, (*nargs + 2) * sizeof(char *));
668 *argp = argv;

Completed in 176 milliseconds