Searched defs:dupString (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c302 dupString: Given a non-null pointer to a string, allocates memory
308 dupString(char *str) function
422 cp->name = dupString(class);
473 ip->name = dupString(name);
1408 ap->name = dupString(attribute);
1431 ap->nodeValue.attr.value = dupString(value);
1438 tmpPkg = dupString(currentPackage);
1487 *ptr = dupString(ip->name);
1489 /*** If dupString fails, free previously allocated
1576 ptr->attribute = dupString(a
[all...]

Completed in 14 milliseconds