Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dtmpfile.c82 S_IRUSR | S_IWUSR); in tmpfile()
/picolibc-latest/newlib/libc/stdio64/
Dtmpfile64.c86 S_IRUSR | S_IWUSR); in tmpfile64()
/picolibc-latest/newlib/libc/include/sys/
Dstat.h253 #define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
255 #define S_IWUSR 0000200 /* write permission, owner */ macro
269 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */