/reactos/dll/win32/secur32/wine/ |
H A D | dispatcher.c | 30 #define close _close macro 130 close(pipe_in[0]); in fork_helper() 131 close(pipe_in[1]); in fork_helper() 139 close(pipe_in[0]); in fork_helper() 140 close(pipe_in[1]); in fork_helper() 153 close(pipe_in[0]); in fork_helper() 154 close(pipe_in[1]); in fork_helper() 200 close(pipe_in[0]); in fork_helper() 201 close(pipe_in[1]); in fork_helper() 217 close(pipe_in[0]); in fork_helper() [all …]
|
/reactos/boot/freeldr/install/linux/ |
H A D | finstext2.c | 64 close(BlockDeviceFileDescriptor); in main() 79 close(BlockDeviceFileDescriptor); in main() 90 close(BlockDeviceFileDescriptor); in main() 97 close(BlockDeviceFileDescriptor); in main() 104 close(BlockDeviceFileDescriptor); in main() 129 close(BlockDeviceFileDescriptor); in main() 136 close(BlockDeviceFileDescriptor); in main() 141 close(BlockDeviceFileDescriptor); in main()
|
/reactos/sdk/tools/nandflash/ |
H A D | main.c | 112 close(FileDescriptor); in WriteLlb() 124 close(FileDescriptor); in WriteBootLdr() 136 close(FileDescriptor); in WriteFileSystem() 148 close(FileDescriptor); in WriteRamDisk() 182 close(RamDiskFile); in main() 187 close(NandImageFile); in main()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | rdpsnd_oss.c | 78 close(This->dsp_); in wave_out_close() 112 close(This->dsp_); in wave_out_set_format() 129 close(This->dsp_); in wave_out_set_format() 137 close(This->dsp_); in wave_out_set_format() 153 close(This->dsp_); in wave_out_set_format() 193 close(fd_mix); in wave_out_volume()
|
H A D | printercache.c | 183 close(fd); in printercache_load_blob() 189 close(fd); in printercache_load_blob() 228 close(fd); in printercache_save_blob()
|
H A D | rdesktop.c | 985 close(fd); in generate_random_egd() 1005 close(fd); in generate_random() 1326 close(fd[0]); in subprocess() 1339 close(fd[1]); in subprocess() 1409 close(fd); in load_licence() 1415 close(fd); in load_licence() 1464 close(fd); in save_licence() 1522 close(fd); in rd_close_file()
|
/reactos/modules/rosapps/applications/net/ncftp/sio/ |
H A D | UNew.c | 68 (void) close(sfd); in UNewStreamServer() 75 (void) close(sfd); in UNewStreamServer() 98 (void) close(sfd); in UNewDatagramServer()
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | spool.c | 48 close(fd); in TruncBatchLog() 414 (void) close(pfd[0]); in RunBatch() 415 (void) close(pfd[1]); in RunBatch() 418 (void) close(pfd[1]); /* Child closes write end. */ in RunBatch() 439 (void) close(pfd[0]); /* Parent closes read end. */ in RunBatch() 442 (void) close(pfd[1]); /* Parent closes read end. */ in RunBatch()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/general/ |
H A D | fxiotargetremote.cpp | 210 BOOLEAN close, reopen; in Open() local 216 close = FALSE; in Open() 397 close = TRUE; in Open() 408 status = GetTargetDeviceRelations(&close); in Open() 449 close = TRUE; in Open() 480 close = TRUE; in Open() 502 else if (close) { in Open()
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | net_sockets.c | 110 #define close(fd) closesocket(fd) macro 241 close( ctx->fd ); in mbedtls_net_connect() 288 close( ctx->fd ); in mbedtls_net_bind() 295 close( ctx->fd ); in mbedtls_net_bind() 305 close( ctx->fd ); in mbedtls_net_bind() 726 close( ctx->fd ); in mbedtls_net_free()
|
/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/ |
H A D | File.h | 29 close(); in ~File() 84 void close();
|
H A D | File.cpp | 12 close(); in open() 99 void File::close() in close() function in File
|
/reactos/sdk/lib/3rdparty/freetype/src/tools/docmaker/ |
H A D | utils.py | 69 output[0].close() 93 file.close()
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | io.c | 711 (void) close(fd); in FTPPutOneF() 804 (void) close(fd); in FTPPutOneF() 890 (void) close(vfd); in FTPPutOneF() 945 (void) close(fd); in FTPPutOneF() 1212 (void) close(fd); in FTPPutOneF() 1527 (void) close(i); in OpenTar() 1645 (void) close(vfd); in FTPGetOneTarF() 1677 (void) close(vfd); in FTPGetOneTarF() 1778 (void) close(fd); in FTPGetOneTarF() 2064 (void) close(fd); in FTPGetOneF() [all …]
|
/reactos/.github/workflows/ |
H A D | stale.yml | 25 days-before-close: 14 26 days-before-issue-close: -1
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | file.c | 121 close (fd); in test_fdopen() 145 close (fd); in test_fileops() 246 close (fd); in test_readmode() 1475 close (fd); in test_file_inherit() 1487 close (fd); in test_file_inherit() 2047 close(fd); in test_stat() 2135 i=close(fd); in test_pipes_child() 2148 i=close(fd); in test_pipes_child() 2329 close(fd); in test_stdin() 2375 close(fd); in test__open_osfhandle() [all …]
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _fstream.h | 206 _Self* close(); 519 void close() { in close() function 520 if (!this->rdbuf()->close()) in close() 598 void close() { in close() function 599 if (!this->rdbuf()->close()) in close() 681 void close() { in close() function 682 if (!this->rdbuf()->close()) in close()
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/ |
H A D | pshints.h | 346 T1_Hints_CloseFunc close; member 660 T2_Hints_CloseFunc close; member
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftsystem.c | 238 stream->close = NULL; in FT_Stream_Open() 262 stream->close = ft_ansi_stream_close; in FT_Stream_Open()
|
/reactos/modules/rosapps/applications/explorer-old/doc/ |
H A D | TODO.txt | 28 - close start start menu when resizing explorer bar 36 - new start menu entry "Filemanager" close to "Explore" -> display C: and D: drive in MDI window 37 - Startmenu: You can open the start menu by pressing Win-key, but can't close with another hit of W…
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_unix.c | 142 return(close(fdh.fd)); in _tiffCloseProc() 250 close(fd); in TIFFOpen() 303 close(fd); in TIFFOpenW()
|
/reactos/drivers/network/tcpip/lwip/src/core/ |
H A D | altcp.c | 356 if (conn && conn->fns && conn->fns->close) { in altcp_close() 357 return conn->fns->close(conn); in altcp_close() 564 if (shut_rx && shut_tx && conn->fns && conn->fns->close) { in altcp_default_shutdown() 566 return conn->fns->close(conn); in altcp_default_shutdown()
|
/reactos/dll/directx/wine/dinput/ |
H A D | joystick_linuxinput.c | 215 close(fd); in find_joydevs() 221 close(fd); in find_joydevs() 227 close(fd); in find_joydevs() 244 close(fd); in find_joydevs() 270 close(fd); in find_joydevs() 287 close(fd); in find_joydevs() 353 close(fd); in find_joydevs() 360 close(fd); in find_joydevs() 797 close(This->joyfd); in JoystickWImpl_Unacquire() 878 close(fd); in joy_polldev() [all …]
|
/reactos/dll/cpl/hdwwiz/lang/ |
H A D | en-US.rc | 13 … came with an installation CD, it is recommended that you click Cancel to close this wizard and us… 98 LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8 108 LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8 133 LTEXT "To close this wizard, click Finish.", IDC_STATUSTEXT, 114, 166, 193, 8
|
H A D | hu-HU.rc | 15 … came with an installation CD, it is recommended that you click Cancel to close this wizard and us… 100 LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8 110 LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8 135 LTEXT "To close this wizard, click Finish.", IDC_STATUSTEXT, 114, 166, 193, 8
|