Searched refs:ld_strdup (Results 1 – 11 of 11) sorted by relevance
55 char *ss = ld_strdup(str); in strsplit()127 strs->strs[strs->num] = ld_strdup(str); in strlist_set()132 char *ld_strdup(const char *s) in ld_strdup() function
252 ns->ns_name = ld_strdup(name); in ns_set_name()264 ns->env_paths = ld_strdup(env_paths); in ns_set_env_paths()279 ns->lib_paths = ld_strdup(lib_paths); in ns_set_lib_paths()296 ns->asan_lib_paths = ld_strdup(asan_lib_paths); in ns_set_asan_lib_paths()347 char *a_libs = ld_strdup(allowed_libs); in ns_set_allowed_libs()417 char *s_libs = ld_strdup(shared_libs); in ns_add_inherit()
230 char * v = ld_strdup(val); in kvlist_set()241 kvs->key[kvs->num] = ld_strdup(key); in kvlist_set()242 kvs->val[kvs->num] = ld_strdup(val); in kvlist_set()275 sections->names[sections->num] = ld_strdup(name); in sections_set()482 g_configor.exe_path = ld_strdup(exe_path); in config_parse()485 g_configor.file_path = ld_strdup(fpath); in config_parse()
41 hidden char *ld_strdup(const char *);
5390 task->name = ld_strdup("libc.so"); in task_load_library()
5387 task->name = ld_strdup("libc.so"); in task_load_library()
88 strs->strs[strs->num] = ld_strdup(str); in strlist_set()94 char *ld_strdup(const char *s) in ld_strdup() function