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

/illumos-gate/usr/src/man/man3exacct/
H A DMakefile43 ea_strdup.3exacct \
69 ea_strdup.3exacct := LINKSRC = ea_set_item.3exacct
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c97 * ea_strdup() returns a pointer that, if non-NULL, must be freed using
101 ea_strdup(const char *ptr) function
112 * ea_strfree() frees a string allocated with ea_strdup().
269 if ((item->ei_string = ea_strdup((char *)value)) == NULL) {

Completed in 68 milliseconds