Home
last modified time | relevance | path

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

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