Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/sys/
Dstat.h172 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
174 #define S_IWOTH 0000002 /* write permission, other */ macro
180 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */