Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3470 char *sub_ds = NULL; in update_dataset() local
3479 sub_ds = strchr(ds, '/'); in update_dataset()
3488 if (sub_ds != NULL) in update_dataset()
3489 (void) strlcat(dataset, sub_ds, dataset_len); in update_dataset()