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

/illumos-gate/usr/src/cmd/allocate/
H A Dadd_allocatable.c362 char *lasts, *optsarg; local
367 if ((optsarg = strdup(devopts)) == NULL)
370 if ((tok = strtok_r(optsarg, KV_TOKEN_DELIMIT, &lasts)) == NULL)
374 free(optsarg);
380 free(optsarg);

Completed in 54 milliseconds