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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtouch.c45 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstat.h44 #define S_IWOTH 00002 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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)
H A Dacl.c204 if (mode & S_IWOTH) acl_text[18] = 'w';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddosmode.c48 mode_t result = (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);
52 result &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
102 result |= dir_mode & (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);
391 unixmode |= (st->st_mode & (S_IWUSR|S_IWGRP|S_IWOTH));
462 if (((sb.st_mode & S_IWOTH) || conn->admin_user ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/chatchat/
H A Dchatchat.c332 created = mknod(pipename, S_IFIFO | S_IRWXU | S_IWGRP | S_IWOTH,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c38 S_IRWXO, S_IROTH, S_IWOTH, S_IXOTH,
62 verify (S_IRWXO == (S_IROTH | S_IWOTH | S_IXOTH));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c96 stats.st_mode &= ~S_IWOTH;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c66 #if !S_IWOTH
67 # define S_IWOTH (S_IWUSR >> 6) macro
686 | S_IROTH | S_IWOTH | S_IXOTH) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dadouble.h500 mode |= S_IWOTH;
507 if ((mode & S_IWOTH))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Damigaffs.c405 mode |= S_IWOTH;
436 if (mode & S_IWOTH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dadouble.h483 mode |= S_IWOTH;
490 if ((mode & S_IWOTH))

Completed in 155 milliseconds

123