Searched refs:pbuf (Results 1 – 2 of 2) sorted by relevance
/libuv/test/ |
H A D | test-spawn.c | 2033 char* pbuf; in spawn_stdin_stdout() local 2044 pbuf = buf; in spawn_stdin_stdout() 2047 w = write(1, pbuf, (size_t)c); in spawn_stdin_stdout() 2050 pbuf = pbuf + w; in spawn_stdin_stdout() 2058 char* pbuf; in spawn_stdin_stdout() local 2072 pbuf = buf; in spawn_stdin_stdout() 2074 ASSERT(WriteFile(h_stdout, pbuf, to_write, &n_written, NULL)); in spawn_stdin_stdout() 2076 pbuf += n_written; in spawn_stdin_stdout()
|
/libuv/src/unix/ |
H A D | fs.c | 1589 struct stat pbuf; in uv__fs_stat() local 1596 ret = uv__stat(path, &pbuf); in uv__fs_stat() 1598 uv__to_stat(&pbuf, buf); in uv__fs_stat() 1605 struct stat pbuf; in uv__fs_lstat() local 1612 ret = uv__lstat(path, &pbuf); in uv__fs_lstat() 1614 uv__to_stat(&pbuf, buf); in uv__fs_lstat() 1621 struct stat pbuf; in uv__fs_fstat() local 1628 ret = uv__fstat(fd, &pbuf); in uv__fs_fstat() 1630 uv__to_stat(&pbuf, buf); in uv__fs_fstat()
|
Completed in 20 milliseconds