Home
last modified time | relevance | path

Searched defs:S_IXOTH (Results 1 – 21 of 21) sorted by relevance

/third_party/libsnd/src/
Dsf_unistd.h95 #define S_IXOTH 0 /* execute/search permission, other */ macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/include/sys/
Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h66 #define S_IXOTH 0001 macro
/third_party/gettext/gettext-tools/src/
Dwrite-csharp.c70 # define S_IXOTH (S_IXUSR >> 6) macro
/third_party/python/Lib/
Dstat.py110 S_IXOTH = 0o0001 # execute by others variable
/third_party/python/Modules/
D_stat.c198 # define S_IXOTH 00001 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h97 #define S_IXOTH 0001 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h97 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/include/
Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h153 # define S_IXOTH 0 macro
/third_party/glib/glib/
Dgstdio.c207 # define S_IXOTH (S_IXGRP >> 3) macro