Searched refs:uv__mkostemp (Results 1 – 1 of 1) sorted by relevance
279 static int (*uv__mkostemp)(char*, int); variable287 uv__mkostemp = (int (*)(char*, int)) dlsym(RTLD_DEFAULT, "mkostemp"); in uv__mkostemp_initonce()328 uv__mkostemp != NULL) { in uv__fs_mkstemp()329 r = uv__mkostemp(path, O_CLOEXEC); in uv__fs_mkstemp()
Completed in 7 milliseconds