Searched defs:S_ISVTX (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dstat.h17 #define S_ISVTX 0001000 macro
/external/bison/linux-lib/sys/
H A Dstat.h556 /* S_ISVTX is a common extension to POSIX. */
557 #ifndef S_ISVTX
558 # define S_ISVTX 01000 macro
/external/bison/darwin-lib/sys/
H A Dstat.h556 /* S_ISVTX is a common extension to POSIX. */
557 #ifndef S_ISVTX
558 # define S_ISVTX 01000 macro
/external/qemu/distrib/ext4_utils/src/
H A Dmake_ext4fs.c59 #define S_ISVTX 0001000 macro
183 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);

Completed in 176 milliseconds