HomeSort by: relevance | last modified time | path
    Searched refs:uv__strdup (Results 1 - 23 of 23) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
bsd-proctitle.c 47 process_title = argc > 0 ? uv__strdup(argv[0]) : NULL;
55 new_title = uv__strdup(title);
os390-proctitle.c 71 process_title = uv__strdup(argv[0]);
87 new_title = uv__strdup(title);
dl.c 73 lib->errmsg = uv__strdup(errmsg);
ibmi.c 304 cpu_info->model = uv__strdup("unknown");
488 char* temp_name = uv__strdup(address->name);
524 original_exepath = uv__strdup(exepath);
haiku.c 165 cpu_info->model = uv__strdup("unknown");
aix.c 700 handle->dir_filename = uv__strdup((const char*)&filename);
832 handle->path = uv__strdup(filename);
910 original_exepath = uv__strdup(exepath);
951 new_title = uv__strdup(title);
1101 cpu_info->model = uv__strdup(ps_total.description);
darwin.c 231 cpu_info->model = uv__strdup(model);
freebsd.c 266 cpu_info->model = uv__strdup(model);
linux-inotify.c 120 tmp_path = uv__strdup(handle->path);
netbsd.c 235 cpu_info->model = uv__strdup(model);
openbsd.c 239 cpu_info->model = uv__strdup(model);
linux-core.c 466 model = uv__strdup(arm_chips[part_idx].name);
678 address->name = uv__strdup(ent->ifa_name);
sunos.c 536 handle->path = uv__strdup(path);
716 cpu_info->model = uv__strdup(KSTAT_NAMED_STR_PTR(knp));
fs.c 112 req->path = uv__strdup(path); \
645 dirent->name = uv__strdup(res->d_name);
801 buf = uv__strdup(tmp);
1980 req->path = uv__strdup(tpl);
1992 req->path = uv__strdup(tpl);
fsevents.c 804 handle->realpath = uv__strdup(buf);
kqueue.c 581 handle->path = uv__strdup(path);
core.c 1475 buf = uv__strdup(environ[j]);
1920 cloned_path = uv__strdup(path_env);
os390.c 669 path = uv__strdup(filename);
linux.c 2550 tmp_path = uv__strdup(handle->path);
  /src/external/mit/libuv/dist/src/
uv-common.h 390 char *uv__strdup(const char* s);
uv-common.c 55 char* uv__strdup(const char* s) { function
203 copy = uv__strdup(buf);
  /src/external/mit/libuv/dist/src/win/
fs-event.c 173 handle->path = uv__strdup(path);
util.c 367 process_title = uv__strdup(title);

Completed in 32 milliseconds