Home
last modified time | relevance | path

Searched refs:uv__strdup (Results 1 - 25 of 44) sorted by relevance

12

/third_party/libuv/src/unix/
H A 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()
H A Dos390-proctitle.c71 process_title = uv__strdup(argv[0]); in uv_setup_args()
87 new_title = uv__strdup(title); in uv_set_process_title()
H A Dibmi.c304 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()
H A Daix.c700 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()
H A Ddl.c73 lib->errmsg = uv__strdup(errmsg); in uv__dlerror()
H A Dsunos.c536 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()
H A Dhaiku.c165 cpu_info->model = uv__strdup("unknown"); in uv_cpu_info()
H A Dbsd-ifaddrs.c108 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
H A Ddarwin.c237 cpu_info->model = uv__strdup(model); in uv_cpu_info()
H A Dfreebsd.c261 cpu_info->model = uv__strdup(model); in uv_cpu_info()
H A Dnetbsd.c235 cpu_info->model = uv__strdup(model); in uv_cpu_info()
H A Dopenbsd.c231 cpu_info->model = uv__strdup(model); in uv_cpu_info()
/third_party/node/deps/uv/src/unix/
H A 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()
H A Dos390-proctitle.c71 process_title = uv__strdup(argv[0]); in uv_setup_args()
87 new_title = uv__strdup(title); in uv_set_process_title()
H A 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()
H A 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()
H A Ddl.c73 lib->errmsg = uv__strdup(errmsg); in uv__dlerror()
H A Dsunos.c529 handle->path = uv__strdup(path); in uv_fs_event_start()
702 cpu_info->model = uv__strdup(KSTAT_NAMED_STR_PTR(knp)); in uv_cpu_info()
853 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
H A Dbsd-ifaddrs.c108 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
H A Dhaiku.c160 cpu_info->model = uv__strdup("unknown"); in uv_cpu_info()
H A Dfreebsd.c256 cpu_info->model = uv__strdup(model); in uv_cpu_info()
H A Dnetbsd.c230 cpu_info->model = uv__strdup(model); in uv_cpu_info()
H A Dopenbsd.c226 cpu_info->model = uv__strdup(model); in uv_cpu_info()
H A 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()
/third_party/libuv/src/
H A Duv-common.h398 char *uv__strdup(const char* s);

Completed in 15 milliseconds

12