Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_alloc.c54 uu_strdup(const char *str) in uu_strdup() function
H A Dmapfile-vers109 uu_strdup;
H A Dlibuutil.h153 extern char *uu_strdup(const char *);
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c108 info->mi_path = uu_strdup(fn); in add_pointer()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c1249 e->sc_fmri = uu_strdup(fmri); in load_instance()
H A Dsvccfg_xml.c3416 if ((fmri = uu_strdup(s->sc_fmri)) == NULL) in validate_service_name()