Lines Matching defs:buf
1394 char* buf;
1397 if (uv__convert_utf16_to_utf8(penv, -1, &buf) != 0)
1400 /* Using buf + 1 here because we know that `buf` has length at least 1,
1402 ptr = strchr(buf + 1, '=');
1404 uv__free(buf);
1411 envitem->name = buf;
1589 WCHAR buf[UV_MAXHOSTNAMESIZE];
1602 if (pGetHostNameW(buf, UV_MAXHOSTNAMESIZE) != 0)
1605 convert_result = uv__convert_utf16_to_utf8(buf, -1, &utf8_str);
1897 int uv__random_rtlgenrandom(void* buf, size_t buflen) {
1901 if (SystemFunction036(buf, buflen) == FALSE)