Searched refs:S_IXUSR (Results 1 - 25 of 122) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.h56 #define S_IXUSR 00100 macro
57 #define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) /* = 00700 */
H A Dmacstat.c130 buf->st_mode |= S_IXUSR | S_IXGRP | S_IXOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_stat.in.h226 #if !S_IXUSR && S_IEXEC
227 # define S_IXUSR S_IEXEC macro
229 #if !S_IXUSR
230 # define S_IXUSR 00100 macro
233 # define S_IXGRP (S_IXUSR >> 3)
236 # define S_IXOTH (S_IXUSR >> 6)
240 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
251 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
H A Dacl.c199 if (mode & S_IXUSR) acl_text[ 5] = 'x';
H A Dtempname.c277 fd = __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR);
/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.c21 != 00400 ) || ( S_IWUSR != 00200 ) || ( S_IXUSR != 00100 ) || ( S_IRGRP != 00040 ) || ( \
38 S_IRUSR, S_IWUSR, S_IXUSR, S_ISUID,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstat.h35 #define S_IXUSR 00100 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.h102 #ifndef S_IXUSR
103 #define S_IXUSR 0 /* X for owner */ macro
130 #ifndef S_IXUSR
131 #define S_IXUSR 0000100 /* X for owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h102 #ifndef S_IXUSR
103 #define S_IXUSR 0 /* X for owner */ macro
130 #ifndef S_IXUSR
131 #define S_IXUSR 0000100 /* X for owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h104 #ifndef S_IXUSR
105 #define S_IXUSR 0 /* X for owner */ macro
132 #ifndef S_IXUSR
133 #define S_IXUSR 0000100 /* X for owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h104 #ifndef S_IXUSR
105 #define S_IXUSR 0 /* X for owner */ macro
132 #ifndef S_IXUSR
133 #define S_IXUSR 0000100 /* X for owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h104 #ifndef S_IXUSR
105 #define S_IXUSR 0 /* X for owner */ macro
132 #ifndef S_IXUSR
133 #define S_IXUSR 0000100 /* X for owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h104 #ifndef S_IXUSR
105 #define S_IXUSR 0 /* X for owner */ macro
132 #ifndef S_IXUSR
133 #define S_IXUSR 0000100 /* X for owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h134 #ifndef S_IXUSR
135 #define S_IXUSR 00100 /* execute permission: owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dos.h86 #define DB_MODE_700 (S_IRUSR|S_IWUSR|S_IXUSR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c48 #if !S_IXUSR && S_IEXEC
49 # define S_IXUSR S_IEXEC macro
51 #if !S_IXUSR
52 # define S_IXUSR 00100 macro
61 # define S_IXGRP (S_IXUSR >> 3)
70 # define S_IXOTH (S_IXUSR >> 6)
684 if (mkdir (output_dir, S_IRUSR | S_IWUSR | S_IXUSR
/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);
123 result |= S_IXUSR;
167 if (MAP_ARCHIVE(conn) && ((sbuf->st_mode & S_IXUSR) != 0))
474 mask |= S_IXUSR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h46 #define S_IXUSR 0x0040 /* execute permission: owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h45 #define S_IXUSR 0x0040 /* execute permission: owner */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_aixacl_util.c99 * to S_IRUSR, S_IWUSR, and S_IXUSR. */
125 ace->a_perm |= (ace->a_perm & S_IXUSR) ? SMB_ACL_EXECUTE : 0;
180 ace->a_perm |= ((ace->a_perm & S_IXUSR) ? SMB_ACL_EXECUTE : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dunix.c76 return (mode & (S_IXUSR | S_IRUSR)) == (S_IXUSR | S_IRUSR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c36 S_IRWXU, S_IRUSR, S_IWUSR, S_IXUSR,
60 verify (S_IRWXU == (S_IRUSR | S_IWUSR | S_IXUSR));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dproc_tty.c186 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL);

Completed in 297 milliseconds

12345