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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dinstzones_lib.h70 * This is the "argument array" definition that is returned by _z_new_args
291 argArray_t *_z_new_args(int initialCount);
H A Dzones_args.c39 * _z_new_args - create a new argument array for use in exec() calls
97 * a call to _z_new_args) to add the argument to
187 * allocated by a call to _z_new_args
190 * a call to _z_new_args) to free
231 * a call to _z_new_args) to return argv pointer for
245 * Name: _z_new_args
259 _z_new_args(int initialCount) function
H A Dzones_locks.c187 args = _z_new_args(20); /* generate new arg list */
647 args = _z_new_args(20); /* generate new arg list */

Completed in 24 milliseconds