Home
last modified time | relevance | path

Searched refs:WriteFile (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c97 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 Dconsole.cpp167 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 Dfile_fat.cpp104 WriteFile(_handle, buf, bytes, &wrote, 0); in write()
H A Dhpcmenu.cpp193 WriteFile(file, &_pref, _pref._size, &cnt, 0); in save()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DMain.cpp135 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 Dabort.d22 … 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 Dpassphrase.c107 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 Dprint.c69 WriteFile(debug_log, ascbuf, n, &n, NULL); in debug_printf()
H A Dmain.c1037 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 Ddisptest.c309 if (WriteFile(fh, buf, 2048, &n, NULL) == 0 || in dump_memory()
/netbsd-src/external/mit/libuv/dist/test/
H A Drun-tests.c170 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 Dfile.c224 if (WriteFile(h,buffer,len,&numwritten,NULL) != TRUE) in write()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d32 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 Dcryptlib.c128 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 Dcryptlib.c283 WriteFile(h, buf, len < 0 ? sizeof(buf) : (DWORD) len, &out, NULL); in OPENSSL_showfatal()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_main.c181 WriteFile(h, data, (DWORD)datalen, &written, NULL); in regress_make_tmpfile()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h390 EFI_SHELL_WRITE_FILE WriteFile; member
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dpipe.c1231 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 Dhid_win.c537 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 Dfile.d487 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 Diowin32.c229 if (!WriteFile(hFile, buf, size, &ret, NULL)) in win32_write_file_func()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Diowin32.c229 if (!WriteFile(hFile, buf, size, &ret, NULL)) in win32_write_file_func()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Diowin32.c229 if (!WriteFile(hFile, buf, size, &ret, NULL)) in win32_write_file_func()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Ddmain2.d628 WriteFile(hStdErr, sptr, slen, null, null); in _d_print_throwable()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Diowin32.c229 if (!WriteFile(hFile, buf, size, &ret, NULL)) in win32_write_file_func()

12