Home
last modified time | relevance | path

Searched refs:uv__strdup (Results 1 – 23 of 23) sorted by relevance

/third_party/libuv/src/unix/
Dbsd-proctitle.c47 process_title = argc > 0 ? uv__strdup(argv[0]) : NULL; in uv_setup_args()
55 new_title = uv__strdup(title); in uv_set_process_title()
Dos390-proctitle.c71 process_title = uv__strdup(argv[0]); in uv_setup_args()
87 new_title = uv__strdup(title); in uv_set_process_title()
Dibmi.c299 cpu_info->model = uv__strdup("unknown"); in uv_cpu_info()
434 address->name = uv__strdup(cur->ifa_name); in uv_interface_addresses()
475 char* temp_name = uv__strdup(address->name); in uv_interface_addresses()
516 original_exepath = uv__strdup(exepath); in uv_setup_args()
Ddl.c73 lib->errmsg = uv__strdup(errmsg); in uv__dlerror()
Daix.c684 handle->dir_filename = uv__strdup((const char*)&filename); in uv__parse_data()
816 handle->path = uv__strdup(filename); in uv_fs_event_start()
894 original_exepath = uv__strdup(exepath); in uv_setup_args()
935 new_title = uv__strdup(title); in uv_set_process_title()
1085 cpu_info->model = uv__strdup(ps_total.description); in uv_cpu_info()
1197 address->name = uv__strdup(p->ifr_name); in uv_interface_addresses()
Dbsd-ifaddrs.c108 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
Dhaiku.c160 cpu_info->model = uv__strdup("unknown"); in uv_cpu_info()
Dos390.c338 address->name = uv__strdup(p->__nif6e_name); in uv__interface_addresses_v6()
458 address->name = uv__strdup(p->ifr_name); in uv_interface_addresses()
561 path = uv__strdup(filename); in uv_fs_event_start()
Dsunos.c524 handle->path = uv__strdup(path); in uv_fs_event_start()
680 cpu_info->model = uv__strdup(KSTAT_NAMED_STR_PTR(knp)); in uv_cpu_info()
831 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
Dlinux-core.c466 model = uv__strdup(arm_chips[part_idx].name); in read_models()
678 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
Dopenbsd.c226 cpu_info->model = uv__strdup(model); in uv_cpu_info()
Dnetbsd.c230 cpu_info->model = uv__strdup(model); in uv_cpu_info()
Dfreebsd.c256 cpu_info->model = uv__strdup(model); in uv_cpu_info()
Dlinux-inotify.c120 tmp_path = uv__strdup(handle->path); in uv__inotify_fork()
Dpipe.c56 pipe_fname = uv__strdup(name); in uv_pipe_bind()
Ddarwin.c373 cpu_info->model = uv__strdup(model); in uv_cpu_info()
Dfs.c123 req->path = uv__strdup(path); \
618 dirent->name = uv__strdup(res->d_name); in uv__fs_readdir()
1963 req->path = uv__strdup(tpl); in uv_fs_mkdtemp()
1975 req->path = uv__strdup(tpl); in uv_fs_mkstemp()
Dkqueue.c525 handle->path = uv__strdup(path); in uv_fs_event_start()
Dcore.c1288 buf = uv__strdup(environ[j]); in uv_os_environ()
1596 cloned_path = uv__strdup(path_env); in uv__search_path()
/third_party/libuv/src/
Duv-common.h352 char *uv__strdup(const char* s);
Duv-common.c55 char* uv__strdup(const char* s) { in uv__strdup() function
170 copy = uv__strdup(buf); in uv__unknown_err_code()
/third_party/libuv/src/win/
Dfs-event.c172 handle->path = uv__strdup(path); in uv_fs_event_start()
Dutil.c432 process_title = uv__strdup(title); in uv_set_process_title()