/netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
H A D | nmakehlp.c | 97 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 108 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 119 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 138 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 150 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 167 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 179 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 191 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, &dwWritten, NULL); in main() 280 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, lstrlen(msg), &err,NULL); in CheckForCompilerFeature() 414 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, lstrlen(msg), &err,NULL); in CheckForLinkerFeature()
|
/netbsd-src/sys/arch/hpc/stand/hpcboot/ |
H A D | console.cpp | 167 WriteFile(h, msg, sizeof msg, &wrote, 0); in OpenCOM1() 186 WriteFile(_handle, "\r", 1, &wrote, 0); in genericPrint() 187 WriteFile(_handle, &c, 1, &wrote, 0); in genericPrint()
|
H A D | file_fat.cpp | 104 WriteFile(_handle, buf, bytes, &wrote, 0); in write()
|
H A D | hpcmenu.cpp | 193 WriteFile(file, &_pref, _pref._size, &cnt, 0); in save()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | Main.cpp | 135 bool WriteFile = true; in TableGenMain() local 143 WriteFile = false; in TableGenMain() 145 if (WriteFile) { in TableGenMain()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
H A D | abort.d | 22 … import core.sys.windows.winbase : GetStdHandle, STD_ERROR_HANDLE, WriteFile, INVALID_HANDLE_VALUE; in version() 40 WriteFile(h, s.ptr, cast(uint)s.length, null, null); in version()
|
/netbsd-src/external/bsd/libarchive/dist/libarchive_fe/ |
H A D | passphrase.c | 107 success = WriteFile(hStdout, prompt, (DWORD)strlen(prompt), in readpassphrase() 114 WriteFile(hStdout, "\r\n", 2, NULL, NULL); in readpassphrase()
|
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
H A D | print.c | 69 WriteFile(debug_log, ascbuf, n, &n, NULL); in debug_printf()
|
H A D | main.c | 1037 WriteFile (hPort, &x, 1, &Len, 0); in SerialPort() 1038 WriteFile (hPort, &x, 1, &Len, 0); in SerialPort() 1039 WriteFile (hPort, &x, 1, &Len, 0); in SerialPort() 1040 WriteFile (hPort, &x, 1, &Len, 0); in SerialPort()
|
H A D | disptest.c | 309 if (WriteFile(fh, buf, 2048, &n, NULL) == 0 || in dump_memory()
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | run-tests.c | 170 WriteFile((HANDLE) _get_osfhandle(3), out, sizeof(out) - 1, &bytes, NULL); in maybe_run_test()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | file.c | 224 if (WriteFile(h,buffer,len,&numwritten,NULL) != TRUE) in write()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | dmain2.d | 32 IsDebuggerPresent, LoadLibraryW, LocalFree, WriteFile; in version() 661 WriteFile(hStdErr, sptr, slen, null, null); in _d_print_throwable()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | cryptlib.c | 128 WriteFile(h, buf, len < 0 ? sizeof(buf) : (DWORD) len, &out, NULL); in OPENSSL_showfatal()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | cryptlib.c | 283 WriteFile(h, buf, len < 0 ? sizeof(buf) : (DWORD) len, &out, NULL); in OPENSSL_showfatal()
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_main.c | 181 WriteFile(h, data, (DWORD)datalen, &written, NULL); in regress_make_tmpfile()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efishell.h | 390 EFI_SHELL_WRITE_FILE WriteFile; member
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | pipe.c | 1231 result = WriteFile(handle->handle, in uv_pipe_writefile_thread_proc() 1536 WriteFile(handle->handle, write_buf.base, write_buf.len, &bytes, NULL); in uv__pipe_write_data() 1563 result = WriteFile(handle->handle, in uv__pipe_write_data() 1599 result = WriteFile(handle->handle, in uv__pipe_write_data()
|
/netbsd-src/external/bsd/libfido2/dist/src/ |
H A D | hid_win.c | 537 if (WriteFile(ctx->dev, buf, (DWORD)len, NULL, &overlap) == 0 && in fido_hid_write()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/ |
H A D | file.d | 487 if (WriteFile(h, data.ptr, cast(DWORD)data.length, &numwritten, null) != TRUE) in writeFile()
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
H A D | iowin32.c | 229 if (!WriteFile(hFile, buf, size, &ret, NULL)) in win32_write_file_func()
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
H A D | iowin32.c | 229 if (!WriteFile(hFile, buf, size, &ret, NULL)) in win32_write_file_func()
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
H A D | iowin32.c | 229 if (!WriteFile(hFile, buf, size, &ret, NULL)) in win32_write_file_func()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | dmain2.d | 628 WriteFile(hStdErr, sptr, slen, null, null); in _d_print_throwable()
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/ |
H A D | iowin32.c | 229 if (!WriteFile(hFile, buf, size, &ret, NULL)) in win32_write_file_func()
|