Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dsf_unistd.h91 #define S_IWOTH 0 /* write permission, other */ macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/include/sys/
Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h65 #define S_IWOTH 0002 macro
/third_party/gettext/gettext-tools/src/
Dwrite-csharp.c67 # define S_IWOTH (S_IWUSR >> 6) macro
/third_party/python/Lib/
Dstat.py109 S_IWOTH = 0o0002 # write by others variable
/third_party/python/Modules/
D_stat.c194 # define S_IWOTH 00002 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h96 #define S_IWOTH 0002 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h96 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/include/
Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h148 # define S_IWOTH 0 macro
/third_party/glib/glib/
Dgstdio.c206 # define S_IWOTH (S_IWGRP >> 3) macro