Home
last modified time | relevance | path

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

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