Home
last modified time | relevance | path

Searched refs:S_IXOTH (Results 1 – 25 of 36) sorted by relevance

12

/external/openssh/openbsd-compat/
Dstrmode.c131 switch (mode & (S_IXOTH | S_ISVTX)) { in strmode()
135 case S_IXOTH: in strmode()
141 case S_IXOTH | S_ISVTX: in strmode()
/external/bison/lib/
Dsys_stat.in.h284 #if !S_IXOTH
285 # define S_IXOTH (S_IXUSR >> 6)
295 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
300 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/external/kernel-headers/original/uapi/linux/
Dstat.h40 #define S_IXOTH 00001 macro
/external/bison/darwin-lib/sys/
Dstat.h596 #if !S_IXOTH
597 # define S_IXOTH (S_IXUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/external/bison/linux-lib/sys/
Dstat.h596 #if !S_IXOTH
597 # define S_IXOTH (S_IXUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp190 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH)); in uprv_mkdir()
/external/iproute2/ip/
Dipnetns.c218 mkdir(NETNS_RUN_DIR, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH); in netns_add()
/external/e2fsprogs/debugfs/
Ddump.c53 { LINUX_S_IXOTH, S_IXOTH },
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c116 { S_IXOTH | S_ISVTX, S_IXOTH | S_ISVTX, 9, 't' },
117 { S_IXOTH | S_ISVTX, S_ISVTX, 9, 'T' },
118 { S_IXOTH | S_ISVTX, S_IXOTH, 9, 'x' },
/external/openssh/
Ddefines.h164 # define S_IXOTH 0000001 /* execute/search permission, */ macro
Dauth.c174 (st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP)) == 0) { in allowed_user()
/external/lldb/source/Host/common/
DFile.cpp234 if (permissions & ePermissionsWorldExecute) mode |= S_IXOTH; in Open()
/external/libdrm/
Dxf86drm.h76 (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
Dxf86drm.c321 devmode &= ~(S_IXUSR|S_IXGRP|S_IXOTH); in drmOpenDevice()
/external/valgrind/include/vki/
Dvki-darwin.h137 #define VKI_S_IXOTH S_IXOTH
/external/mksh/src/
Dexpr.c913 (sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0) in ksh_access()
Dexec.c1225 !(sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))) in search_access()
/external/elfutils/src/src/
Dar.c577 (arhdr->ar_mode & S_IXOTH) in do_oper_extract()
/external/ppp/pppd/
Dmain.c1864 || (sbuf.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0) {
/external/libusb/
Dltmain.sh3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/libogg/
Dltmain.sh3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/protobuf/gtest/build-aux/
Dltmain.sh4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/protobuf/
Dltmain.sh4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/libvorbis/
Dltmain.sh3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/libexif/
Dltmain.sh4592 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4611 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

12