Home
last modified time | relevance | path

Searched defs:S_IWGRP (Results 1 - 25 of 44) sorted by relevance

12

/third_party/libsnd/src/
H A Dsf_unistd.h74 #define S_IWGRP 0 /* write permission, grougroup */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h61 #define S_IWGRP 0020 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h61 #define S_IWGRP 0020 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h61 #define S_IWGRP 0020 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h61 #define S_IWGRP 0020 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h61 #define S_IWGRP 0020 macro
/third_party/python/Lib/
H A Dstat.py105 S_IWGRP = 0o0020 # write by group variable
/third_party/python/Modules/
H A D_stat.c178 # define S_IWGRP 00020 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h133 # define S_IWGRP 0 macro
/third_party/musl/include/sys/
H A Dstat.h68 #define S_IWGRP 0020 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h92 #define S_IWGRP 0020 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h91 #define S_IWGRP 0020 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h91 #define S_IWGRP 0020 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h91 #define S_IWGRP 0020 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h92 #define S_IWGRP 0020 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h91 #define S_IWGRP 0020 macro
/third_party/musl/include/
H A Dfcntl.h94 #define S_IWGRP 0020 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs429 pub const S_IWGRP: ::mode_t = 16; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs188 pub const S_IWGRP: mode_t = 16; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs253 pub const S_IWGRP: mode_t = 0x10; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs872 pub const S_IWGRP: ::mode_t = 16; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs761 pub const S_IWGRP: ::c_int = 0x0010; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs618 pub const S_IWGRP: ::c_int = 0o0_020; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs583 pub const S_IWGRP: mode_t = 16; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs770 pub const S_IWGRP: ::mode_t = 0o00020; consts

Completed in 43 milliseconds

12