Home
last modified time | relevance | path

Searched refs:chBuf (Results 1 – 25 of 51) sorted by relevance

123

/dports/lang/yorick/yorick-y_2_2_04/play/win/
H A Dwpopen.c201 CHAR chBuf[BUFSIZE]; in WriteToPipe() local
207 if (! ReadFile(hInputFile, chBuf, BUFSIZE, &dwRead, NULL) || in WriteToPipe()
209 if (! WriteFile(hChildStdinWrDup, chBuf, dwRead, in WriteToPipe()
222 CHAR chBuf[BUFSIZE]; in ReadFromPipe() local
235 if( !ReadFile( hChildStdoutRdDup, chBuf, BUFSIZE, &dwRead, in ReadFromPipe()
237 if (! WriteFile(hSaveStdout, chBuf, dwRead, &dwWritten, NULL)) in ReadFromPipe()
255 CHAR chBuf[BUFSIZE]; in main() local
269 fSuccess = ReadFile(hStdin, chBuf, BUFSIZE, &dwRead, NULL); in main()
274 fSuccess = WriteFile(hStdout, chBuf, dwRead, &dwWritten, NULL); in main()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dstdinlistener_win.cpp52 char chBuf[4096]; in run() local
67 ok = ReadFile(hStdinDup, chBuf, sizeof(chBuf), &dwRead, NULL); in run()
69 emit receivedCommand(QString::fromLocal8Bit(chBuf, dwRead)); in run()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ascp/win/
H A Dconnect.c227 CHAR chBuf[4096]; in execute() local
294 chBuf, sizeof chBuf, &dwRead, NULL); in execute()
302 ascpParse(chBuf, dwRead, name, &state, &line); in execute()
312 const char *p = chBuf; in execute()
329 if (KStsMsg("%.*s", dwRead, chBuf) != 0) { in execute()
330 bSuccess = WriteFile(hParentStdOut, chBuf, in execute()
382 if (KStsMsg("%.*s", dwRead, chBuf) != 0) { in execute()
383 bSuccess = WriteFile(hParentStdOut, chBuf, in execute()
392 chBuf, sizeof chBuf, &dwRead, NULL); in execute()
396 ascpParse(chBuf, dwRead, name, &state, &line); in execute()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ascp/win/
H A Dconnect.c227 CHAR chBuf[4096]; in execute() local
294 chBuf, sizeof chBuf, &dwRead, NULL); in execute()
302 ascpParse(chBuf, dwRead, name, &state, &line); in execute()
312 const char *p = chBuf; in execute()
329 if (KStsMsg("%.*s", dwRead, chBuf) != 0) { in execute()
330 bSuccess = WriteFile(hParentStdOut, chBuf, in execute()
382 if (KStsMsg("%.*s", dwRead, chBuf) != 0) { in execute()
383 bSuccess = WriteFile(hParentStdOut, chBuf, in execute()
392 chBuf, sizeof chBuf, &dwRead, NULL); in execute()
396 ascpParse(chBuf, dwRead, name, &state, &line); in execute()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/leash/
H A Dout2con.cpp50 CHAR chBuf[BUFSIZE]; in ThreadLoop() local
63 bSuccess = ReadFile(m_hReadPipe, chBuf, BUFSIZE, &dwRead, NULL); in ThreadLoop()
68 WriteFile(hConsoleStdOut, chBuf, dwRead, &dwWritten, NULL); in ThreadLoop()
71 _write(m_stdoutfd, chBuf, dwRead); in ThreadLoop()
/dports/security/sqlninja/sqlninja-0.2.6/sources/
H A Ddnstun.c31 void buffer_send(char * chBuf, char * domain, unsigned int hostnamelen);
155 CHAR chBuf[1024]; // buffer that receives the command output chunks in execute() local
210 if( !ReadFile( hChildStdoutRd, chBuf, 32, &dwRead, in execute()
212 chBuf[dwRead]=0; in execute()
213 buffer_send(chBuf,domain, hostnamelen); in execute()
290 void buffer_send(char * chBuf, char * domain, unsigned int hostnamelen) in buffer_send() argument
301 if (strcmp(chBuf,"_ninja_EOF_") != 0) { in buffer_send()
302 strcat(buffer1,chBuf); in buffer_send()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/password/
H A Dpassword.go49 var chBuf [1]byte
50 n, err := os.Stdin.Read(chBuf[:])
57 ch := chBuf[0]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/legacy/password/
H A Dpassword.go49 var chBuf [1]byte
50 n, err := os.Stdin.Read(chBuf[:])
57 ch := chBuf[0]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/password/
H A Dpassword.go54 var chBuf [1]byte
55 n, err := os.Stdin.Read(chBuf[:])
62 ch := chBuf[0]
/dports/cad/ldview/ldview-4.4/Launcher/
H A DLauncher.cpp134 CHAR chBuf[4096]; in launchExe() local
139 if (ReadFile(hChildStdOutRdDup, chBuf, sizeof(chBuf), &dwRead, NULL) in launchExe()
153 memcpy(&chBuf2[ofs], chBuf, dwRead); in launchExe()
172 WriteFile(hStdOut, chBuf, dwRead, &dwWritten, NULL); in launchExe()
177 WriteConsole(hStdOut, chBuf, dwRead / sizeof(TCHAR), &dwWritten, NULL); in launchExe()
/dports/finance/quickfix/quickfix-1.15.1/test/atrun/
H A DProcess.cpp10 char chBuf[128]; in readOutput() local
15 if( !ReadFile( hReadPipe, chBuf, 128, &dwRead, in readOutput()
17 if (! WriteFile(hStdOut, chBuf, dwRead, &dwWritten, NULL)) in readOutput()

123