Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 254) sorted by relevance

1234567891011

/reactos/dll/win32/secur32/wine/
H A Ddispatcher.c30 #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 Dfinstext2.c64 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 Dmain.c112 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 Drdpsnd_oss.c78 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 Dprintercache.c183 close(fd); in printercache_load_blob()
189 close(fd); in printercache_load_blob()
228 close(fd); in printercache_save_blob()
H A Drdesktop.c985 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 DUNew.c68 (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 Dspool.c48 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 Dfxiotargetremote.cpp210 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 Dnet_sockets.c110 #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 DFile.h29 close(); in ~File()
84 void close();
H A DFile.cpp12 close(); in open()
99 void File::close() in close() function in File
/reactos/sdk/lib/3rdparty/freetype/src/tools/docmaker/
H A Dutils.py69 output[0].close()
93 file.close()
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dio.c711 (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 Dstale.yml25 days-before-close: 14
26 days-before-issue-close: -1
/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c121 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.h206 _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 Dpshints.h346 T1_Hints_CloseFunc close; member
660 T2_Hints_CloseFunc close; member
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftsystem.c238 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 DTODO.txt28 - 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 Dtif_unix.c142 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 Daltcp.c356 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 Djoystick_linuxinput.c215 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 Den-US.rc13 … 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 Dhu-HU.rc15 … 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

1234567891011