Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbe/common/
H A Dbe_utils.c3138 char *sub_ds = NULL; in update_dataset() local
3146 sub_ds = strchr(ds, '/'); in update_dataset()
3152 if (sub_ds != NULL) in update_dataset()
3153 (void) strlcat(dataset, sub_ds, dataset_len); in update_dataset()