/reactos/modules/rosapps/applications/cmdutils/touch/ |
H A D | touch.c | 149 fd = _open(*argv, in main() 303 if ((fd = _open(fname, O_RDWR, 0)) == -1) { in rw() 306 if ((fd = _open(fname, O_RDWR, 0)) == -1) in rw()
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | file.c | 1145 tempfd = _open(tempf,_O_CREAT|_O_TRUNC|_O_BINARY|_O_RDWR, in test_file_write_read() 1159 tempfd = _open(tempf,_O_RDONLY|_O_TEXT); /* open in TEXT mode */ in test_file_write_read() 1165 tempfd = _open(tempf,_O_CREAT|_O_TRUNC|_O_TEXT|_O_RDWR, in test_file_write_read() 1179 tempfd = _open(tempf,_O_RDONLY|_O_TEXT); /* open in TEXT mode */ in test_file_write_read() 1272 tempfd = _open(tempf, _O_RDONLY|_O_BINARY, 0); in test_file_write_read() 1279 tempfd = _open(tempf, _O_RDONLY|_O_WTEXT, 0); in test_file_write_read() 1300 tempfd = _open(tempf, _O_RDONLY|_O_BINARY, 0); in test_file_write_read() 1307 tempfd = _open(tempf, _O_RDONLY|_O_WTEXT, 0); in test_file_write_read() 1330 tempfd = _open(tempf, _O_RDONLY|_O_WTEXT, 0); in test_file_write_read() 1940 fd = _open(name, _O_CREAT|_O_WRONLY, _S_IWRITE); in test_setmode() [all …]
|
/reactos/sdk/include/ucrt/ |
H A D | corecrt_io.h | 392 inline int __CRTDECL _open( in _CRT_INSECURE_DEPRECATE() 421 _ACRTIMP int __cdecl _open( 517 _Check_return_ _CRT_NONSTDC_DEPRECATE(_open) _CRT_INSECURE_DEPRECATE(_sopen_s)
|
/reactos/drivers/bus/acpi/acpica/include/platform/ |
H A D | acwin64.h | 78 #define open _open
|
H A D | acwin.h | 95 #define open _open
|
/reactos/sdk/tools/wpp/ |
H A D | CMakeLists.txt | 33 -Dopen=_open
|
/reactos/modules/rosapps/applications/net/ncftp/sio/ |
H A D | syshdrs.h | 43 # define open _open
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | syshdrs.h | 43 # define open _open
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | syshdrs.h | 58 # define open _open
|
H A D | getline.c | 38 # define open _open
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | gzguts.h | 47 # define open _open
|
/reactos/sdk/lib/crt/ |
H A D | moldname-msvcrt.def | 54 open==_open
|
H A D | oldnames-msvcrt.S | 111 CREATE_ALIAS open, _open
|
/reactos/sdk/include/crt/ |
H A D | io.h | 579 _CRTIMP int __cdecl _open(const char *_Filename,int _OpenFlag,...); 582 …extern "C++" _CRTIMP int __cdecl _open(const char *_Filename,int _Openflag,int _PermissionMode = 0…
|
H A D | tchar.h | 722 #define _topen _open
|
/reactos/sdk/lib/3rdparty/stlport/src/details/ |
H A D | fstream_stdio.cpp | 99 # define _open open macro
|
/reactos/dll/cpl/appwiz/ |
H A D | addons.c | 173 fd = _open(file_path, O_RDONLY); in install_from_unix_file()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | rdesktop-core-tester.cpp | 129 fd = _open(fn, _O_RDWR | _O_CREAT, 0); in rd_open_file()
|
/reactos/sdk/lib/3rdparty/libmpg123/compat/ |
H A D | compat.c | 203 ret = _open(filename, flags|_O_BINARY, _S_IREAD | _S_IWRITE); in compat_open()
|
/reactos/sdk/lib/ucrt/lowio/ |
H A D | open.cpp | 124 extern "C" int _open(char const* const path, int const oflag, ...) in _open() function
|
/reactos/modules/rostests/apitests/crt/ |
H A D | crtdll_crt_apitest.cmake | 238 # _open.c
|
H A D | msvcrt_crt_apitest.cmake | 620 # _open.c
|
/reactos/dll/win32/crtdll/ |
H A D | crtdll.spec | 241 @ varargs _open(str long)
|
/reactos/sdk/lib/crt/stdio/ |
H A D | file.c | 2001 int CDECL _open( const char *path, int flags, ... ) in _open() function 2042 return _open(path, usedFlags); in _creat() 3921 fd = _open(filename, _O_CREAT | _O_BINARY | _O_RDWR | _O_TEMPORARY, in tmpfile()
|
/reactos/dll/win32/msvcrt40/ |
H A D | msvcrt40.spec | 805 @ varargs _open(str long)
|