Searched refs:int_buf (Results 1 – 1 of 1) sorted by relevance
71 char int_buf[PATH_MAX]; in uv_exepath() local82 int_size = ARRAY_SIZE(int_buf); in uv_exepath()84 if (sysctl(mib, 4, int_buf, &int_size, NULL, 0)) in uv_exepath()91 uv__strscpy(buffer, int_buf, *size); in uv_exepath()
Completed in 5 milliseconds