Searched refs:xstrdup (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/tools/ctf/common/
H A Dmemory.h44 char *xstrdup(const char *);
H A Dmemory.c69 xstrdup(const char *str) function
/illumos-gate/usr/src/tools/ctf/cvt/
H A Diidesc.c53 ii->ii_name = xstrdup(name);
127 tgt->ii_name = src->ii_name ? xstrdup(src->ii_name) : NULL;
128 tgt->ii_owner = src->ii_owner ? xstrdup(src->ii_owner) : NULL;
146 tgt->ii_name = name ? xstrdup(name) : NULL;
147 tgt->ii_owner = owner ? xstrdup(owner) : NULL;
H A Dstabs.c257 curhdr = xstrdup(str);
340 iidescp->ii_owner = xstrdup(curfile);
349 iidescp->ii_owner = xstrdup(curfile);
H A Dfixup_tdescs.c253 machcpu->t_name = xstrdup("machcpu");
266 cpum->ml_name = xstrdup("cpu_m");
H A Dst_parse.c308 ntdp->t_name = xstrdup(ii->ii_name);
320 ntdp->t_name = xstrdup(ii->ii_name);
328 ntdp->t_name = xstrdup(ii->ii_name);
365 tdp->t_name = xstrdup(idp->ii_name);
372 rtdp->t_name = xstrdup(idp->ii_name);
378 rtdp->t_name = idp->ii_name ? xstrdup(idp->ii_name) : NULL;
838 newtdp->t_name = xstrdup(template->t_name);
H A Ddwarf.c486 *strp = xstrdup(str);
611 tdp->t_name = xstrdup(name);
667 new->t_name = xstrdup(old->t_name);
891 ii->ii_name = xstrdup(tdp->t_name);
1084 ii->ii_name = xstrdup(tdp->t_name);
1339 *newp = xstrdup(buf);
1508 ii->ii_name = xstrdup(tdp->t_name);
1581 ii->ii_owner = xstrdup(dw->dw_cuname);
1654 ii->ii_owner = xstrdup(dw->dw_cuname);
1971 char *base = xstrdup(basenam
[all...]
H A Dctf.c820 ii->ii_owner = xstrdup(symit_curfile(si));
870 ii->ii_owner = xstrdup(symit_curfile(si));
953 xstrdup(sbuf + CTF_NAME_OFFSET(ctt->ctt_name));
1037 (*mpp)->ml_name = xstrdup(sbuf +
1052 (*mpp)->ml_name = xstrdup(sbuf +
1076 (*epp)->el_name = xstrdup(sbuf + cte->cte_name);
1184 td->td_parlabel = xstrdup(buf + h->cth_stroff + h->cth_parlabel);
H A Dctfmerge.c973 savetd->td_parlabel = xstrdup(parle->le_name);
977 savetd->td_parname = xstrdup(basename(uniqname));
H A Dtdata.c278 le->le_name = xstrdup(label);
H A Dmerge.c721 new->t_name = old->t_name ? xstrdup(old->t_name) : NULL;
808 (*nmemp)->ml_name = xstrdup(omem->ml_name);
827 (*nelp)->el_name = xstrdup(oel->el_name);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dprogerr.c177 * xstrdup()
189 xstrdup(char *str) function
H A Dkeystore.c270 vdb_str = xstrdup(get_time_string(X509_get_notBefore(x)));
271 vda_str = xstrdup(get_time_string(X509_get_notAfter(x)));
286 md5_fp = xstrdup(tmp);
292 sha1_fp = xstrdup(tmp);
379 tmpstore->path = xstrdup(keystore_file);
1396 keystore->capath = xstrdup(storepath);
1399 keystore->clpath = xstrdup(storepath);
1402 keystore->keypath = xstrdup(storepath);
1407 keystore->capath = xstrdup(keystore_file);
1414 keystore->capath = xstrdup(storepat
[all...]
H A Dpkgweb.c374 ps->dwnld_dir = xstrdup(dwnld_dir);
1163 *uri = xstrdup(getenv("PKGWEB_TEST_OCSP"));
1175 xstrdup((char *)ASN1_STRING_data(ad->location->d.ia5));
2180 bname = xstrdup(basename(disp + 9));
2296 ps->uniqfile = xstrdup(tmp_file);
2468 p = xstrdup(path);
2506 p = xstrdup(path);
2764 newpath = xstrdup(path);
2998 if ((p = xstrdup(last_modified)) == NULL)
H A Dpkglib.h476 extern char *xstrdup(char *str);
H A Dpkgtrans.c1018 tmpsymdir = xstrdup(tmpnam(NULL));
/illumos-gate/usr/src/cmd/cron/
H A Dcron.h102 extern char *xstrdup(const char *);
H A Dfuncs.c139 xstrdup(const char *str) function
H A Dcron.c840 u->name = xstrdup(name);
1053 u->home = xstrdup(pw->pw_dir);
1061 u->home = xstrdup(pw->pw_dir);
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c415 mem->fsm_memname = xstrdup(memname);
417 mem->fsm_format = xstrdup(fsmd->fsmd_format);
H A Dforth.c185 curtype = xstrdup(fullname);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c310 * xstrdup(string)
315 xstrdup(const char *string) function
800 infile = xstrdup(optarg);
806 outfile = xstrdup(optarg);

Completed in 115 milliseconds