Searched refs:S_IXGRP (Results 1 - 25 of 120) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.h61 #define S_IXGRP 00010 macro
62 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) /* = 00070 */
H A Dmacstat.c130 buf->st_mode |= S_IXUSR | S_IXGRP | S_IXOTH;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dparse_mode.c29 S_IXUSR | S_IXGRP | S_IXOTH, /* x */
30 S_IXUSR | S_IXGRP | S_IXOTH, /* X -- special -- see below */
120 || (new_mode & (S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH))
H A Dmake_directory.c40 mode = (S_IXUSR | S_IXGRP | S_IXOTH |
H A Dmode_string.c22 S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) || ( S_IROTH != 00004 ) || ( S_IWOTH != \
39 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstat.h40 #define S_IXGRP 00010 macro
54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h111 #ifndef S_IXGRP
112 #define S_IXGRP 0 /* X for group */ macro
139 #ifndef S_IXGRP
140 #define S_IXGRP 0000010 /* X for group */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h111 #ifndef S_IXGRP
112 #define S_IXGRP 0 /* X for group */ macro
139 #ifndef S_IXGRP
140 #define S_IXGRP 0000010 /* X for group */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h113 #ifndef S_IXGRP
114 #define S_IXGRP 0 /* X for group */ macro
141 #ifndef S_IXGRP
142 #define S_IXGRP 0000010 /* X for group */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h113 #ifndef S_IXGRP
114 #define S_IXGRP 0 /* X for group */ macro
141 #ifndef S_IXGRP
142 #define S_IXGRP 0000010 /* X for group */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h113 #ifndef S_IXGRP
114 #define S_IXGRP 0 /* X for group */ macro
141 #ifndef S_IXGRP
142 #define S_IXGRP 0000010 /* X for group */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h113 #ifndef S_IXGRP
114 #define S_IXGRP 0 /* X for group */ macro
141 #ifndef S_IXGRP
142 #define S_IXGRP 0000010 /* X for group */ 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.h232 #if !S_IXGRP
233 # define S_IXGRP (S_IXUSR >> 3) macro
243 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
251 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
H A Dacl.c202 if (mode & S_IXGRP) acl_text[12] = 'x';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h146 #ifndef S_IXGRP
147 #define S_IXGRP 00010 /* execute permission: group */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dalbumart.c61 make_dir(dirname(cache_dir), S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
209 make_dir(dirname(cache_dir), S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
239 make_dir(dirname(cache_dir), S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dalbumart.c68 make_dir(dirname(cache_dir), S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
195 make_dir(dirname(cache_dir), S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
226 make_dir(dirname(cache_dir), S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Ddosmode.c114 result |= (S_IXUSR | S_IXGRP | S_IXOTH);
126 result |= S_IXGRP;
170 if (MAP_SYSTEM(conn) && ((sbuf->st_mode & S_IXGRP) != 0))
476 mask |= S_IXGRP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h52 #define S_IXGRP 0x0008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h51 #define S_IXGRP 0x0008 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dapplets.c121 S_ISGID, S_ISGID|S_IXGRP, S_IXGRP, 0, /* group */
375 if ((sct->m_mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dtestparm.c322 if (lp_map_system(s) && !(lp_create_mask(s) & S_IXGRP)) {
324 Map system can only work if create mask includes octal 010 (S_IXGRP).\n",
327 if (lp_map_system(s) && (lp_force_create_mode(s) & S_IXGRP)) {
329 Map system can only work if force create mode excludes octal 010 (S_IXGRP).\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dattr.c213 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c37 S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP,
61 verify (S_IRWXG == (S_IRGRP | S_IWGRP | S_IXGRP));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dunix.c362 if (mode & S_IXGRP)
467 if (mode & S_IXGRP)

Completed in 404 milliseconds

12345