Searched refs:libc_strdup (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h78 extern char *libc_strdup(const char *);
H A Dthr_uberdata.h1295 extern char *libc_strdup(const char *);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatopen.c120 lang = s = libc_strdup(locale);
H A Dgtxt.c145 db->saved_locale = libc_strdup(curloc);
H A Dpriv_str_xlate.c89 if ((base = libc_strdup(priv_names)) == NULL ||
H A Dnss_common.c464 if ((next->name = libc_strdup(name)) == NULL) {
653 p = libc_strdup(val);
912 if ((str = libc_strdup(s->p.default_config)) != 0) {
H A Dnsparse.c54 if ((new = libc_strdup(existing)) == NULL) { \
H A Dlocaltime.c936 newzonename = libc_strdup(zonename);
2340 tz = libc_strdup((char *)tzp);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c390 libc_strdup(const char *s1) function

Completed in 80 milliseconds