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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3392 char *sub_ds = NULL; local
3400 sub_ds = strchr(ds, '/');
3406 if (sub_ds != NULL)
3407 (void) strlcat(dataset, sub_ds, dataset_len);

Completed in 62 milliseconds