Searched refs:dstrdup (Results 1 – 5 of 5) sorted by relevance
216 *str = dstrdup(cstr); in fmri2ptr()271 diskp->location = dstrdup(label); in topo_add_disk()274 diskp->location = dstrdup("unknown location"); in topo_add_disk()399 char *states = dstrdup(sts); in topoprop_indrule_add()400 char *actions = dstrdup(acts); in topoprop_indrule_add()693 diskp->location = dstrdup(label); in topo_add_bay()696 diskp->location = dstrdup("unknown location"); in topo_add_bay()
105 extern char *dstrdup(const char *s);
125 action = dstrdup(actionString); in parse_action_string()131 *cmdp = dstrdup(tok); in parse_action_string()
186 newindicator->ind_name = namep ? dstrdup(namep) : NULL; in new_indicator()187 newindicator->ind_instr_spec = actionp ? dstrdup(actionp) : NULL; in new_indicator()230 lap->ind_name = namep ? dstrdup(namep) : NULL; in new_indaction()
187 dstrdup(const char *s) in dstrdup() function