Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/allocate/
H A Dadd_allocatable.c360 char *lasts, *optsarg; in scan_label() local
365 if ((optsarg = strdup(devopts)) == NULL) in scan_label()
368 if ((tok = strtok_r(optsarg, KV_TOKEN_DELIMIT, &lasts)) == NULL) in scan_label()
372 free(optsarg); in scan_label()
378 free(optsarg); in scan_label()