Searched refs:strdup (Results 1 – 18 of 18) sorted by relevance
468 const char *name = strdup((*$1)->string);473 const char *name = strdup((*$1)->string);
85 #define xstrdup(str) ({ char *__str = strdup(str); \
2260 const char *name = strdup((*(yyvsp[(1) - (1)]))->string);2270 const char *name = strdup((*(yyvsp[(1) - (3)]))->string);
157 sym->symbollist[sym->symbolcnt++].name = strdup(symname); in add_new_symbol()163 symfilelist[symfilecnt++].filename = strdup(filename); in add_new_file()
130 p = NOFAIL(strdup(modname)); in new_module()629 char *munged = strdup(symname); in handle_modversions()1265 return strdup(""); in sec2annotation()
548 Msosmm_MM_Info[idx].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()961 Msosmm_MM_Info[idx].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
64 char *_EXFUN(strdup,(const char *));
186 sym->curr.val = strdup(str); in sym_validate_range()802 new_name = strdup(name); in sym_lookup()
93 gs.s = strdup(s); in str_assign()
105 self->msg = strdup(msg); in message__new()
169 sym->def[def].val = strdup(p); in conf_set_sym_val()
28 char *s2 = strdup(s); in stoupperx()
170 Msosmm_MPool_Info[new_pool_id].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
174 Msosmm_MPool_Info[new_pool_id].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
183 Msosmm_MPool_Info[new_pool_id].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
177 Msosmm_MPool_Info[new_pool_id].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
130 extern char *strdup (__const char *__s)
1316 # define strdup(s) __strdup (s) macro