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

/freebsd-13-stable/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-13-stable/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 Dstrio.c265 s->strio_base = sm_strdup_x(info);
H A Dexc.c317 argv[si].v_str = sm_strdup_x(str);
H A Dfindfp.c309 fp->f_type = sm_strdup_x(v->f_type);
H A Dldap.c358 lmap->ldap_host = sm_strdup_x(ludp->lud_host);
/freebsd-13-stable/contrib/sendmail/src/
H A Dmacro.c470 newvalue = sm_strdup_x(value);
H A Dmci.c597 mci->mci_status = sm_strdup_x(dstat);
601 mci->mci_rstatus = sm_strdup_x(rstat);
H A Dsrvrsmtp.c1485 sendinghost = sm_strdup_x(sendinghost);
2492 sendinghost = sm_strdup_x(p);
H A Dmain.c2792 p = sm_strdup_x(fv);
H A Ddaemon.c4236 s->s_namecanon.nc_cname = sm_strdup_x(ans);

Completed in 110 milliseconds