Home
last modified time | relevance | path

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

/dragonfly/sbin/svc/
HDremote.c333 int acmax; in decode_args() local
339 acmax = 3; /* av[0], first arg, terminating NULL */ in decode_args()
342 ++acmax; in decode_args()
344 av = calloc(sizeof(char *), acmax); in decode_args()