Home
last modified time | relevance | path

Searched refs:ws_strdup (Results 1 – 5 of 5) sorted by relevance

/dports/www/kannel/gateway-1.4.4/wmlscript/
H A Dwsalloc.h106 void *ws_strdup(const char *str);
147 #define ws_strdup(_s) ws_strdup_i((_s), __FILE__, __LINE__) macro
H A Dwshash.c151 i->name = ws_strdup(name); in ws_hash_put()
H A Dwsalloc.c119 void *ws_strdup(const char *str) in ws_strdup() function
H A Dwsbc.c1094 bc->function_names[bc->num_function_names].name = ws_strdup(name); in ws_bc_add_function()
H A Dwsgram.c2021 char *name = ws_strdup((yyvsp[(3) - (8)].identifier));