Searched refs:uv__strdup (Results 1 – 22 of 22) sorted by relevance
47 process_title = argc > 0 ? uv__strdup(argv[0]) : NULL; in uv_setup_args()55 new_title = uv__strdup(title); in uv_set_process_title()
71 process_title = uv__strdup(argv[0]); in uv_setup_args()87 new_title = uv__strdup(title); in uv_set_process_title()
304 cpu_info->model = uv__strdup("unknown"); in uv_cpu_info()439 address->name = uv__strdup(cur->ifa_name); in uv_interface_addresses()480 char* temp_name = uv__strdup(address->name); in uv_interface_addresses()521 original_exepath = uv__strdup(exepath); in uv_setup_args()
73 lib->errmsg = uv__strdup(errmsg); in uv__dlerror()
700 handle->dir_filename = uv__strdup((const char*)&filename); in uv__parse_data()832 handle->path = uv__strdup(filename); in uv_fs_event_start()910 original_exepath = uv__strdup(exepath); in uv_setup_args()951 new_title = uv__strdup(title); in uv_set_process_title()1101 cpu_info->model = uv__strdup(ps_total.description); in uv_cpu_info()1213 address->name = uv__strdup(p->ifr_name); in uv_interface_addresses()
108 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
165 cpu_info->model = uv__strdup("unknown"); in uv_cpu_info()
536 handle->path = uv__strdup(path); in uv_fs_event_start()709 cpu_info->model = uv__strdup(KSTAT_NAMED_STR_PTR(knp)); in uv_cpu_info()860 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
231 cpu_info->model = uv__strdup(model); in uv_cpu_info()
266 cpu_info->model = uv__strdup(model); in uv_cpu_info()
235 cpu_info->model = uv__strdup(model); in uv_cpu_info()
112 req->path = uv__strdup(path); \651 dirent->name = uv__strdup(res->d_name); in uv__fs_readdir()807 buf = uv__strdup(tmp); in uv__fs_realpath()1996 req->path = uv__strdup(tpl); in uv_fs_mkdtemp()2008 req->path = uv__strdup(tpl); in uv_fs_mkstemp()
580 handle->path = uv__strdup(path); in uv_fs_event_start()
804 handle->realpath = uv__strdup(buf); in uv__fsevents_init()
1406 buf = uv__strdup(environ[j]); in uv_os_environ()1851 cloned_path = uv__strdup(path_env); in uv__search_path()
669 path = uv__strdup(filename); in uv_fs_event_start()
1995 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()2512 tmp_path = uv__strdup(handle->path); in uv__inotify_fork()
385 char *uv__strdup(const char* s);
55 char* uv__strdup(const char* s) { in uv__strdup() function203 copy = uv__strdup(buf); in uv__unknown_err_code()
173 handle->path = uv__strdup(path); in uv_fs_event_start()
367 process_title = uv__strdup(title); in uv_set_process_title()
Completed in 60 milliseconds