Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 16 of 16) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Dstat.h48 #define S_IWGRP 00020 macro
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c294 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_device_fs_stat()
311 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_device_fs_stat()
/components/dfs/dfs_v1/filesystems/mqueue/
A Ddfs_mqueue.c89 st->st_mode = S_IFREG | S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH; in dfs_mqueue_stat()
/components/dfs/dfs_v1/filesystems/romfs/
A Ddfs_romfs.c283 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_romfs_stat()
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c793 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_elm_stat()
800 st->st_mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in dfs_elm_stat()
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_pid.c234 …dentry->mode = (S_IFLNK | (S_IRUSR | S_IRGRP | S_IROTH) | (S_IWUSR | S_IWGRP | S_IWOTH) | (S_IXUSR… in proc_pid_fd_lookup()
A Dproc.c440 | (S_IWUSR | S_IWGRP | S_IWOTH) | (S_IXUSR | S_IXGRP | S_IXOTH))); in proc_symlink()
/components/dfs/dfs_v1/filesystems/ramfs/
A Ddfs_ramfs.c311 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_ramfs_stat()
/components/dfs/dfs_v2/filesystems/ramfs/
A Ddfs_ramfs.c311 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_ramfs_stat()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c40 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c663 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_iso9660_stat()
/components/dfs/dfs_v1/filesystems/tmpfs/
A Ddfs_tmpfs.c499 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_tmpfs_stat()
/components/dfs/dfs_v1/filesystems/cromfs/
A Ddfs_cromfs.c1032 S_IWUSR | S_IWGRP | S_IWOTH; in dfs_cromfs_stat()
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c878 st->st_mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in dfs_elm_stat()
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c875 st->st_mode = S_IFREG | S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH; in nfs_stat()
/components/dfs/dfs_v2/src/
A Ddfs_file.c574 mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); /* 0666 */ in dfs_file_open()

Completed in 36 milliseconds