Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 1 – 19 of 19) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Dstat.h43 #define S_IWUSR 00200 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_v2/filesystems/ptyfs/
A Dptyfs.c40 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
53 #define PTS_DEFAULT_FILE_MODE (S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP)
54 #define ROOT_DEFUALT_FILE_MODE (S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR)
/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_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_v2/src/
A Ddfs_posix.c1285 if ((amode & W_OK) && !(st.st_mode & S_IWUSR)) in access()
A Ddfs_file.c574 mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); /* 0666 */ in dfs_file_open()
709 if (!(file->vnode->mode & S_IWUSR)) in dfs_file_open()
/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/net/lwip/lwip-2.1.2/src/netif/ppp/
A Deap.c1231 fd = open(path, modebits, S_IRUSR | S_IWUSR);
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Deap.c1231 fd = open(path, modebits, S_IRUSR | S_IWUSR);

Completed in 48 milliseconds