Searched refs:S_IWRITE (Results 1 - 25 of 47) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcstat.h27 #define S_IWRITE 0x0080 /* owner may write */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.h51 #define S_IWRITE 0x80 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dunixlike.h54 #define S_IWRITE 0x80 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqfileio.c18 #ifdef S_IWRITE
19 # undef S_IWRITE macro
20 #endif /* S_IWRITE */
21 #define S_IWRITE S_IWUSR macro
200 *a = ((ulg)s.st_mode << 16) | !(s.st_mode & S_IWRITE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h93 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
94 #define S_IWRITE 0 macro
100 #define S_IWUSR S_IWRITE /* W for owner */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h93 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
94 #define S_IWRITE 0 macro
100 #define S_IWUSR S_IWRITE /* W for owner */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h95 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
96 #define S_IWRITE 0 macro
102 #define S_IWUSR S_IWRITE /* W for owner */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h95 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
96 #define S_IWRITE 0 macro
102 #define S_IWUSR S_IWRITE /* W for owner */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h95 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
96 #define S_IWRITE 0 macro
102 #define S_IWUSR S_IWRITE /* W for owner */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h95 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
96 #define S_IWRITE 0 macro
102 #define S_IWUSR S_IWRITE /* W for owner */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dos_support.h83 #define S_IWUSR S_IWRITE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dz-stat.h67 #define S_IWRITE (1<<2) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Driscos.h94 # define S_IWRITE 0000200 macro
H A Dacornzip.c451 s.st_mode = (S_IREAD|S_IWRITE|S_IFREG);
464 *a = ((ulg)s.st_mode << 16) | !(s.st_mode & S_IWRITE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dz-stat.h67 #define S_IWRITE (1<<2) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c103 stats.st_mode &= ~S_IWRITE;
105 stats.st_mode |= S_IWRITE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_stat.in.h213 #if !S_IWUSR && S_IWRITE
214 # define S_IWUSR S_IWRITE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Driscos.h89 # define S_IWRITE 0000200 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/extras/
H A Dckdb.c39 soap->sendfd = open(pathname, O_CREAT|O_TRUNC|O_WRONLY, S_IREAD|S_IWRITE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/extras/
H A Dckdb.c39 soap->sendfd = open(pathname, O_CREAT|O_TRUNC|O_WRONLY, S_IREAD|S_IWRITE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h61 #define S_IWRITE 0x0080 /* write permission, owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h60 #define S_IWRITE 0x0080 /* write permission, owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dunix.c18 # ifdef S_IWRITE
19 # undef S_IWRITE macro
20 # endif /* S_IWRITE */
21 # define S_IWRITE S_IWUSR macro
24 #if (!defined(S_IWRITE) && defined(S_IWUSR))
25 # define S_IWRITE S_IWUSR macro
382 *a = ((ulg)s.st_mode << 16) | !(s.st_mode & S_IWRITE);
418 *a = ((ulg)legacy_modes << 16) | !(s.st_mode & S_IWRITE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.h325 #define S_IWRITE _S_IWRITE macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dprofiles.c260 if ( !(outfile = regfio_open( new_filename, (O_RDWR|O_CREAT|O_TRUNC), (S_IREAD|S_IWRITE) )) ) {

Completed in 235 milliseconds

12