Home
last modified time | relevance | path

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

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