Searched refs:ReadFile (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/config/
H A Dnewvers.pl25 sub ReadFile { subroutine
111 my $rawvers = &ReadFile($versfile);
140 my $data = &ReadFile($file);
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A Dstub16.c100 while (ReadFile(hStdInput, buf, sizeof(buf), &dwRead, NULL) != FALSE) {
141 while (ReadFile(hFileOutput, buf, sizeof(buf), &dwRead, NULL) != FALSE) {
152 while (ReadFile(hFileError, buf, sizeof(buf), &dwRead, NULL) != FALSE) {
H A DtclWinPipe.c1454 ReadFile(hFile, (void *) &header, sizeof(header), &read, NULL);
1489 ReadFile(hFile, (void *) buf, 2, &read, NULL);
1921 * become readable in ReadFile(). There isn't a clean way
1924 * thread to fall out of ReadFile with a FALSE. (below) is
2177 if (ReadFile(filePtr->handle, (LPVOID) buf, (DWORD) bufSize, &count,
2928 if (ReadFile(handle, NULL, 0, &count, NULL) == FALSE ||
2943 if (ReadFile(handle, &(infoPtr->extraByte), 1, &count, NULL)
H A Dnmakehlp.c456 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A Dstub16.c100 while (ReadFile(hStdInput, buf, sizeof(buf), &dwRead, NULL) != FALSE) {
141 while (ReadFile(hFileOutput, buf, sizeof(buf), &dwRead, NULL) != FALSE) {
152 while (ReadFile(hFileError, buf, sizeof(buf), &dwRead, NULL) != FALSE) {
H A Dnmakehlp.c420 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
H A DtclWinPipe.c1452 ReadFile(hFile, (void *) &header, sizeof(header), &read, NULL);
1487 ReadFile(hFile, (void *) buf, 2, &read, NULL);
1919 * become readable in ReadFile(). There isn't a clean way
1922 * thread to fall out of ReadFile with a FALSE. (below) is
2176 if (ReadFile(filePtr->handle, (LPVOID) buf, (DWORD) bufSize, &count,
2922 if ((ReadFile(handle, NULL, 0, &count, NULL) == FALSE)
2938 if (ReadFile(handle, &(infoPtr->extraByte), 1, &count, NULL)
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dglobals.c153 ReadFile(hImage, &dh, sizeof(struct DosHeader), &bytes,&overlap);
164 ReadFile(hImage, &ntSignature, sizeof(ULONG), &bytes,&overlap);
173 ReadFile(hImage, &optionalhdr,IMAGE_SIZEOF_NT_OPTIONAL_HEADER, &bytes,&overlap);
H A Dio.c70 * force_read: Forces a ReadFile, instead of ReadConsole
83 if (!ReadFile(hRead, buf,(DWORD)howmany,&numread, NULL ) ){
124 if (!ReadFile(hRead, buf,(DWORD)howmany,&numread, NULL ) ){
420 (void)ReadFile(hInput,&ch,1,&bread,NULL);
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dntlib.c165 rc = ReadFile (in, input, sizeof (input), &count, NULL);
171 while (ReadFile (in, buf, sizeof (buf), &count, NULL) > 0)
/macosx-10.10.1/apache-793/httpd/server/mpm/winnt/
H A Dnt_eventlog.c77 while (ReadFile(hPipeRead, errmsg, 1, &errres, NULL) && (errres == 1))
H A Dmpm_winnt.c283 if (!ReadFile(pipe, &ready_event, sizeof(HANDLE),
294 if (!ReadFile(pipe, child_exit_event, sizeof(HANDLE),
302 if (!ReadFile(pipe, &os_start, sizeof(os_start),
317 if (!ReadFile(pipe, &hScore, sizeof(hScore),
461 if (!ReadFile(pipe, &WSAProtocolInfo, sizeof(WSAPROTOCOL_INFO),
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_rw.c56 if (!ReadFile(fhp->handle,
131 RETRY_CHK((!ReadFile(fhp->handle,
/macosx-10.10.1/apache-793/httpd/support/win32/
H A Dwintty.c328 while (ReadFile(hstdin, str, sizeof(str), &len, NULL))
367 while (ReadFile(feed->in, str, sizeof(str), &len, NULL))
/macosx-10.10.1/tidy-15.15/tidy/console/
H A Dtab2space.c206 static Stream *ReadFile(FILE *fin) function
330 in = ReadFile(fin);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dplp.vim35 syn keyword perlStatementFiles ReadFile WriteFile Counter
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/win/
H A Dnmakehlp.c414 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
434 ok = ReadFile(pi->pipe, lastBuf, 25, &dwRead, 0L);
/macosx-10.10.1/bind9-45.101/bind9/bin/pkcs11/win32/
H A Dwin32.c48 ReadFile(h, buf + cnt, 1, &cc, NULL);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/utils/
H A Dsaslpasswd.c182 if (! ReadFile(hStdin, buf, PW_BUF_SIZE, &n_read, NULL)) {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/win/
H A Dnmakehlp.c301 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/win/
H A Dnmakehlp.c301 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_win32.c39 if (!ReadFile(fd, buf, size, &dwSizeRead, NULL))
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A Dnmakehlp.c420 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
/macosx-10.10.1/apr-32/apr/apr/file_io/win32/
H A Dreadwrite.c76 if (ReadFile(file->filehand, buf, len,
/macosx-10.10.1/screen-22/screen/
H A Dextern.h74 extern char *ReadFile __P((char *, int *));

Completed in 280 milliseconds

12