Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/src/details/
H A Dfstream_stdio.cpp53 # define S_IWRITE _S_IWRITE macro
95 # define S_IWRITE S_IWUSR macro
97 # define _S_IWRITE S_IWRITE
283 switch ( mode & (S_IWRITE | S_IREAD) ) { in _M_open()
287 case S_IWRITE: in _M_open()
290 case (S_IWRITE | S_IREAD): in _M_open()
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dstat.h232 #ifndef S_IWRITE
234 #define S_IWRITE S_IWUSR /* Use POSIX name */ macro
236 #define S_IWRITE 0200 /* Very old UNIX, use own definition */ macro
251 #define S_IWUSR S_IWRITE /* Needed on old UNIX systems */
260 #define S_IWGRP (S_IWRITE >> 3) /* Needed on old UNIX systems */
269 #define S_IWOTH (S_IWRITE >> 6) /* Needed on old UNIX systems */
/reactos/drivers/bus/acpi/acpica/include/platform/
H A Dacwin64.h95 #define S_IWRITE _S_IWRITE macro
H A Dacwin.h114 #define S_IWRITE _S_IWRITE macro
/reactos/modules/rosapps/applications/cmdutils/touch/
H A Dtouch.c58 #define DEFFILEMODE S_IWRITE
/reactos/sdk/include/crt/sys/
H A Dstat.h316 #define S_IWRITE _S_IWRITE macro