Searched defs:line_args (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dparse.c38 char **line_args; variable
244 * Add an arg to line_args, adding space if needed.
254 size = alcnt * sizeof (*line_args);
255 if ((line_args = realloc(line_args, size)) == NULL)
258 *(line_args + index) = arg;
277 * null-terminate and save arg to line_args. The scan includes
298 for (vec = line_args; *vec; vec++)

Completed in 58 milliseconds