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

/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dcf.c85 optv[i].opt_val = sm_strdup_x(val);
H A Dstrdup.c92 sm_strdup_x(s) function
99 d = sm_malloc_tagged_x(l, "sm_strdup_x", 0, sm_heap_group());
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);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmacro.c443 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.c1147 sendinghost = sm_strdup_x(sendinghost);
2127 sendinghost = sm_strdup_x(p);
H A Ddaemon.c4090 s->s_namecanon.nc_cname = sm_strdup_x(ans);
H A Dmain.c2732 p = sm_strdup_x(fv);

Completed in 129 milliseconds