Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dstat.h261 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
263 #define S_IWOTH 0000002 /* write permission, other */ macro
269 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */