Searched refs:S_IWOTH (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dmesg.c15 #define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH)
34 puts((sb.st_mode & (S_IWGRP|S_IWOTH)) ? "is y" : "is n");
38 : sb.st_mode & ~(S_IWGRP|S_IWOTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.h65 #define S_IWOTH 00002 macro
67 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) /* = 00007 */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtouch.c45 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstat.h44 #define S_IWOTH 00002 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h117 #ifndef S_IWOTH
118 #define S_IWOTH 0 /* W for other */ macro
145 #ifndef S_IWOTH
146 #define S_IWOTH 0000002 /* W for other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h117 #ifndef S_IWOTH
118 #define S_IWOTH 0 /* W for other */ macro
145 #ifndef S_IWOTH
146 #define S_IWOTH 0000002 /* W for other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h119 #ifndef S_IWOTH
120 #define S_IWOTH 0 /* W for other */ macro
147 #ifndef S_IWOTH
148 #define S_IWOTH 0000002 /* W for other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h119 #ifndef S_IWOTH
120 #define S_IWOTH 0 /* W for other */ macro
147 #ifndef S_IWOTH
148 #define S_IWOTH 0000002 /* W for other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h119 #ifndef S_IWOTH
120 #define S_IWOTH 0 /* W for other */ macro
147 #ifndef S_IWOTH
148 #define S_IWOTH 0000002 /* W for other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h119 #ifndef S_IWOTH
120 #define S_IWOTH 0 /* W for other */ macro
147 #ifndef S_IWOTH
148 #define S_IWOTH 0000002 /* W for other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dmake_directory.c41 S_IWUSR | S_IWGRP | S_IWOTH |
H A Dmode_string.c22 S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) || ( S_IROTH != 00004 ) || ( S_IWOTH != \
40 S_IROTH, S_IWOTH, S_IXOTH, S_ISVTX
H A Dparse_mode.c28 S_IWUSR | S_IWGRP | S_IWOTH, /* w */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h155 #ifndef S_IWOTH
156 #define S_IWOTH 00002 /* write permission: other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_stat.in.h222 #if !S_IWOTH
223 # define S_IWOTH (S_IWUSR >> 6) macro
246 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A D_stat.c54 umask |= S_IWOTH;
95 if (!(mask & S_IWOTH))
123 st->st_mode = S_IFDIR|S_IRUSR|S_IWUSR|S_IROTH|S_IWOTH;
267 st->st_mode |= S_IWGRP | S_IWOTH | S_IRGRP | S_IROTH;
273 st->st_mode |= S_IWGRP | S_IWOTH;
H A Dstat.h56 #define S_IWOTH 0x0002 /* write permission: other */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/libsmbclient/src/fstat/
H A Dfstat_6.c66 mode_mask = mode_mask | S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; /* 0666 or 33206 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/libsmbclient/src/stat/
H A Dstat_6.c66 mode_mask = mode_mask | S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; /* 0666 or 33206 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dos.h85 #define DB_MODE_666 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/chatchat/
H A Dchatchat.c332 created = mknod(pipename, S_IFIFO | S_IRWXU | S_IWGRP | S_IWOTH,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/util/
H A Dtrunc.c111 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/chatchat/
H A Dchatchat.c332 created = mknod(pipename, S_IFIFO | S_IRWXU | S_IWGRP | S_IWOTH,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_stat.c54 umask |= S_IWOTH;
95 if (!(mask & S_IWOTH))
123 st->st_mode = S_IFDIR|S_IRUSR|S_IWUSR|S_IROTH|S_IWOTH;
383 st->st_mode |= S_IWGRP | S_IWOTH | S_IRGRP | S_IROTH;
389 st->st_mode |= S_IWGRP | S_IWOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Ddosmode.c77 mode_t result = (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);
82 result &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
133 result |= dir_mode & (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);
491 unixmode |= (st->st_mode & (S_IWUSR|S_IWGRP|S_IWOTH));

Completed in 310 milliseconds

123