Home
last modified time | relevance | path

Searched refs:strdup (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.y468 const char *name = strdup((*$1)->string);
473 const char *name = strdup((*$1)->string);
H A Dgenksyms.h85 #define xstrdup(str) ({ char *__str = strdup(str); \
H A Dparse.c_shipped2260 const char *name = strdup((*(yyvsp[(1) - (1)]))->string);
2270 const char *name = strdup((*(yyvsp[(1) - (3)]))->string);
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Ddocproc.c157 sym->symbollist[sym->symbolcnt++].name = strdup(symname); in add_new_symbol()
163 symfilelist[symfilecnt++].filename = strdup(filename); in add_new_file()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c130 p = NOFAIL(strdup(modname)); in new_module()
629 char *munged = strdup(symname); in handle_modversions()
1265 return strdup(""); in sec2annotation()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOSmm.c548 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()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstring.h64 char *_EXFUN(strdup,(const char *));
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c186 sym->curr.val = strdup(str); in sym_validate_range()
802 new_name = strdup(name); in sym_lookup()
H A Dutil.c93 gs.s = strdup(s); in str_assign()
H A Dkxgettext.c105 self->msg = strdup(msg); in message__new()
H A Dconfdata.c169 sym->def[def].val = strdup(p); in conf_set_sym_val()
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/
H A Dgenheaders.c28 char *s2 = strdup(s); in stoupperx()
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOSmm.c170 Msosmm_MPool_Info[new_pool_id].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOSmm.c174 Msosmm_MPool_Info[new_pool_id].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOSmm.c183 Msosmm_MPool_Info[new_pool_id].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOSmm.c177 Msosmm_MPool_Info[new_pool_id].pool_name = strdup(Init_Param->pool_name); in MSOS_MMPool_Init()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h130 extern char *strdup (__const char *__s)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h1316 # define strdup(s) __strdup (s) macro