Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dstat.h221 #define S_ISUID 0004000 /* set user id on execution */ macro
268 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */