Searched refs:S_IXOTH (Results 1 - 25 of 27) sorted by relevance

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
H A DAttribPermissions.java31 public static final int S_IXOTH = 0001; field in class:AttribPermissions
/external/openssh/openbsd-compat/
H A Dstrmode.c131 switch (mode & (S_IXOTH | S_ISVTX)) {
135 case S_IXOTH:
141 case S_IXOTH | S_ISVTX:
/external/kernel-headers/original/linux/
H A Dstat.h45 #define S_IXOTH 00001 macro
54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp172 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH));
/external/e2fsprogs/debugfs/
H A Ddump.c51 { LINUX_S_IXOTH, S_IXOTH },
/external/bluetooth/bluez/src/
H A Dtextfile.c87 S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/external/chromium/chrome/browser/
H A Dshell_integration_linux.cc127 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/external/openssh/
H A Dauth.c171 (st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP)) == 0) {
H A Ddefines.h153 # define S_IXOTH 0000001 /* execute/search permission, */ macro
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc513 mode = S_IXUSR | S_IXGRP | S_IXOTH;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bluetooth/glib/glib/
H A Dgfileutils.c308 ((s.st_mode & S_IXOTH) ||
/external/mksh/src/
H A Dexpr.c930 (sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)
H A Dexec.c1181 !(sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))))
/external/valgrind/main/include/vki/
H A Dvki-darwin.h137 #define VKI_S_IXOTH S_IXOTH
/external/bluetooth/glib/gio/tests/
H A Dlive-g-file.c81 {TEST_DIR_NO_WRITE, NULL, G_FILE_TYPE_DIRECTORY, G_FILE_CREATE_PRIVATE, S_IRUSR + S_IXUSR + S_IRGRP + S_IXGRP + S_IROTH + S_IXOTH, 0, 0},
/external/elfutils/src/
H A Dar.c555 (arhdr->ar_mode & S_IXOTH)
/external/ppp/pppd/
H A Dmain.c1694 || (sbuf.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0) {
/external/genext2fs/
H A Dgenext2fs.c1476 if(st->st_mode & S_IXOTH)
/external/icu4c/tools/tzcode/
H A Dzic.c24 #define MKDIR_UMASK (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/external/libmtp/
H A Dltmain.sh3188 #ifndef S_IXOTH
3189 # define S_IXOTH 0
3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/libpng/
H A Dltmain.sh3188 #ifndef S_IXOTH
3189 # define S_IXOTH 0
3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/libusb/
H A Dltmain.sh3188 #ifndef S_IXOTH
3189 # define S_IXOTH 0
3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/libusb-compat/
H A Dltmain.sh3195 #ifndef S_IXOTH
3196 # define S_IXOTH 0
3636 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3655 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/openfst/
H A Dltmain.sh3188 #ifndef S_IXOTH
3189 # define S_IXOTH 0
3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

Completed in 521 milliseconds

12