Home
last modified time | relevance | path

Searched refs:shflags (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/crt/stdio/
H A Dfile.c1787 fd, debugstr_w(path), oflags, shflags, pmode); in _wsopen_s()
1822 switch( shflags ) in _wsopen_s()
1837 ERR( "Unhandled shflags 0x%x\n", shflags ); in _wsopen_s()
1939 int CDECL _wsopen( const wchar_t *path, int oflags, int shflags, ... ) in _wsopen() argument
1948 __ms_va_start(ap, shflags); in _wsopen()
1955 _wsopen_s(&fd, path, oflags, shflags, pmode); in _wsopen()
1962 int CDECL _sopen_s( int *fd, const char *path, int oflags, int shflags, int pmode ) in _sopen_s() argument
1970 ret = _wsopen_s(fd, pathW, oflags, shflags, pmode); in _sopen_s()
1978 int CDECL _sopen( const char *path, int oflags, int shflags, ... ) in _sopen() argument
1987 va_start(ap, shflags); in _sopen()
[all …]