Searched refs:sm_pstrdup_x (Results 1 – 7 of 7) sorted by relevance
45 sm_pstrdup_x __P((const char *_str));56 # define sm_pstrdup_x(str) strcpy(sm_pmalloc_x(strlen(str) + 1), str) macro
120 sm_pstrdup_x(s) in sm_pstrdup_x() function
208 s->s_name = sm_pstrdup_x(name);
2165 char *_newval = sm_pstrdup_x(val); \
2363 newval = sm_pstrdup_x(exbuf); \
1148 myname = sm_pstrdup_x(myname); in username()
5910 s->s_hostsig.hs_sig = sm_pstrdup_x(host);