HomeSort by relevance Sort by last modified time
    Searched refs:WriteConsole (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 199 #define WriteConsole __MINGW_NAME_AW(WriteConsole)
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_windows.go 645 n, err = fd.writeConsole(buf)
665 // writeConsole writes len(b) bytes to the console File.
667 func (fd *FD) writeConsole(b []byte) (int, error) {
684 // syscall.WriteConsole seems to fail, if given large buffer.
686 // discovered by experimenting with syscall.WriteConsole.
698 err := syscall.WriteConsole(fd.Sysfd, &uint16s[0], uint32(len(uint16s)), &written, nil)
  /prebuilts/go/linux-x86/src/internal/poll/
fd_windows.go 645 n, err = fd.writeConsole(buf)
665 // writeConsole writes len(b) bytes to the console File.
667 func (fd *FD) writeConsole(b []byte) (int, error) {
684 // syscall.WriteConsole seems to fail, if given large buffer.
686 // discovered by experimenting with syscall.WriteConsole.
698 err := syscall.WriteConsole(fd.Sysfd, &uint16s[0], uint32(len(uint16s)), &written, nil)
  /external/curl/tests/server/
sockfilt.c 335 success = WriteConsole(handle, buf, curlx_uztoul(count), &wcount, NULL);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_windows.go 477 // Use the dedicated WriteConsole call to ensure unicode is printed correctly.
479 return int32(writeConsole(handle, buf, n))
492 // writeConsole writes bufLen bytes from buf to the console File.
494 func writeConsole(handle uintptr, buf unsafe.Pointer, bufLen int32) int {
  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 477 // Use the dedicated WriteConsole call to ensure unicode is printed correctly.
479 return int32(writeConsole(handle, buf, n))
492 // writeConsole writes bufLen bytes from buf to the console File.
494 func writeConsole(handle uintptr, buf unsafe.Pointer, bufLen int32) int {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 228 //sys WriteConsole(console Handle, buf *uint16, towrite uint32, written *uint32, reserved *byte) (err error) = kernel32.WriteConsoleW
    [all...]
zsyscall_windows.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 228 //sys WriteConsole(console Handle, buf *uint16, towrite uint32, written *uint32, reserved *byte) (err error) = kernel32.WriteConsoleW
    [all...]
zsyscall_windows.go     [all...]

Completed in 346 milliseconds