Home
last modified time | relevance | path

Searched refs:sm_strdup_x (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dstring.h41 sm_strdup_x __P((const char *_str));
53 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str) macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dcf.c85 optv[i].opt_val = sm_strdup_x(val);
H A Dstrdup.c92 sm_strdup_x(s) in sm_strdup_x() function
H A Dfindfp.c309 fp->f_type = sm_strdup_x(v->f_type);
391 valp = sm_strdup_x(fp->f_type);
H A Dstrio.c265 s->strio_base = sm_strdup_x(info);
H A Dexc.c317 argv[si].v_str = sm_strdup_x(str);
H A Dldap.c188 lmap->ldap_host = sm_strdup_x(ludp->lud_host);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmacro.c443 newvalue = sm_strdup_x(value);
H A Dmci.c529 mci->mci_status = sm_strdup_x(dstat);
533 mci->mci_rstatus = sm_strdup_x(rstat);
H A Dsrvrsmtp.c1157 sendinghost = sm_strdup_x(sendinghost);
2115 sendinghost = sm_strdup_x(p);
H A Dmain.c2723 p = sm_strdup_x(fv);
H A Ddaemon.c4083 s->s_namecanon.nc_cname = sm_strdup_x(ans);