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

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dstring.h43 sm_strdup_x __P((const char *_str));
55 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str) macro
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dcf.c87 optv[i].opt_val = sm_strdup_x(val);
H A Dstrdup.c94 sm_strdup_x(s) function
101 d = sm_malloc_tagged_x(l, "sm_strdup_x", 0, sm_heap_group());
H A Dfindfp.c311 fp->f_type = sm_strdup_x(v->f_type);
393 valp = sm_strdup_x(fp->f_type);
H A Dstrio.c267 s->strio_base = sm_strdup_x(info);
H A Dexc.c319 argv[si].v_str = sm_strdup_x(str);
H A Dldap.c188 lmap->ldap_host = sm_strdup_x(ludp->lud_host);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmacro.c445 newvalue = sm_strdup_x(value);
H A Dmci.c555 mci->mci_status = sm_strdup_x(dstat);
559 mci->mci_rstatus = sm_strdup_x(rstat);
H A Dsrvrsmtp.c1146 sendinghost = sm_strdup_x(sendinghost);
2119 sendinghost = sm_strdup_x(p);
H A Ddaemon.c4089 s->s_namecanon.nc_cname = sm_strdup_x(ans);
H A Dmain.c2726 p = sm_strdup_x(fv);

Completed in 54 milliseconds